Skip to content

Commit

Permalink
Update helm chart for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Feb 24, 2025
1 parent b3793ba commit 06e0c67
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.3.0-alpha
version: 1.3.0-beta
appVersion: "1.3.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 @@ -96,7 +96,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:latest
image: wso2/apk-config-deployer-service:1.3.0-beta
# debug: true
# configs:
# tls:
Expand All @@ -123,7 +123,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:latest
image: wso2/apk-adapter:1.3.0-beta
security:
sslHostname: "adapter"
logging:
Expand Down Expand Up @@ -157,7 +157,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:latest
image: wso2/apk-common-controller:1.3.0-beta
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -184,7 +184,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:latest
image: wso2/apk-ratelimiter:1.3.0-beta
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -214,7 +214,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:latest
image: wso2/apk-router:1.3.0-beta
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -245,7 +245,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:latest
image: wso2/apk-enforcer:1.3.0-beta
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -320,7 +320,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:latest
image: wso2/apk-idp-domain-service:1.3.0-beta
idpui:
deployment:
resources:
Expand All @@ -341,7 +341,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:latest
image: wso2/apk-idp-ui:1.3.0-beta
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 06e0c67

Please sign in to comment.