From c650de85e5c102f0c907e2f66091932f57a3c6bb Mon Sep 17 00:00:00 2001 From: Leonhardt Wille Date: Wed, 25 Sep 2024 17:24:00 +0200 Subject: [PATCH 1/4] fix(offline-build): remove internal-use helm charts related to WPB-11283 --- offline/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline/ci.sh b/offline/ci.sh index 5d403e51d..65f1346fd 100755 --- a/offline/ci.sh +++ b/offline/ci.sh @@ -4,7 +4,7 @@ set -euo pipefail INCREMENTAL="${INCREMENTAL:-0}" # Default exclude list -HELM_CHART_EXCLUDE_LIST="inbucket" +HELM_CHART_EXCLUDE_LIST="aws-ingress,backoffice,calling-test,fluent-bit,inbucket,k8ssandra-test-cluster,kibana,nginx-ingress-controller,restund" # Parse the HELM_CHART_EXCLUDE_LIST argument for arg in "$@" From 3ecb08b2bb3c65f373046314ec99ae9ccf3a58fe Mon Sep 17 00:00:00 2001 From: Leonhardt Wille Date: Thu, 26 Sep 2024 12:16:46 +0200 Subject: [PATCH 2/4] chore: update build.json link for SP1 --- offline/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline/ci.sh b/offline/ci.sh index 8a422464a..5e3fe74b2 100755 --- a/offline/ci.sh +++ b/offline/ci.sh @@ -202,7 +202,7 @@ pull_charts() { echo "Pulling charts done." } -wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/c5729427af29609b904958e2d369573bae3daac6/build.json" +wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/a09d9ce86def35784fece9ade9fcbc62b87303c5/build.json" wire_build_chart_release "$wire_build" | pull_charts # Uncomment if you want to create non-wire-build release From 5b7b2c3bdc8f4462d65b5a9c762c5167c29620d4 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Thu, 26 Sep 2024 15:15:56 +0200 Subject: [PATCH 3/4] bump wire-builds link --- offline/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline/ci.sh b/offline/ci.sh index 5e3fe74b2..1ecd77f3e 100755 --- a/offline/ci.sh +++ b/offline/ci.sh @@ -202,7 +202,7 @@ pull_charts() { echo "Pulling charts done." } -wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/a09d9ce86def35784fece9ade9fcbc62b87303c5/build.json" +wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/5c138d5ac8d5aea8e2e6270c7c836ba5bc28c2ae/build.json" wire_build_chart_release "$wire_build" | pull_charts # Uncomment if you want to create non-wire-build release From 4f99376257323df5f541999933091c49548e1fbc Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Thu, 26 Sep 2024 16:42:01 +0200 Subject: [PATCH 4/4] bump wire-build --- offline/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline/ci.sh b/offline/ci.sh index 1ecd77f3e..da7449e6e 100755 --- a/offline/ci.sh +++ b/offline/ci.sh @@ -202,7 +202,7 @@ pull_charts() { echo "Pulling charts done." } -wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/5c138d5ac8d5aea8e2e6270c7c836ba5bc28c2ae/build.json" +wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/4ec9c06fecc0d13aa62f25f719da48a3a48bd514/build.json" wire_build_chart_release "$wire_build" | pull_charts # Uncomment if you want to create non-wire-build release