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

fix(deps): update helm release argo-cd to v7.7.20 #1021

Merged
merged 3 commits into from
Feb 1, 2025
Merged
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
6 changes: 3 additions & 3 deletions platform-apps/charts/argocd/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 7.7.17
digest: sha256:5514c3e07022edf7485bbbea5c3b2634dff5e8ec96f061433b4b2d6b79a8402f
generated: "2025-01-24T14:20:33.605764603Z"
version: 7.7.20
digest: sha256:1eac25d505f20adec1dcb092b7f016c15e6be2a6bddb5ebbef3b63e392ff0c04
generated: "2025-01-28T09:43:30.769104736Z"
2 changes: 1 addition & 1 deletion platform-apps/charts/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ appVersion: "1.0.0"

dependencies:
- name: argo-cd
version: 7.7.17
version: 7.7.20
repository: https://argoproj.github.io/argo-helm
4 changes: 2 additions & 2 deletions platform-apps/charts/image-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
{
"chart": "argocd",
"image": "public.ecr.aws/docker/library/redis:7.4.1-alpine",
"id": "argocd_redis_7.4.1-alpine"
"image": "public.ecr.aws/docker/library/redis:7.4.2-alpine",
"id": "argocd_redis_7.4.2-alpine"
},
{
"chart": "argocd",
Expand Down
2 changes: 1 addition & 1 deletion platform-apps/charts/image-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* quay.io/argoproj/argo-rollouts:v1.7.2
## argocd
* ghcr.io/dexidp/dex:v2.41.1
* public.ecr.aws/docker/library/redis:7.4.1-alpine
* public.ecr.aws/docker/library/redis:7.4.2-alpine
* quay.io/argoproj/argocd:v2.13.3
## backstage
* alpine:3.17
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<h3>Target <code>public.ecr.aws/docker/library/redis:7.4.1-alpine (alpine 3.20.3)</code></h3>
<h3>Target <code>public.ecr.aws/docker/library/redis:7.4.2-alpine (alpine 3.21.2)</code></h3>
<h4>No Vulnerabilities found</h4>
<h4>No Misconfigurations found</h4>
<h3>Target <code>usr/local/bin/gosu</code></h3>
Expand Down