We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295355a commit 150bb00Copy full SHA for 150bb00
.github/workflows/lint-and-test.yml
@@ -86,7 +86,7 @@ jobs:
86
run: |
87
kubectl create namespace redis
88
helm repo add bitnami https://charts.bitnami.com/bitnami
89
- helm install redis bitnami/redis --wait --namespace redis --set auth.password=argocd --set architecture=standalone
+ helm install redis bitnami/redis --wait --namespace redis --set auth.password=argocd --set global.image.repository=bitnamilegacy/redis --set architecture=standalone
90
91
- name: Run chart-testing (install)
92
run: ct install --config ./.github/configs/ct-install.yaml --target-branch ${{ github.base_ref }}
0 commit comments