Skip to content

Commit

Permalink
Merge branch 'main' into index-media-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Mar 4, 2024
2 parents 11257ee + 169da50 commit 13825c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/argocd/baseline/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ configs:
url: https://github.com/stefanprodan/podinfo.git
username: ""
password: ""

redis:
image:
repository: docker.io/library/redis
2 changes: 1 addition & 1 deletion examples/argocd/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
valuesFiles:
- baseline/values.yaml
images:
- public.ecr.aws/docker/library/redis:7.0.15-alpine
- docker.io/library/redis:7.0.15-alpine
- quay.io/argoproj/argocd:v2.9.6
# Cosign artifacts for images - argocd - argocd-helm-chart
- quay.io/argoproj/argocd:sha256-2dafd800fb617ba5b16ae429e388ca140f66f88171463d23d158b372bb2fae08.sig
Expand Down

0 comments on commit 13825c7

Please sign in to comment.