Compare commits

...

4 commits

Author SHA1 Message Date
renovate[bot]
b0a3863981
Merge d70ef817c8 into d6829b8759 2024-11-21 14:18:54 +00:00
renovate[bot]
d70ef817c8
chore(deps): update helm chart argo-workflows to v0.44.0 2024-11-21 14:18:52 +00:00
renovate[bot]
d6829b8759
chore(deps): update docker image quay.io/argoproj/argocd to v2.13.1 (#2537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-21 14:17:56 +00:00
nold
bd25b46fb3
Update renovate.json 2024-11-21 10:52:57 +01:00
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -5,7 +5,7 @@ apps:
- name: argo-workflows
repoURL: https://argoproj.github.io/argo-helm
chart: argo-workflows
targetRevision: 0.41.11
targetRevision: 0.44.0
# secrets:
# - name: argocd-secret
# keys:

View file

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