Skip to content

Commit

Permalink
hack(smallstep-ca): drop unused connection test
Browse files Browse the repository at this point in the history
related to WPB-11121
  • Loading branch information
lwille committed Sep 25, 2024
1 parent 591432c commit 48f1508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions offline/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ echo "quay.io/wire/zauth:$wire_version" | create-container-dump containers-admin
sed -i -Ee 's/federation: false/federation: true/' "$(pwd)"/values/wire-server/prod-values.example.yaml
sed -i -Ee 's/useSharedFederatorSecret: false/useSharedFederatorSecret: true/' "$(pwd)"/charts/wire-server/charts/federator/values.yaml

# drop step-certificates/.../test-connection.yaml because it lacks an image tag
# cf. https://github.com/smallstep/helm-charts/pull/196/files
rm -v charts/step-certificates/charts/step-certificates/templates/tests/*

# Get and dump required containers from Helm charts. Omit integration test
# containers (e.g. `quay.io_wire_galley-integration_4.22.0`.)
for chartPath in "$(pwd)"/charts/*; do
Expand Down

0 comments on commit 48f1508

Please sign in to comment.