From e994916c2187d776425bc697b0c3b1e3c9da80b5 Mon Sep 17 00:00:00 2001 From: Amit Sagtani Date: Tue, 6 Aug 2024 10:37:42 +0200 Subject: [PATCH] pr cleanup --- offline/ci.sh | 3 +-- values/keycloakx/prod-values.example.yaml | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/offline/ci.sh b/offline/ci.sh index 8a1ae6c5f..8b2b19624 100755 --- a/offline/ci.sh +++ b/offline/ci.sh @@ -160,6 +160,7 @@ wire_build_chart_release () { | map("\(.key) \(.value.repo) \(.value.version)") | join("\n") ' + # Will be removed once these are added to the build.json through helm-charts repo echo "k8ssandra-operator https://helm.k8ssandra.io/stable 1.15.0" echo "keycloakx https://codecentric.github.io/helm-charts 2.3.0" echo "openebs https://openebs.github.io/charts 3.10.0" @@ -189,7 +190,6 @@ pull_charts() { name=${parts[0]} repo=${parts[1]} version=${parts[2]} - echo "Pulling $name from $repo with version $version" # we add and update the repo only the first time we see it to speed up the process repo_short_name=${repos[$repo]} @@ -200,7 +200,6 @@ pull_charts() { helm repo add "$repo_short_name" "$repo" helm repo update "$repo_short_name" fi - echo "$repo_short_name/$name/$version" (cd ./charts; helm pull --version "$version" --untar "$repo_short_name/$name") done echo "Pulling charts done." diff --git a/values/keycloakx/prod-values.example.yaml b/values/keycloakx/prod-values.example.yaml index 0d95830f8..b50776d60 100644 --- a/values/keycloakx/prod-values.example.yaml +++ b/values/keycloakx/prod-values.example.yaml @@ -41,10 +41,3 @@ # paths: # - path: "{{ tpl .Values.http.relativePath $ | trimSuffix \"/\" }}/admin" # pathType: "Prefix" - -# Adding annotations section to avoid errors -keycloakx: - secrets: {} - -# test purpose, -secrets: {}