Skip to content

Commit

Permalink
Update helm chart images
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Sep 25, 2023
1 parent 7eb0779 commit 039a382
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit 039a382

Please sign in to comment.