From f2cc730496284e557569040a7ce422ad65b29fa3 Mon Sep 17 00:00:00 2001 From: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:37:50 +0200 Subject: [PATCH 1/2] Update installer_enterprise.sh --- charts/testkube-enterprise/installer_enterprise.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/testkube-enterprise/installer_enterprise.sh b/charts/testkube-enterprise/installer_enterprise.sh index 4cc0ca749..a565b1139 100644 --- a/charts/testkube-enterprise/installer_enterprise.sh +++ b/charts/testkube-enterprise/installer_enterprise.sh @@ -97,7 +97,7 @@ read -p "Please enter the namespace to deploy Testkube Agent: " agent_namespace # Install Helm chart using the values file helm repo add testkubeenterprise https://kubeshop.github.io/testkube-cloud-charts echo "Installing testkube-enterprise helm chart into your k8s cluster." -helm repo update && helm upgrade --install testkube-enterprise testkubeenterprise/testkube-enterprise --namespace "$NAMESPACE" --values https://raw.githubusercontent.com/kubeshop/testkube-cloud-charts/develop/charts/testkube-enterprise/local-values.yaml +helm repo update && helm upgrade --install testkube-enterprise testkubeenterprise/testkube-enterprise --namespace "$NAMESPACE" --values https://raw.githubusercontent.com/kubeshop/testkube-cloud-charts/main/charts/testkube-enterprise/local-values.yaml # Wait for the pods to launch sleep 40 @@ -242,4 +242,4 @@ while true; do done -echo "Testkube Enterprise was deployed along with the Agent into your k8s cluster. Please note that it may take up to 5 minutes for Agent to be fully running. Visit http://localhost:8080 to open the Dashboard. Use 'admin@example.com' and 'password' as a username and a password respectively." \ No newline at end of file +echo "Testkube Enterprise was deployed along with the Agent into your k8s cluster. Please note that it may take up to 5 minutes for Agent to be fully running. Visit http://localhost:8080 to open the Dashboard. Use 'admin@example.com' and 'password' as a username and a password respectively." From 6606daa24b2e94d6a404906a0836a1acce83160a Mon Sep 17 00:00:00 2001 From: ypoplavs Date: Wed, 13 Mar 2024 17:10:32 +0200 Subject: [PATCH 2/2] downgrade api image --- charts/testkube-cloud-api/values.yaml | 2 +- charts/testkube-enterprise/local-values.yaml | 2 +- charts/testkube-enterprise/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/testkube-cloud-api/values.yaml b/charts/testkube-cloud-api/values.yaml index 84b1c71f7..1e347b114 100644 --- a/charts/testkube-cloud-api/values.yaml +++ b/charts/testkube-cloud-api/values.yaml @@ -42,7 +42,7 @@ replicaCount: 1 image: repository: kubeshop/testkube-cloud-api pullPolicy: IfNotPresent - tag: "1.9.11" + tag: "1.9.7" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/testkube-enterprise/local-values.yaml b/charts/testkube-enterprise/local-values.yaml index 81e6c9854..6f0ed7f51 100644 --- a/charts/testkube-enterprise/local-values.yaml +++ b/charts/testkube-enterprise/local-values.yaml @@ -131,7 +131,7 @@ testkube-cloud-api: fullnameOverride: testkube-enterprise-api image: repository: testkubeenterprise/testkube-enterprise-api - tag: 1.9.11 + tag: 1.9.7 additionalEnv: OAUTH_CLI_CLIENT_ID: teskube-cloud-cli OAUTH_ENABLED: true diff --git a/charts/testkube-enterprise/values.yaml b/charts/testkube-enterprise/values.yaml index 4ec2c4683..3320e5fbe 100644 --- a/charts/testkube-enterprise/values.yaml +++ b/charts/testkube-enterprise/values.yaml @@ -131,7 +131,7 @@ testkube-cloud-api: fullnameOverride: testkube-enterprise-api image: repository: testkubeenterprise/testkube-enterprise-api - tag: 1.9.11 + tag: 1.9.7 ai: secretRef: "" api: