From 039a3829d72e79442a9c4a2b528a6ec5f8eec58b Mon Sep 17 00:00:00 2001 From: Krishanx92 Date: Mon, 25 Sep 2023 09:26:28 +0530 Subject: [PATCH] Update helm chart images --- helm-charts/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index 7fe7c643e..e71839d3e 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -83,7 +83,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/config-deployer-service:1.0.0 + image: wso2/config-deployer-service:latest # configs: # tls: # secretName: "my-secret" @@ -109,7 +109,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/adapter:1.0.0 + image: wso2/adapter:latest security: sslHostname: "adapter" # logging: @@ -142,7 +142,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/common-controller:1.0.0 + image: wso2/common-controller:latest security: sslHostname: "commoncontroller" # configs: @@ -199,7 +199,7 @@ wso2: failureThreshold: 5 strategy: RollingUpdate imagePullPolicy: Always - image: wso2/router:1.0.0 + image: wso2/router:1.0.0-rc2 # configs: # tls: # secretName: "router-cert" @@ -230,7 +230,7 @@ wso2: failureThreshold: 5 strategy: RollingUpdate imagePullPolicy: Always - image: wso2/enforcer:1.0.0 + image: wso2/enforcer:latest security: sslHostname: "enforcer" # logging: @@ -283,7 +283,7 @@ idp: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/idp-domain-service:1.0.0 + image: wso2/idp-domain-service:latest idpui: deployment: resources: @@ -304,7 +304,7 @@ idp: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/idp-ui:1.0.0 + image: wso2/idp-ui:1.0.0-rc2 configs: idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login" idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"