Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing helm chart to 1.2.0-alpha #2509

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading