Skip to content

Commit

Permalink
Merge pull request #2500 from CrowleyRajapakse/ai
Browse files Browse the repository at this point in the history
Update docker images to latest
  • Loading branch information
CrowleyRajapakse authored Sep 27, 2024
2 parents b74b689 + c562199 commit de84449
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: wso2/apk-config-deployer-service:1.2.0-m1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:latest
# debug: true
# configs:
# tls:
Expand All @@ -120,8 +120,8 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: wso2/apk-adapter:1.2.0-m1
imagePullPolicy: Always
image: wso2/apk-adapter:latest
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -153,8 +153,8 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: wso2/apk-common-controller:1.2.0-m1
imagePullPolicy: Always
image: wso2/apk-common-controller:latest
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -180,8 +180,8 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: wso2/apk-ratelimiter:1.2.0-m1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:latest
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -210,8 +210,8 @@ wso2:
periodSeconds: 20
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: IfNotPresent
image: wso2/apk-router:1.2.0-m1
imagePullPolicy: Always
image: wso2/apk-router:latest
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -241,8 +241,8 @@ wso2:
periodSeconds: 20
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: IfNotPresent
image: wso2/apk-enforcer:1.2.0-m1
imagePullPolicy: Always
image: wso2/apk-enforcer:latest
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -313,8 +313,8 @@ idp:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: wso2/apk-idp-domain-service:1.2.0-m1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:latest
idpui:
deployment:
resources:
Expand All @@ -334,8 +334,8 @@ idp:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: wso2/apk-idp-ui:1.2.0-m1
imagePullPolicy: Always
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

0 comments on commit de84449

Please sign in to comment.