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 samples to beta #2606

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
4 changes: 2 additions & 2 deletions helm-charts/samples/apim-apk-agent/1.2.0-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
# Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
#
# WSO2 LLC. licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
Expand All @@ -17,7 +17,7 @@
replicaCount: 1
image:
repository: wso2/apim-apk-agent
tag: 1.2.0-alpha
tag: 1.2.0-beta
pullPolicy: Always
service:
name: apim-apk-agent-service
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
# Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
#
# WSO2 LLC. licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
Expand All @@ -17,7 +17,7 @@
replicaCount: 1
image:
repository: wso2/apim-apk-agent
tag: 1.2.0-alpha
tag: 1.2.0-beta
pullPolicy: Always
service:
name: apim-apk-agent-service
Expand Down
19 changes: 10 additions & 9 deletions helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
# Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
#
# WSO2 LLC. licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -91,7 +91,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 @@ -118,7 +118,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 @@ -152,7 +152,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 @@ -179,7 +179,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 @@ -209,7 +209,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 @@ -240,7 +240,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 All @@ -250,6 +250,7 @@ wso2:
# secretName: "router-cert"
# certKeyFilename: ""
# certFilename: ""
javaOpts: "-Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2"
JWKSClient:
skipSSLVerification: false
hostnameVerifier: "AllowAll"
Expand Down Expand Up @@ -312,7 +313,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 @@ -333,7 +334,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
19 changes: 10 additions & 9 deletions helm-charts/samples/apk/1.2.0-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
# Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
#
# WSO2 LLC. licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -92,7 +92,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 @@ -119,7 +119,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 @@ -153,7 +153,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 @@ -180,7 +180,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 @@ -210,7 +210,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 @@ -241,7 +241,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 All @@ -251,6 +251,7 @@ wso2:
# secretName: "router-cert"
# certKeyFilename: ""
# certFilename: ""
javaOpts: "-Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2"
mandateSubscriptionValidation: true
mandateInternalKeyValidation: true
JWKSClient:
Expand Down Expand Up @@ -315,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 @@ -336,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
Loading