Skip to content

Commit

Permalink
Update image for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Mar 29, 2024
1 parent e72f082 commit 84264a3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 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: 1.1.0-alpha
version: 1.1.0-alpha2
appVersion: "1.16.0"
dependencies:
- name: postgresql
Expand Down
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:latest
image: wso2/apk-config-deployer-service:1.1.0-alpha2
# configs:
# tls:
# secretName: "my-secret"
Expand All @@ -111,7 +111,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:latest
image: wso2/apk-adapter:1.1.0-alpha2
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -144,7 +144,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:latest
image: wso2/apk-common-controller:1.1.0-alpha2
security:
sslHostname: "commoncontroller"
# controlplane:
Expand Down Expand Up @@ -175,7 +175,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:latest
image: wso2/apk-ratelimiter:1.1.0-alpha2
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -205,7 +205,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:latest
image: wso2/apk-router:1.1.0-alpha2
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -236,7 +236,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:latest
image: wso2/apk-enforcer:1.1.0-alpha2
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:latest
image: wso2/apk-idp-domain-service:1.1.0-alpha2
idpui:
deployment:
resources:
Expand All @@ -329,7 +329,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:latest
image: wso2/apk-idp-ui:1.1.0-alpha2
configs:
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"
Expand Down
16 changes: 8 additions & 8 deletions helm-charts/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-config-deployer-service:1.1.0-alpha
image: wso2/apk-config-deployer-service:1.1.0-alpha2
configs:
# -- Enable authorization for runtime api.
authorization: true
Expand Down Expand Up @@ -236,7 +236,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-adapter:1.1.0-alpha
image: wso2/apk-adapter:1.1.0-alpha2
security:
# -- Enable security for adapter.
sslHostname: "adapter"
Expand Down Expand Up @@ -292,7 +292,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-common-controller:1.1.0-alpha
image: wso2/apk-common-controller:1.1.0-alpha2
security:
# -- hostname for the common controller
sslHostname: "commoncontroller"
Expand Down Expand Up @@ -384,7 +384,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-ratelimiter:1.1.0-alpha
image: wso2/apk-ratelimiter:1.1.0-alpha2
security:
# -- hostname for the rate limiter
sslHostname: "ratelimiter"
Expand Down Expand Up @@ -436,7 +436,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-router:1.1.0-alpha
image: wso2/apk-router:1.1.0-alpha2
configs:
# -- The timeout for response coming from enforcer to route per API request
enforcerResponseTimeoutInSeconds: 20
Expand Down Expand Up @@ -505,7 +505,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-enforcer:1.1.0-alpha
image: wso2/apk-enforcer:1.1.0-alpha2
security:
# -- hostname for the enforcer
sslHostname: "enforcer"
Expand Down Expand Up @@ -727,7 +727,7 @@ idp:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-idp-domain-service:1.1.0-alpha
image: wso2/apk-idp-domain-service:1.1.0-alpha2
idpui:
deployment:
resources:
Expand Down Expand Up @@ -762,7 +762,7 @@ idp:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-idp-ui:1.1.0-alpha
image: wso2/apk-idp-ui:1.1.0-alpha2
configs:
# -- identity server Login URL
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
Expand Down

0 comments on commit 84264a3

Please sign in to comment.