Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing chart to beta #2596

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0-alpha
version: 1.2.0-beta
appVersion: "1.2.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 @@ -94,7 +94,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:1.2.0-alpha
image: wso2/apk-config-deployer-service:1.2.0-beta
# debug: true
# configs:
# tls:
Expand All @@ -121,7 +121,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:1.2.0-alpha
image: wso2/apk-adapter:1.2.0-beta
security:
sslHostname: "adapter"
logging:
Expand Down Expand Up @@ -155,7 +155,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:1.2.0-alpha
image: wso2/apk-common-controller:1.2.0-beta
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -182,7 +182,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:1.2.0-alpha
image: wso2/apk-ratelimiter:1.2.0-beta
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -212,7 +212,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:1.2.0-alpha
image: wso2/apk-router:1.2.0-beta
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -243,7 +243,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:1.2.0-alpha
image: wso2/apk-enforcer:1.2.0-beta
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -316,7 +316,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:1.2.0-alpha
image: wso2/apk-idp-domain-service:1.2.0-beta
idpui:
deployment:
resources:
Expand All @@ -337,7 +337,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:1.2.0-alpha
image: wso2/apk-idp-ui:1.2.0-beta
configs:
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"
Expand Down
1 change: 0 additions & 1 deletion idp/idp-domain-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,3 @@ dependencies = [
modules = [
{org = "wso2", packageName = "idp_domain_service", moduleName = "idp_domain_service"}
]

Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,3 @@ dependencies = [
modules = [
{org = "wso2", packageName = "idp_domain_service", moduleName = "idp_domain_service"}
]

Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,3 @@ modules = [
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.org.wso2.apk.config.model"},
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.partitionClient"}
]

Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,3 @@ modules = [
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.org.wso2.apk.config.model"},
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.partitionClient"}
]

Loading