Skip to content

Commit

Permalink
Merge pull request #2596 from CrowleyRajapakse/testalpha
Browse files Browse the repository at this point in the history
Changing chart to beta
  • Loading branch information
Tharsanan1 authored Oct 19, 2024
2 parents ad1f725 + b9d6c20 commit 3c35403
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: apk-helm
description: A Helm chart for APK components
type: application
version: 1.2.0-alpha
version: 1.2.0-beta
appVersion: "1.2.0"
dependencies:
- name: postgresql
Expand Down
16 changes: 8 additions & 8 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:1.2.0-alpha
image: wso2/apk-config-deployer-service:1.2.0-beta
# debug: true
# configs:
# tls:
Expand All @@ -121,7 +121,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:1.2.0-alpha
image: wso2/apk-adapter:1.2.0-beta
security:
sslHostname: "adapter"
logging:
Expand Down Expand Up @@ -155,7 +155,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:1.2.0-alpha
image: wso2/apk-common-controller:1.2.0-beta
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -182,7 +182,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:1.2.0-alpha
image: wso2/apk-ratelimiter:1.2.0-beta
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -212,7 +212,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:1.2.0-alpha
image: wso2/apk-router:1.2.0-beta
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -243,7 +243,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:1.2.0-alpha
image: wso2/apk-enforcer:1.2.0-beta
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -316,7 +316,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:1.2.0-alpha
image: wso2/apk-idp-domain-service:1.2.0-beta
idpui:
deployment:
resources:
Expand All @@ -337,7 +337,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:1.2.0-alpha
image: wso2/apk-idp-ui:1.2.0-beta
configs:
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"
Expand Down
1 change: 0 additions & 1 deletion idp/idp-domain-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,3 @@ dependencies = [
modules = [
{org = "wso2", packageName = "idp_domain_service", moduleName = "idp_domain_service"}
]

Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,3 @@ dependencies = [
modules = [
{org = "wso2", packageName = "idp_domain_service", moduleName = "idp_domain_service"}
]

Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,3 @@ modules = [
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.org.wso2.apk.config.model"},
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.partitionClient"}
]

Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,3 @@ modules = [
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.org.wso2.apk.config.model"},
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.partitionClient"}
]

0 comments on commit 3c35403

Please sign in to comment.