Skip to content

Commit ae8357a

Browse files
agaudreaulttylerrosnett
authored andcommitted
fix(manifest): using wrong container registry for non-ha redis (argoproj#23114)
Signed-off-by: Alexandre Gaudreault <[email protected]>
1 parent 1df07a7 commit ae8357a

File tree

7 files changed

+16
-12
lines changed

7 files changed

+16
-12
lines changed

manifests/base/redis/kustomization.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- argocd-redis-deployment.yaml
6-
- argocd-redis-sa.yaml
7-
- argocd-redis-service.yaml
8-
- argocd-redis-network-policy.yaml
9-
- argocd-redis-role.yaml
10-
- argocd-redis-rolebinding.yaml
5+
- argocd-redis-deployment.yaml
6+
- argocd-redis-sa.yaml
7+
- argocd-redis-service.yaml
8+
- argocd-redis-network-policy.yaml
9+
- argocd-redis-role.yaml
10+
- argocd-redis-rolebinding.yaml
11+
12+
images:
13+
- name: redis
14+
newName: public.ecr.aws/docker/library/redis

manifests/core-install-with-hydrator.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/core-install.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/install-with-hydrator.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/install.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/namespace-install-with-hydrator.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/namespace-install.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)