ci(deployment test): bitnami helm charts should now use bitnamilegacy image repository (#5479)

* ci(deployment test): use bitnamilegacy image repository

* pin valkey & minio to bitnamilegacy

* global.security.allowInsecureImages

* re-require test-deployments

* update additional minio image repository

* Update more image repositories

* version 12 of minio is being deployed and has slightly different config
This commit is contained in:
Iain Sproat
2025-09-17 18:00:29 +01:00
committed by GitHub
parent 1267a27e69
commit b08331b3d2
4 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
secrets: inherit
deploy:
needs: [get-version, tests, builds] # test-deployments provisionally unlock releases
needs: [get-version, tests, builds, test-deployments]
uses: ./.github/workflows/publish.yml
with:
IMAGE_VERSION_TAG: ${{ needs.get-version.outputs.IMAGE_VERSION_TAG }}