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

feat(argo-cd): Update argo-cd (minor) - autoclosed #466

Closed
wants to merge 1 commit into from
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
8 changes: 4 additions & 4 deletions argo-cd/helm/argo-cd/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 0.1.1
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 5.29.1
version: 5.43.4
- name: argocd-image-updater
repository: https://argoproj.github.io/argo-helm
version: 0.8.1
digest: sha256:5c6bfc3cdf2b1991b4037b6a3bf7618ec55224ae3f382c966b32fda4beab95cb
generated: "2023-04-27T17:51:29.905696-04:00"
version: 0.9.1
digest: sha256:c64131db914b6cc500b39f9dfbf816e800ac641b92b769953f03ec500266e208
generated: "2023-08-16T22:15:24.32301213Z"
6 changes: 3 additions & 3 deletions argo-cd/helm/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ apiVersion: v2
name: argo-cd
description: A Helm chart for Kubernetes
type: application
version: 0.1.42
version: 0.1.43
appVersion: v2.6.7
dependencies:
- name: config-overlays
version: 0.1.1
repository: https://pluralsh.github.io/module-library
- name: argo-cd
version: 5.29.1
version: 5.43.4
repository: https://argoproj.github.io/argo-helm
- name: argocd-image-updater
version: 0.8.1
version: 0.9.1
repository: https://argoproj.github.io/argo-helm
condition: argocd-image-updater.enabled
Binary file removed argo-cd/helm/argo-cd/charts/argo-cd-5.29.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions argo-cd/helm/argo-cd/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
global:
image:
repository: dkr.plural.sh/argo-cd/argoproj/argocd
tag: v2.6.7
tag: v2.8.0
podAnnotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"

Expand Down Expand Up @@ -65,7 +65,7 @@ argo-cd:
enabled: true
image:
repository: dkr.plural.sh/argo-cd/dexidp/dex
tag: v2.35.3
tag: v2.37.0
imagePullPolicy: IfNotPresent
resources: {}
# limits:
Expand Down