Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker.io/library/redis Docker tag to v6.2.14 - autoclosed #125

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ parameters:
redis:
registry: docker.io
repository: library/redis
tag: '6.2.6'
tag: '6.2.14'
argocd_applicationset:
registry: quay.io
repository: argoproj/argocd-applicationset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
requests:
cpu: 10m
memory: 16Mi
version: 6.2.6
version: 6.2.14
repo:
env:
- name: HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
requests:
cpu: 10m
memory: 16Mi
version: 6.2.6
version: 6.2.14
repo:
env:
- name: HOME
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/params/argocd/argocd/30_argocd/10_argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
gitlab-dev.syn.tools ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKtv4stHQjApa7wkgvgo4dB52qLzI/zN2Us+89cQXXm0
redis:
image: docker.io/library/redis
version: 6.2.6
version: 6.2.14
repo:
env:
- name: HOME
Expand Down
Loading