Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Correct redis image argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek committed Aug 8, 2021
1 parent b703224 commit 4cd498e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions distribution/argocd/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ images:
- name: ghcr.io/dexidp/dex
newName: ghcr.io/dexidp/dex
newTag: v2.27.0
# digest: sha256:ff94efdd1ec68f43e01b39a2d11a73961b1cf73860515893118af731551f1939
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.0.5
# digest: sha256:8d1d58ef963f615da97e0b2c54dbe243801d5e7198b98393ab36b7a5768f72a4
- name: haproxy
newName: haproxy
newTag: 2.0.20-alpine
# digest: sha256:61ddebc917f98e16a8c479f0fe90d01ed54c5f53ab7937449906f0a89b69e61e
- name: redis
newName: redis
newTag: 6.2.1-alpine
# digest: sha256:85f11bc7bc6f247b8bc475ab48110076af9a251fcffd61c6b5d7b79a40c4604a
newTag: 6.2.4-alpine

0 comments on commit 4cd498e

Please sign in to comment.