Skip to content

Commit

Permalink
update docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse authored and tharindu1st committed May 23, 2023
1 parent 0817330 commit bd08859
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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: 0.0.1-m9
version: 0.0.1-m10
appVersion: "1.16.0"
dependencies:
- name: postgresql
Expand Down
26 changes: 13 additions & 13 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ wso2:
strategy: Recreate
replicas: 1
imagePullPolicy: Always
image: wso2/devportal-domain-service:latest
image: wso2/devportal-domain-service:0.0.1-m10
admin:
deployment:
resources:
Expand All @@ -99,7 +99,7 @@ wso2:
strategy: Recreate
replicas: 1
imagePullPolicy: Always
image: wso2/admin-domain-service:latest
image: wso2/admin-domain-service:0.0.1-m10
backoffice:
deployment:
resources:
Expand All @@ -120,7 +120,7 @@ wso2:
strategy: Recreate
replicas: 1
imagePullPolicy: Always
image: wso2/backoffice-domain-service:latest
image: wso2/backoffice-domain-service:0.0.1-m10
managementServer:
deployment:
resources:
Expand All @@ -133,7 +133,7 @@ wso2:
strategy: Recreate
replicas: 1
imagePullPolicy: Always
image: wso2/management-server:0.0.1-m9
image: wso2/management-server:0.0.1-m10
readinessProbe:
initialDelaySeconds: 20
periodSeconds: 20
Expand Down Expand Up @@ -194,7 +194,7 @@ wso2:
strategy: Recreate
replicas: 1
imagePullPolicy: Always
image: wso2/runtime-domain-service:latest
image: wso2/runtime-domain-service:0.0.1-m10
# configs:
# authrorization: true
# baseUrl: "https://api.am.wso2.com:9095/api/am/runtime"
Expand All @@ -221,8 +221,8 @@ wso2:
failureThreshold: 5
strategy: Recreate
replicas: 1
imagePullPolicy: IfNotPresent
image: adapter:0.0.1-SNAPSHOT
imagePullPolicy: Always
image: wso2/adapter:0.0.1-m10
security:
sslHostname: "adapter"
# configs:
Expand Down Expand Up @@ -253,7 +253,7 @@ wso2:
strategy: Recreate
replicas: 1
imagePullPolicy: Always
image: wso2/ratelimiter:0.0.1-m9
image: wso2/ratelimiter:0.0.1-m10
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -283,7 +283,7 @@ wso2:
failureThreshold: 5
strategy: Recreate
imagePullPolicy: Always
image: wso2/router:latest
image: wso2/router:0.0.1-m10
# configs:
# tls:
# secretName: "router-cert"
Expand All @@ -306,8 +306,8 @@ wso2:
periodSeconds: 20
failureThreshold: 5
strategy: Recreate
imagePullPolicy: IfNotPresent
image: enforcer:0.0.1-SNAPSHOT
imagePullPolicy: Always
image: wso2/enforcer:0.0.1-m10
security:
sslHostname: "enforcer"
# configs:
Expand Down Expand Up @@ -368,7 +368,7 @@ idp:
strategy: Recreate
replicas: 1
imagePullPolicy: Always
image: wso2/idp-domain-service:latest
image: wso2/idp-domain-service:0.0.1-m10
idpui:
deployment:
resources:
Expand All @@ -389,7 +389,7 @@ idp:
strategy: Recreate
replicas: 1
imagePullPolicy: Always
image: wso2/idp-ui:0.0.1-m9
image: wso2/idp-ui:0.0.1-m10
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 bd08859

Please sign in to comment.