From 0ad0fa64360c2c018983efc6176e074d9fc1c976 Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Sat, 19 Oct 2024 19:26:15 +0530 Subject: [PATCH] changing samples to beta --- .../samples/apim-apk-agent/1.2.0-values.yaml | 4 ++-- .../apim-apk-agent/cp/1.2.0-values.yaml | 4 ++-- .../samples/apk/1.2.0-cp-enabled-values.yaml | 19 ++++++++++--------- helm-charts/samples/apk/1.2.0-values.yaml | 19 ++++++++++--------- 4 files changed, 24 insertions(+), 22 deletions(-) diff --git a/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml b/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml index 562cfb73d..83b9a313e 100644 --- a/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml +++ b/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml @@ -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 @@ -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 diff --git a/helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml b/helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml index da7729cdf..935a72b08 100644 --- a/helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml +++ b/helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml @@ -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 @@ -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 diff --git a/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml b/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml index 8f922a4d1..f2e526bd1 100644 --- a/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml +++ b/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml @@ -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 @@ -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: @@ -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: @@ -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: @@ -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: @@ -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" @@ -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: @@ -250,6 +250,7 @@ wso2: # secretName: "router-cert" # certKeyFilename: "" # certFilename: "" + javaOpts: "-Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2" JWKSClient: skipSSLVerification: false hostnameVerifier: "AllowAll" @@ -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: @@ -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" diff --git a/helm-charts/samples/apk/1.2.0-values.yaml b/helm-charts/samples/apk/1.2.0-values.yaml index e633b4f06..219c39b6c 100644 --- a/helm-charts/samples/apk/1.2.0-values.yaml +++ b/helm-charts/samples/apk/1.2.0-values.yaml @@ -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 @@ -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: @@ -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: @@ -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: @@ -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: @@ -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" @@ -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: @@ -251,6 +251,7 @@ wso2: # secretName: "router-cert" # certKeyFilename: "" # certFilename: "" + javaOpts: "-Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2" mandateSubscriptionValidation: true mandateInternalKeyValidation: true JWKSClient: @@ -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: @@ -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"