Skip to content

Commit 150bb00

Browse files
authored
updated redis image.repository (#188)
Signed-off-by: reggie-k <[email protected]>
1 parent 295355a commit 150bb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
kubectl create namespace redis
8888
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
89+
helm install redis bitnami/redis --wait --namespace redis --set auth.password=argocd --set global.image.repository=bitnamilegacy/redis --set architecture=standalone
9090
9191
- name: Run chart-testing (install)
9292
run: ct install --config ./.github/configs/ct-install.yaml --target-branch ${{ github.base_ref }}

0 commit comments

Comments
 (0)