Skip to content

Commit

Permalink
Merge pull request #2829 from Krishanx92/gonew
Browse files Browse the repository at this point in the history
Update values yaml for release
  • Loading branch information
Krishanx92 authored Feb 16, 2025
2 parents 6f5100b + 075cdd6 commit 41eedbb
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.3.0-m1
version: 1.3.0-alpha
appVersion: "1.3.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 @@ -96,7 +96,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:latest
image: wso2/apk-config-deployer-service:1.3.0-alpha
# debug: true
# configs:
# tls:
Expand All @@ -123,7 +123,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:latest
image: wso2/apk-adapter:1.3.0-alpha
security:
sslHostname: "adapter"
logging:
Expand Down Expand Up @@ -157,7 +157,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:latest
image: wso2/apk-common-controller:1.3.0-alpha
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -184,7 +184,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:1.3.0-m1
image: wso2/apk-ratelimiter:1.3.0-alpha
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -214,7 +214,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:1.3.0-m1
image: wso2/apk-router:1.3.0-alpha
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -245,7 +245,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:latest
image: wso2/apk-enforcer:1.3.0-alpha
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -318,7 +318,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:1.3.0-m1
image: wso2/apk-idp-domain-service:1.3.0-alpha
idpui:
deployment:
resources:
Expand All @@ -339,7 +339,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:1.3.0-M1
image: wso2/apk-idp-ui:1.3.0-alpha
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 @@ -203,7 +203,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-config-deployer-service:1.2.0
image: wso2/apk-config-deployer-service:1.3.0-alpha
configs:
# -- Enable authorization for runtime api.
authorization: true
Expand Down Expand Up @@ -258,7 +258,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-adapter:1.2.0
image: wso2/apk-adapter:1.3.0-alpha
security:
# -- Enable security for adapter.
sslHostname: "adapter"
Expand Down Expand Up @@ -329,7 +329,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-common-controller:1.2.0
image: wso2/apk-common-controller:1.3.0-alpha
security:
# -- hostname for the common controller
sslHostname: "commoncontroller"
Expand Down Expand Up @@ -427,7 +427,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-ratelimiter:1.2.0
image: wso2/apk-ratelimiter:1.3.0-alpha
security:
# -- hostname for the rate limiter
sslHostname: "ratelimiter"
Expand Down Expand Up @@ -505,7 +505,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-router:1.2.0
image: wso2/apk-router:1.3.0-alpha
configs:
# -- The timeout for response coming from enforcer to route per API request
enforcerResponseTimeoutInSeconds: 20
Expand Down Expand Up @@ -574,7 +574,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-enforcer:1.2.0
image: wso2/apk-enforcer:1.3.0-alpha
security:
# -- hostname for the enforcer
sslHostname: "enforcer"
Expand Down Expand Up @@ -792,7 +792,7 @@ idp:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-idp-domain-service:1.2.0
image: wso2/apk-idp-domain-service:1.3.0-alpha
idpui:
deployment:
resources:
Expand Down Expand Up @@ -827,7 +827,7 @@ idp:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-idp-ui:1.2.0
image: wso2/apk-idp-ui:1.3.0-alpha
configs:
# -- identity server Login URL
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
Expand Down

0 comments on commit 41eedbb

Please sign in to comment.