feat(helm)!: Update chart argo-cd (9.7.1 → 10.3.2) - #2003
Open
ixxel-bot[bot] wants to merge 1 commit into
Open
Conversation
ixxel-bot
Bot
force-pushed
the
renovate/major-10-genmachine-argocd
branch
from
July 15, 2026 18:41
ec15a12 to
3d7c7ef
Compare
Contributor
Author
--- main/argo-cd_gitops_bootstrap_genmachine_manifest_main.yaml 2026-08-10 19:47:23.186920508 +0000
+++ pr/argo-cd_gitops_bootstrap_genmachine_manifest_pr.yaml 2026-08-10 19:47:22.032882831 +0000
@@ -1,293 +1,549 @@
---
+# Source: argo-cd/charts/argo-cd/templates/argocd-application-controller/networkpolicy.yaml
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ labels:
+ helm.sh/chart: argo-cd-10.3.2
+ app.kubernetes.io/name: argocd-application-controller
+ app.kubernetes.io/instance: argo-cd
+ app.kubernetes.io/component: application-controller
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/part-of: argocd
+ app.kubernetes.io/version: "v3.5.0"
+ name: argo-cd-argocd-application-controller
+ namespace: default
+spec:
+ ingress:
+ - from:
+ - namespaceSelector: {}
+ ports:
+ - port: metrics
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-application-controller
+ app.kubernetes.io/instance: argo-cd
+ policyTypes:
+ - Ingress
+---
+# Source: argo-cd/charts/argo-cd/templates/argocd-applicationset/networkpolicy.yaml
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ name: argo-cd-argocd-applicationset-controller
+ namespace: default
+ labels:
+ helm.sh/chart: argo-cd-10.3.2
+ app.kubernetes.io/name: argocd-applicationset-controller
+ app.kubernetes.io/instance: argo-cd
+ app.kubernetes.io/component: applicationset-controller
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/part-of: argocd
+ app.kubernetes.io/version: "v3.5.0"
+spec:
+ ingress:
+ - from:
+ - namespaceSelector: {}
+ ports:
+ - port: metrics
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-applicationset-controller
+ app.kubernetes.io/instance: argo-cd
+ policyTypes:
+ - Ingress
+---
+# Source: argo-cd/charts/argo-cd/templates/argocd-commit-server/networkpolicy.yaml
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ name: argo-cd-argocd-commit-server
+ namespace: default
+spec:
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-commit-server
+ app.kubernetes.io/instance: argo-cd
+ policyTypes:
+ - Ingress
+ ingress:
+ - from:
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-application-controller
+ app.kubernetes.io/instance: argo-cd
+ ports:
+ - protocol: TCP
+ port: 8086
+ - from:
+ - namespaceSelector: { }
+ ports:
+ - port: 8087
+---
+# Source: argo-cd/charts/argo-cd/templates/argocd-notifications/networkpolicy.yaml
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ name: argo-cd-argocd-notifications-controller
+ namespace: default
+ labels:
+ helm.sh/chart: argo-cd-10.3.2
+ app.kubernetes.io/name: argocd-notifications-controller
+ app.kubernetes.io/instance: argo-cd
+ app.kubernetes.io/component: notifications-controller
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/part-of: argocd
+ app.kubernetes.io/version: "v3.5.0"
+spec:
+ ingress:
+ - from:
+ - namespaceSelector: {}
+ ports:
+ - port: metrics
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-notifications-controller
+ app.kubernetes.io/instance: argo-cd
+ policyTypes:
+ - Ingress
+---
+# Source: argo-cd/charts/argo-cd/templates/argocd-repo-server/networkpolicy.yaml
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ labels:
+ helm.sh/chart: argo-cd-10.3.2
+ app.kubernetes.io/name: argocd-repo-server
+ app.kubernetes.io/instance: argo-cd
+ app.kubernetes.io/component: repo-server
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/part-of: argocd
+ app.kubernetes.io/version: "v3.5.0"
+ name: argo-cd-argocd-repo-server
+ namespace: default
+spec:
+ ingress:
+ - from:
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-server
+ app.kubernetes.io/instance: argo-cd
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-application-controller
+ app.kubernetes.io/instance: argo-cd
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-notifications-controller
+ app.kubernetes.io/instance: argo-cd
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-applicationset-controller
+ app.kubernetes.io/instance: argo-cd
+ ports:
+ - port: repo-server
+ protocol: TCP
+ - from:
+ - namespaceSelector: {}
+ ports:
+ - port: metrics
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-repo-server
+ app.kubernetes.io/instance: argo-cd
+ policyTypes:
+ - Ingress
+---
+# Source: argo-cd/charts/argo-cd/templates/argocd-server/networkpolicy.yaml
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ labels:
+ helm.sh/chart: argo-cd-10.3.2
+ app.kubernetes.io/name: argocd-server
+ app.kubernetes.io/instance: argo-cd
+ app.kubernetes.io/component: server
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/part-of: argocd
+ app.kubernetes.io/version: "v3.5.0"
+ name: argo-cd-argocd-server
+ namespace: default
+spec:
+ ingress:
+ - {}
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-server
+ app.kubernetes.io/instance: argo-cd
+ policyTypes:
+ - Ingress
+---
+# Source: argo-cd/charts/argo-cd/templates/dex/networkpolicy.yaml
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ labels:
+ helm.sh/chart: argo-cd-10.3.2
+ app.kubernetes.io/name: argocd-dex-server
+ app.kubernetes.io/instance: argo-cd
+ app.kubernetes.io/component: dex-server
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/part-of: argocd
+ app.kubernetes.io/version: "v3.5.0"
+ name: argo-cd-argocd-dex-server
+ namespace: default
+spec:
+ ingress:
+ - from:
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-server
+ app.kubernetes.io/instance: argo-cd
+ ports:
+ - port: http
+ protocol: TCP
+ - port: grpc
+ protocol: TCP
+ - from:
+ - namespaceSelector: {}
+ ports:
+ - port: metrics
+ protocol: TCP
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-dex-server
+ app.kubernetes.io/instance: argo-cd
+ policyTypes:
+ - Ingress
+---
+# Source: argo-cd/charts/argo-cd/templates/redis/networkpolicy.yaml
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ labels:
+ helm.sh/chart: argo-cd-10.3.2
+ app.kubernetes.io/name: argocd-redis
+ app.kubernetes.io/instance: argo-cd
+ app.kubernetes.io/component: redis
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/part-of: argocd
+ app.kubernetes.io/version: "v3.5.0"
+ name: argo-cd-argocd-redis
+ namespace: default
+spec:
+ ingress:
+ - from:
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-server
+ app.kubernetes.io/instance: argo-cd
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-repo-server
+ app.kubernetes.io/instance: argo-cd
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-application-controller
+ app.kubernetes.io/instance: argo-cd
+ ports:
+ - port: redis
+ protocol: TCP
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: argocd-redis
+ app.kubernetes.io/instance: argo-cd
+ policyTypes:
+ - Ingress
+---
# Source: argo-cd/charts/argo-cd/templates/argocd-application-controller/pdb.yaml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: argo-cd-argocd-application-controller
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-application-controller
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: application-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: argocd-application-controller
app.kubernetes.io/instance: argo-cd
---
# Source: argo-cd/charts/argo-cd/templates/argocd-applicationset/pdb.yaml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: argo-cd-argocd-applicationset-controller
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-applicationset-controller
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: applicationset-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: argocd-applicationset-controller
app.kubernetes.io/instance: argo-cd
---
# Source: argo-cd/charts/argo-cd/templates/argocd-repo-server/pdb.yaml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: argo-cd-argocd-repo-server
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-repo-server
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: repo-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: argocd-repo-server
app.kubernetes.io/instance: argo-cd
---
# Source: argo-cd/charts/argo-cd/templates/argocd-server/pdb.yaml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: argo-cd-argocd-server
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argo-cd
---
# Source: argo-cd/charts/argo-cd/templates/dex/pdb.yaml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: argo-cd-argocd-dex-server
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-dex-server
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: dex-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: argocd-dex-server
app.kubernetes.io/instance: argo-cd
---
# Source: argo-cd/charts/argo-cd/templates/redis/pdb.yaml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: argo-cd-argocd-redis
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-redis
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: redis
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: argocd-redis
---
# Source: argo-cd/charts/argo-cd/templates/argocd-application-controller/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: true
metadata:
name: argocd-application-controller
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-application-controller
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: application-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
---
# Source: argo-cd/charts/argo-cd/templates/argocd-applicationset/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: true
metadata:
name: argocd-applicationset-controller
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-applicationset-controller
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: applicationset-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
---
# Source: argo-cd/charts/argo-cd/templates/argocd-commit-server/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: true
metadata:
name: argocd-commit-server
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-commit-server
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: commit-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
---
# Source: argo-cd/charts/argo-cd/templates/argocd-notifications/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: true
metadata:
name: argocd-notifications-controller
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-notifications-controller
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: notifications-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
---
# Source: argo-cd/charts/argo-cd/templates/argocd-repo-server/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: true
metadata:
name: argo-cd-argocd-repo-server
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-repo-server
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: repo-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
---
# Source: argo-cd/charts/argo-cd/templates/argocd-server/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: true
metadata:
name: argocd-server
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
---
# Source: argo-cd/charts/argo-cd/templates/dex/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: true
metadata:
name: argocd-dex-server
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-dex-server
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: dex-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
---
# Source: argo-cd/charts/argo-cd/templates/argocd-configs/argocd-notifications-secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: argocd-notifications-secret
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-notifications-controller
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: notifications-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
type: Opaque
stringData:
---
# Source: argo-cd/charts/argo-cd/templates/argocd-configs/argocd-secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: argocd-secret
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-secret
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
type: Opaque
# Setting a blank data again will wipe admin password/key/cert
data:
admin.password: JDJhJDEwJGpxNjZ1a0pJQmNsMTVKOFI2M1ouaHV2YXI1TmkxRlZleUgvNGdEcGg2eTNIaWZ6LzJsT09x
admin.passwordMtime: MjAyNS0wNC0wNFQyMzowMjowMFo=
---
# Source: argo-cd/charts/argo-cd/templates/argocd-configs/argocd-cm.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
data:
accounts.fred: apiKey, login
accounts.pipeline: apiKey
accounts.sa-homepage: apiKey
@@ -387,21 +643,21 @@
timeout.reconciliation.jitter: 60s
url: https://argocd.talos-genmachine.fredcorp.com
---
# Source: argo-cd/charts/argo-cd/templates/argocd-configs/argocd-cmd-params-cm.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cmd-params-cm
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-cmd-params-cm
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
data:
applicationsetcontroller.enable.leader.election: "true"
applicationsetcontroller.log.format: text
applicationsetcontroller.log.level: info
@@ -440,53 +696,53 @@
server.staticassets: /shared/app
server.x.frame.options: sameorigin
---
# Source: argo-cd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-gpg-keys-cm
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-gpg-keys-cm
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
---
# Source: argo-cd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-notifications-cm
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-notifications-controller
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: notifications-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
data:
context: |
argocdUrl: https://argocd.talos-genmachine.fredcorp.com
---
# Source: argo-cd/charts/argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-rbac-cm
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-rbac-cm
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
data:
policy.csv: |
g, fred, role:admin
g, pipeline, role:admin
@@ -498,21 +754,21 @@
policy.matchMode: glob
scopes: '[groups]'
---
# Source: argo-cd/charts/argo-cd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-ssh-known-hosts-cm
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-ssh-known-hosts-cm
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
data:
ssh_known_hosts: |
[ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=
[ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl
[ssh.github.com]:443 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=
@@ -528,35 +784,35 @@
ssh.dev.azure.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7Hr1oTWqNqOlzGJOfGJ4NakVyIzf1rXYd4d7wo6jBlkLvCA4odBlL0mDUyZ0/QUfTTqeu+tm22gOsv+VrVTMk6vwRU75gY/y9ut5Mb3bR5BV58dKXyq9A9UeB5Cakehn5Zgm6x1mKoVyf+FFn26iYqXJRgzIZZcZ5V6hrE0Qg39kZm4az48o0AUbf6Sp4SLdvnuMa2sVNwHBboS7EJkm57XQPVU3/QpyNLHbWDdzwtrlS+ez30S3AdYhLKEOxAG8weOnyrtLJAUen9mTkol8oII1edf7mWWbWVf0nBmly21+nZcmCTISQBtdcyPaEno7fFQMDD26/s0lfKob4Kw8H
vs-ssh.visualstudio.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7Hr1oTWqNqOlzGJOfGJ4NakVyIzf1rXYd4d7wo6jBlkLvCA4odBlL0mDUyZ0/QUfTTqeu+tm22gOsv+VrVTMk6vwRU75gY/y9ut5Mb3bR5BV58dKXyq9A9UeB5Cakehn5Zgm6x1mKoVyf+FFn26iYqXJRgzIZZcZ5V6hrE0Qg39kZm4az48o0AUbf6Sp4SLdvnuMa2sVNwHBboS7EJkm57XQPVU3/QpyNLHbWDdzwtrlS+ez30S3AdYhLKEOxAG8weOnyrtLJAUen9mTkol8oII1edf7mWWbWVf0nBmly21+nZcmCTISQBtdcyPaEno7fFQMDD26/s0lfKob4Kw8H
---
# Source: argo-cd/charts/argo-cd/templates/argocd-configs/argocd-tls-certs-cm.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-tls-certs-cm
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-tls-certs-cm
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
---
# Source: argo-cd/charts/argo-cd/templates/redis/health-configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: argo-cd-argocd-redis-health-configmap
namespace: default
labels:
- helm.sh/chart: argo-cd-9.7.1
+ helm.sh/chart: argo-cd-10.3.2
app.kubernetes.io/name: argocd-redis
app.kubernetes.io/instance: argo-cd
app.kubernetes.io/component: redis
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.5.0"
data:
redis_liveness.sh: |
response=$(
redis-cli \
@@ -1123,20 +1379,27 @@
type: object
ref:
description: Ref is reference to another source within sources
field. This field will not be used if used with a `source`
tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git or
Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
sources:
@@ -1512,20 +1775,27 @@
type: object
ref:
description: Ref is reference to another source within sources
field. This field will not be used if used with a `source`
tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git or
Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
type: array
@@ -2007,20 +2277,27 @@
type: array
type: object
ref:
description: Ref is reference to another source within sources
field. This field will not be used if used with a `source` tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git or Helm)
that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
sourceHydrator:
@@ -2412,20 +2689,25 @@
from.
properties:
path:
description: |-
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
hydrated manifests will be synced.
minLength: 1
pattern: ^.{2,}|[^./]$
type: string
+ repoURL:
+ description: |-
+ RepoURL is the URL to the git repository that contains the hydrated manifests. If not set, defaults to
+ the DrySource.RepoURL.
+ type: string
targetBranch:
description: |-
TargetBranch is the branch from which hydrated manifests will be synced.
If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
type: string
required:
- path
- targetBranch
type: object
required:
@@ -2798,20 +3080,27 @@
type: object
ref:
description: Ref is reference to another source within sources
field. This field will not be used if used with a `source`
tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git or Helm)
that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
type: array
@@ -3358,20 +3647,27 @@
type: object
ref:
description: Ref is reference to another source within sources
field. This field will not be used if used with a `source`
tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git or
Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
sources:
@@ -3754,20 +4050,27 @@
type: object
ref:
description: Ref is reference to another source within
sources field. This field will not be used if used with
a `source` tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git
or Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
type: array
@@ -4305,20 +4608,27 @@
type: object
ref:
description: Ref is reference to another source within
sources field. This field will not be used if used
with a `source` tag.
type: string
repoURL:
description: RepoURL is the URL to the repository
(Git or Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
sources:
@@ -4720,20 +5030,27 @@
type: object
ref:
description: Ref is reference to another source
within sources field. This field will not be used
if used with a `source` tag.
type: string
repoURL:
description: RepoURL is the URL to the repository
(Git or Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
type: array
@@ -5246,20 +5563,27 @@
type: object
ref:
description: Ref is reference to another source within
sources field. This field will not be used if used with
a `source` tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git
or Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
sources:
@@ -5651,20 +5975,27 @@
type: object
ref:
description: Ref is reference to another source within
sources field. This field will not be used if used
with a `source` tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git
or Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
type: array
@@ -6199,20 +6530,25 @@
manifests from.
properties:
path:
description: |-
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
hydrated manifests will be synced.
minLength: 1
pattern: ^.{2,}|[^./]$
type: string
+ repoURL:
+ description: |-
+ RepoURL is the URL to the git repository that contains the hydrated manifests. If not set, defaults to
+ the DrySource.RepoURL.
+ type: string
targetBranch:
description: |-
TargetBranch is the branch from which hydrated manifests will be synced.
If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
type: string
required:
- path
- targetBranch
type: object
required:
@@ -6221,20 +6557,25 @@
type: object
startedAt:
description: StartedAt indicates when the hydrate operation
started
format: date-time
type: string
required:
- message
- phase
type: object
+ lastComparedDryRevision:
+ description: |-
+ LastComparedDryRevision holds the resolved revision from the most recent dry source comparison.
+ This is updated on every evaluation, even when hydration is skipped due to no changes.
+ type: string
lastSuccessfulOperation:
description: LastSuccessfulOperation holds info about the most
recent successful hydration
properties:
drySHA:
description: DrySHA holds the resolved revision (sha) of the
dry source as of the most recent reconciliation
type: string
hydratedSHA:
description: HydratedSHA holds the resolved revision (sha)
@@ -6652,20 +6993,25 @@
manifests from.
properties:
path:
description: |-
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
hydrated manifests will be synced.
minLength: 1
pattern: ^.{2,}|[^./]$
type: string
+ repoURL:
+ description: |-
+ RepoURL is the URL to the git repository that contains the hydrated manifests. If not set, defaults to
+ the DrySource.RepoURL.
+ type: string
targetBranch:
description: |-
TargetBranch is the branch from which hydrated manifests will be synced.
If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
type: string
required:
- path
- targetBranch
type: object
required:
@@ -6693,20 +7039,24 @@
description: ExternalURLs holds all external URLs of application
child resources.
items:
type: string
type: array
images:
description: Images holds all images of application child resources.
items:
type: string
type: array
+ isAppOfApps:
+ description: IsAppOfApps holds true if the application has any
+ application for child resource.
+ type: boolean
type: object
sync:
description: Sync contains information about the application's current
sync status
properties:
comparedTo:
description: ComparedTo contains information about what has been
compared
properties:
destination:
@@ -7141,20 +7491,27 @@
type: object
ref:
description: Ref is reference to another source within
sources field. This field will not be used if used with
a `source` tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git
or Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
sources:
@@ -7546,20 +7903,27 @@
type: object
ref:
description: Ref is reference to another source within
sources field. This field will not be used if used
with a `source` tag.
type: string
repoURL:
description: RepoURL is the URL to the repository (Git
or Helm) that contains the application manifests
type: string
+ tagPrefix:
+ description: |-
+ TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.
+ The prefix is stripped from tag names before comparison and re-added to the resolved version.
+ For example, with tagPrefix "component-b/" and targetRevision "1.0.*", tags like "component-b/1.0.0" and
+ "component-b/1.0.1" are candidates, and the constraint resolves to "component-b/1.0.1".
+ type: string
targetRevision:
description: |-
TargetRevision defines the revision of the source to sync the application to.
In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.
In case of Helm, this is a semver tag for the Chart's version.
type: string
required:
- repoURL
type: object
type: array
@@ -7968,20 +8332,22 @@
type: string
string:
type: string
type: object
type: array
type: object
ref:
type: string
repoURL:
type: string
+ tagPrefix:
+ type: string
targetRevision:
type: string
required:
- repoURL
type: object
sourceHydrator:
properties:
drySource:
properties:
directory:
@@ -8223,20 +8589,22 @@
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
minLength: 1
pattern: ^.{2,}|[^./]$
type: string
+ repoURL:
+ type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
type: object
@@ -8468,20 +8836,22 @@
type: string
string:
type: string
type: object
type: array
type: object
ref:
type: string
repoURL:
type: string
+ tagPrefix:
+ type: string
targetRevision:
type: string
required:
- repoURL
type: object
type: array
syncPolicy:
properties:
automated:
properties:
@@ -8876,20 +9246,22 @@
type: string
string:
type: string
type: object
type: array
type: object
ref:
type: string
repoURL:
type: string
+ tagPrefix:
+ type: string
targetRevision:
type: string
required:
- repoURL
type: object
sourceHydrator:
properties:
drySource:
properties:
directory:
@@ -9131,20 +9503,22 @@
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
minLength: 1
pattern: ^.{2,}|[^./]$
type: string
+ repoURL:
+ type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
type: object
@@ -9376,20 +9750,22 @@
type: string
string:
type: string
type: object
type: array
type: object
ref:
type: string
repoURL:
type: string
+ tagPrefix:
+ type: string
targetRevision:
type: string
required:
- repoURL
type: object
type: array
syncPolicy:
properties:
automated:
properties:
@@ -9785,20 +10161,22 @@
type: string
string:
type: string
type: object
type: array
type: object
ref:
type: string
repoURL:
type: string
+ tagPrefix:
+ type: string
targetRevision:
type: string
required:
- repoURL
type: object
sourceHydrator:
properties:
drySource:
properties:
directory:
@@ -10040,20 +10418,22 @@
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
minLength: 1
pattern: ^.{2,}|[^./]$
type: string
+ repoURL:
+ type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
type: object
@@ -10285,20 +10665,22 @@
type: string
string:
type: string
type: object
type: array
type: object
ref:
type: string
repoURL:
type: string
+ tagPrefix:
+ type: string
targetRevision:
type: string
required:
- repoURL
type: object
type: array
syncPolicy:
properties:
automated:
properties:
@@ -10672,20 +11054,22 @@
type: string
string:
type: string
type: object
type: array
type: object
ref:
type: string
repoURL:
type: string
+ tagPrefix:
+ type: string
targetRevision:
type: string
required:
- repoURL
type: object
sourceHydrator:
properties:
drySource:
properties:
directory:
@@ -10927,20 +11311,22 @@
type: string
required:
- targetBranch
type: object
syncSource:
properties:
[Truncated: Diff output was too large]
|
ixxel-bot
Bot
force-pushed
the
renovate/major-10-genmachine-argocd
branch
5 times, most recently
from
July 16, 2026 08:10
9899065 to
8ce22b0
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-genmachine-argocd
branch
17 times, most recently
from
July 23, 2026 08:56
03018cb to
010ee55
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-genmachine-argocd
branch
12 times, most recently
from
July 31, 2026 15:13
33d6e08 to
2e5702c
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-genmachine-argocd
branch
9 times, most recently
from
August 4, 2026 19:45
b66f8d0 to
e35d75f
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-genmachine-argocd
branch
2 times, most recently
from
August 5, 2026 12:23
1cdf5a1 to
74da23c
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-genmachine-argocd
branch
3 times, most recently
from
August 6, 2026 10:45
e514ef8 to
a358f8a
Compare
| datasource | package | from | to | | ---------- | ------- | ----- | ------ | | helm | argo-cd | 9.7.1 | 10.3.2 | Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.7.1→10.3.2Release Notes
argoproj/argo-helm (argo-cd)
v10.3.2Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
New Contributors
Full Changelog: argoproj/argo-helm@argo-cd-10.3.1...argo-cd-10.3.2
v10.3.1Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-workflows-1.0.24...argo-cd-10.3.1
v10.3.0Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-cd-10.2.3...argo-cd-10.3.0
v10.2.3Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-events-2.4.24...argo-cd-10.2.3
v10.2.2Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-workflows-1.0.23...argo-cd-10.2.2
v10.2.1Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-cd-10.2.0...argo-cd-10.2.1
v10.2.0Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-workflows-1.0.22...argo-cd-10.2.0
v10.1.4Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-workflows-1.0.20...argo-cd-10.1.4
v10.1.3Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-workflows-1.0.19...argo-cd-10.1.3
v10.1.2Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-cd-10.1.1...argo-cd-10.1.2
v10.1.1Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
New Contributors
Full Changelog: argoproj/argo-helm@argo-cd-10.1.0...argo-cd-10.1.1
v10.1.0Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-cd-10.0.1...argo-cd-10.1.0
v10.0.1Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
New Contributors
Full Changelog: argoproj/argo-helm@argo-cd-10.0.0...argo-cd-10.0.1
v10.0.0Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
Full Changelog: argoproj/argo-helm@argocd-image-updater-1.2.4...argo-cd-10.0.0
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.