Skip to content

Commit

Permalink
Merge pull request #2509 from CrowleyRajapakse/ai
Browse files Browse the repository at this point in the history
Changing helm chart to 1.2.0-alpha
  • Loading branch information
CrowleyRajapakse authored Oct 1, 2024
2 parents ab6d66f + 0f8c908 commit f135b49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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-m1
version: 1.2.0-alpha
appVersion: "1.16.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:latest
image: wso2/apk-config-deployer-service:1.2.0-alpha
# debug: true
# configs:
# tls:
Expand All @@ -121,7 +121,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:latest
image: wso2/apk-adapter:1.2.0-alpha
security:
sslHostname: "adapter"
logging:
Expand Down Expand Up @@ -155,7 +155,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:latest
image: wso2/apk-common-controller:1.2.0-alpha
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -182,7 +182,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:latest
image: wso2/apk-ratelimiter:1.2.0-alpha
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -212,7 +212,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:latest
image: wso2/apk-router:1.2.0-alpha
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -243,7 +243,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:latest
image: wso2/apk-enforcer:1.2.0-alpha
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:latest
image: wso2/apk-idp-domain-service:1.2.0-alpha
idpui:
deployment:
resources:
Expand All @@ -337,7 +337,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:latest
image: wso2/apk-idp-ui:1.2.0-alpha
configs:
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"
Expand Down

0 comments on commit f135b49

Please sign in to comment.