Skip to content

Commit

Permalink
change docker image names to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Apr 2, 2024
1 parent 500edd2 commit bbcde76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:1.1.0-alpha2
image: wso2/apk-config-deployer-service:latest
# configs:
# tls:
# secretName: "my-secret"
Expand All @@ -111,7 +111,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:1.1.0-alpha2
image: wso2/apk-adapter:latest
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -144,7 +144,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:1.1.0-alpha2
image: wso2/apk-common-controller:latest
security:
sslHostname: "commoncontroller"
# controlplane:
Expand Down Expand Up @@ -175,7 +175,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:1.1.0-alpha2
image: wso2/apk-ratelimiter:latest
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -205,7 +205,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:1.1.0-alpha2
image: wso2/apk-router:latest
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -236,7 +236,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:1.1.0-alpha2
image: wso2/apk-enforcer:latest
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -308,7 +308,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:1.1.0-alpha2
image: wso2/apk-idp-domain-service:latest
idpui:
deployment:
resources:
Expand All @@ -329,7 +329,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:1.1.0-alpha2
image: wso2/apk-idp-ui:latest
configs:
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ data:
serviceURL = "{{ .Values.controlPlane.serviceURL }}"
username = "{{ .Values.controlPlane.username }}"
password = "{{ .Values.controlPlane.password }}"
clientID = "{{ .Values.controlPlane.clientID }}"
clientSecret = "{{ .Values.controlPlane.clientSecret }}"
provider = "{{ .Values.controlPlane.provider | default "admin" }}"
environmentLabels = ["{{ .Values.controlPlane.environmentLabels }}"]
skipSSLVerification = {{ .Values.controlPlane.skipSSLVerification }}
internalKeyIssuer = {{ .Values.controlPlane.internalKeyIssuer | default "http://am.wso2.com:443/token" }}
Expand Down

0 comments on commit bbcde76

Please sign in to comment.