Compare commits

..

1 commit

Author SHA1 Message Date
renovate[bot]
29f81bcb0e
chore(deps): update helm chart argo-cd to v7 2024-11-21 00:15:20 +00:00
4 changed files with 4 additions and 5 deletions

View file

@ -5,7 +5,7 @@ apps:
- name: argocd - name: argocd
repoURL: https://argoproj.github.io/argo-helm repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd chart: argo-cd
targetRevision: 7.7.5 targetRevision: 7.7.4
syncWave: '0' syncWave: '0'
syncPolicy: syncPolicy:
automated: automated:

View file

@ -8,7 +8,7 @@ installCRDs: true
global: global:
image: image:
repository: quay.io/argoproj/argocd repository: quay.io/argoproj/argocd
tag: v2.13.1 tag: v2.13.0
# imagePullPolicy: IfNotPresent # imagePullPolicy: IfNotPresent
securityContext: securityContext:
runAsUser: 999 runAsUser: 999
@ -176,7 +176,7 @@ repoServer:
initContainers: initContainers:
- name: copy-cmp-server - name: copy-cmp-server
image: quay.io/argoproj/argocd:v2.13.1 image: quay.io/argoproj/argocd:v2.13.0
command: command:
- cp - cp
- -n - -n

View file

@ -49,7 +49,7 @@ apps:
existingNamespace: kube-system existingNamespace: kube-system
repoURL: https://helm.cilium.io repoURL: https://helm.cilium.io
chart: cilium chart: cilium
targetRevision: 1.16.4 targetRevision: 1.16.3
- name: external-dns - name: external-dns
repoURL: https://kubernetes-sigs.github.io/external-dns repoURL: https://kubernetes-sigs.github.io/external-dns

View file

@ -5,7 +5,6 @@
"dependencyDashboardTitle": "Renovate Dashboard", "dependencyDashboardTitle": "Renovate Dashboard",
"commitMessageSuffix": "", "commitMessageSuffix": "",
"commitBody": "", "commitBody": "",
"prHourlyLimit": 20,
"suppressNotifications": [ "suppressNotifications": [
"prIgnoreNotification" "prIgnoreNotification"
], ],