feat(helm)!: Update chart argo-cd (8.6.4 → 10.3.2) - #2002
Open
ixxel-bot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
--- main/argo-cd_gitops_bootstrap_beelink_manifest_main.yaml 2026-08-10 19:47:08.935534399 +0000
+++ pr/argo-cd_gitops_bootstrap_beelink_manifest_pr.yaml 2026-08-10 19:47:07.394570297 +0000
@@ -1,260 +1,458 @@
---
+# 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-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-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-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-8.6.4
+ 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-8.6.4
+ 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-8.6.4
+ 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-8.6.4
+ 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-8.6.4
+ 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-8.6.4
+ 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-8.6.4
+ 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-8.6.4
+ 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-8.6.4
+ 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-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-8.6.4
+ 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-8.6.4
+ 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-8.6.4
+ 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-secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: argocd-secret
namespace: default
labels:
- helm.sh/chart: argo-cd-8.6.4
+ 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-8.6.4
+ 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
admin.enabled: "true"
@@ -343,62 +541,57 @@
- cilium.io
kinds:
- CiliumIdentity
- CiliumEndpoint
- CiliumEndpointSlice
server.rbac.log.enforce.enable: "false"
statusbadge.enabled: "true"
statusbadge.url: https://argocd.k0s-fullstack.fredcorp.com/
timeout.hard.reconciliation: "0"
timeout.reconciliation: 180s
+ timeout.reconciliation.jitter: 60s
url: https://argocd.k0s-fullstack.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-8.6.4
+ 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:
- application.namespaces: ""
applicationsetcontroller.enable.leader.election: "false"
- applicationsetcontroller.enable.progressive.syncs: "false"
applicationsetcontroller.log.format: text
applicationsetcontroller.log.level: info
- applicationsetcontroller.namespaces: ""
- applicationsetcontroller.policy: sync
commit.server: argo-cd-argocd-commit-server:8086
commitserver.log.format: text
commitserver.log.level: info
controller.diff.server.side: "false"
- controller.ignore.normalizer.jq.timeout: 1s
controller.log.format: text
controller.log.level: info
controller.operation.processors: "10"
controller.repo.server.timeout.seconds: "60"
controller.self.heal.timeout.seconds: "5"
controller.status.processors: "20"
controller.sync.timeout.seconds: "240"
dexserver.log.format: text
dexserver.log.level: info
hydrator.enabled: "true"
notificationscontroller.log.format: text
notificationscontroller.log.level: info
- otlp.address: ""
redis.server: argo-cd-argocd-redis:6379
repo.server: argo-cd-argocd-repo-server:8081
reposerver.log.format: text
reposerver.log.level: info
reposerver.parallelism.limit: "0"
server.basehref: /
server.dex.server: https://argo-cd-argocd-dex-server:5556
server.dex.server.strict.tls: "false"
server.disable.auth: "false"
server.enable.gzip: "false"
@@ -411,35 +604,35 @@
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-8.6.4
+ 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-rbac-cm.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-rbac-cm
namespace: default
labels:
- helm.sh/chart: argo-cd-8.6.4
+ 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
@@ -450,21 +643,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-8.6.4
+ 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=
@@ -480,35 +673,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-8.6.4
+ 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-8.6.4
+ 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 \
@@ -534,20 +727,21 @@
echo "$response"
exit 1
fi
echo "response=$response"
---
# Source: argo-cd/charts/argo-cd/templates/crds/crd-application.yaml
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
+ argocd.argoproj.io/sync-options: ServerSideApply=true
labels:
app.kubernetes.io/name: applications.argoproj.io
app.kubernetes.io/part-of: argocd
name: applications.argoproj.io
spec:
group: argoproj.io
names:
kind: Application
listKind: ApplicationList
plural: applications
@@ -643,20 +837,24 @@
maxDuration:
description: MaxDuration is the maximum amount of time allowed
for the backoff strategy
type: string
type: object
limit:
description: Limit is the maximum number of attempts for retrying
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
+ refresh:
+ description: 'Refresh indicates if the latest revision should
+ be used on retry instead of the initial one (default: false)'
+ type: boolean
type: object
sync:
description: Sync contains parameters for the operation
properties:
autoHealAttemptsCount:
description: SelfHealAttemptsCount contains the number of auto-heal
attempts
format: int64
type: integer
dryRun:
@@ -939,26 +1137,26 @@
type: string
labelIncludeTemplates:
description: LabelIncludeTemplates specifies whether to
apply common labels to resource templates or not
type: boolean
labelWithoutSelector:
description: LabelWithoutSelector specifies whether to
apply common labels to resource selectors or not
type: boolean
namePrefix:
- description: NamePrefix is a prefix appended to resources
- for Kustomize apps
+ description: NamePrefix overrides the namePrefix in the
+ kustomization.yaml for Kustomize apps
type: string
nameSuffix:
- description: NameSuffix is a suffix appended to resources
- for Kustomize apps
+ description: NameSuffix overrides the nameSuffix in the
+ kustomization.yaml for Kustomize apps
type: string
namespace:
description: Namespace sets the namespace that Kustomize
adds to all resources
type: string
patches:
description: Patches is a list of Kustomize patches
items:
properties:
options:
@@ -1070,20 +1268,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:
@@ -1328,26 +1533,26 @@
type: string
labelIncludeTemplates:
description: LabelIncludeTemplates specifies whether
to apply common labels to resource templates or not
type: boolean
labelWithoutSelector:
description: LabelWithoutSelector specifies whether
to apply common labels to resource selectors or not
type: boolean
namePrefix:
- description: NamePrefix is a prefix appended to resources
- for Kustomize apps
+ description: NamePrefix overrides the namePrefix in
+ the kustomization.yaml for Kustomize apps
type: string
nameSuffix:
- description: NameSuffix is a suffix appended to resources
- for Kustomize apps
+ description: NameSuffix overrides the nameSuffix in
+ the kustomization.yaml for Kustomize apps
type: string
namespace:
description: Namespace sets the namespace that Kustomize
adds to all resources
type: string
patches:
description: Patches is a list of Kustomize patches
items:
properties:
options:
@@ -1459,20 +1664,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
@@ -1827,25 +2039,25 @@
type: string
labelIncludeTemplates:
description: LabelIncludeTemplates specifies whether to apply
common labels to resource templates or not
type: boolean
labelWithoutSelector:
description: LabelWithoutSelector specifies whether to apply
common labels to resource selectors or not
type: boolean
namePrefix:
- description: NamePrefix is a prefix appended to resources
+ description: NamePrefix overrides the namePrefix in the kustomization.yaml
for Kustomize apps
type: string
nameSuffix:
- description: NameSuffix is a suffix appended to resources
+ description: NameSuffix overrides the nameSuffix in the kustomization.yaml
for Kustomize apps
type: string
namespace:
description: Namespace sets the namespace that Kustomize adds
to all resources
type: string
patches:
description: Patches is a list of Kustomize patches
items:
properties:
@@ -1954,41 +2166,395 @@
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:
description: SourceHydrator provides a way to push hydrated manifests
back to git before syncing them to the cluster.
properties:
drySource:
description: DrySource specifies where the dry "don't repeat yourself"
manifest source lives.
properties:
+ directory:
+ description: Directory specifies path/directory specific options
+ properties:
+ exclude:
+ description: Exclude contains a glob pattern to match
+ paths against that should be explicitly excluded from
+ being used during manifest generation
+ type: string
+ include:
+ description: Include contains a glob pattern to match
+ paths against that should be explicitly included during
+ manifest generation
+ type: string
+ jsonnet:
+ description: Jsonnet holds options specific to Jsonnet
+ properties:
+ extVars:
+ description: ExtVars is a list of Jsonnet External
+ Variables
+ items:
+ description: JsonnetVar represents a variable to
+ be passed to jsonnet during manifest generation
+ properties:
+ code:
+ type: boolean
+ name:
+ type: string
+ value:
+ type: string
+ required:
+ - name
+ - value
+ type: object
+ type: array
+ libs:
+ description: Additional library search dirs
+ items:
+ type: string
+ type: array
+ tlas:
+ description: TLAS is a list of Jsonnet Top-level Arguments
+ items:
+ description: JsonnetVar represents a variable to
+ be passed to jsonnet during manifest generation
+ properties:
+ code:
+ type: boolean
+ name:
+ type: string
+ value:
+ type: string
+ required:
+ - name
+ - value
+ type: object
+ type: array
+ type: object
+ recurse:
+ description: Recurse specifies whether to scan a directory
+ recursively for manifests
+ type: boolean
+ type: object
+ helm:
+ description: Helm specifies helm specific options
+ properties:
+ apiVersions:
+ description: |-
+ APIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default,
+ Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
+ items:
+ type: string
+ type: array
+ fileParameters:
+ description: FileParameters are file parameters to the
+ helm template
+ items:
+ description: HelmFileParameter is a file parameter that's
+ passed to helm template during manifest generation
+ properties:
+ name:
+ description: Name is the name of the Helm parameter
+ type: string
+ path:
+ description: Path is the path to the file containing
+ the values for the Helm parameter
+ type: string
+ type: object
+ type: array
+ ignoreMissingValueFiles:
+ description: IgnoreMissingValueFiles prevents helm template
+ from failing when valueFiles do not exist locally by
+ not appending them to helm template --values
+ type: boolean
+ kubeVersion:
+ description: |-
+ KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD
+ uses the Kubernetes version of the target cluster.
+ type: string
+ namespace:
+ description: Namespace is an optional namespace to template
+ with. If left empty, defaults to the app's destination
+ namespace.
+ type: string
+ parameters:
+ description: Parameters is a list of Helm parameters which
+ are passed to the helm template command upon manifest
+ generation
+ items:
+ description: HelmParameter is a parameter that's passed
+ to helm template during manifest generation
+ properties:
+ forceString:
+ description: ForceString determines whether to tell
+ Helm to interpret booleans and numbers as strings
+ type: boolean
+ name:
+ description: Name is the name of the Helm parameter
+ type: string
+ value:
+ description: Value is the value for the Helm parameter
+ type: string
+ type: object
+ type: array
+ passCredentials:
+ description: PassCredentials pass credentials to all domains
+ (Helm's --pass-credentials)
+ type: boolean
+ releaseName:
+ description: ReleaseName is the Helm release name to use.
+ If omitted it will use the application name
+ type: string
+ skipCrds:
+ description: SkipCrds skips custom resource definition
+ installation step (Helm's --skip-crds)
+ type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema validation
+ (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
+ valueFiles:
+ description: ValuesFiles is a list of Helm value files
+ to use when generating a template
+ items:
+ type: string
+ type: array
+ values:
+ description: Values specifies Helm values to be passed
+ to helm template, typically defined as a block. ValuesObject
+ takes precedence over Values, so use one or the other.
+ type: string
+ valuesObject:
+ description: ValuesObject specifies Helm values to be
+ passed to helm template, defined as a map. This takes
+ precedence over Values.
+ type: object
+ x-kubernetes-preserve-unknown-fields: true
+ version:
+ description: Version is the Helm version to use for templating
+ ("3")
+ type: string
+ type: object
+ kustomize:
+ description: Kustomize specifies kustomize specific options
+ properties:
+ apiVersions:
+ description: |-
+ APIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default,
+ Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
+ items:
+ type: string
+ type: array
+ commonAnnotations:
+ additionalProperties:
+ type: string
+ description: CommonAnnotations is a list of additional
+ annotations to add to rendered manifests
+ type: object
+ commonAnnotationsEnvsubst:
+ description: CommonAnnotationsEnvsubst specifies whether
+ to apply env variables substitution for annotation values
+ type: boolean
+ commonLabels:
+ additionalProperties:
+ type: string
+ description: CommonLabels is a list of additional labels
+ to add to rendered manifests
+ type: object
+ components:
+ description: Components specifies a list of kustomize
+ components to add to the kustomization before building
+ items:
+ type: string
+ type: array
+ forceCommonAnnotations:
+ description: ForceCommonAnnotations specifies whether
+ to force applying common annotations to resources for
+ Kustomize apps
+ type: boolean
+ forceCommonLabels:
+ description: ForceCommonLabels specifies whether to force
+ applying common labels to resources for Kustomize apps
+ type: boolean
+ ignoreMissingComponents:
+ description: IgnoreMissingComponents prevents kustomize
+ from failing when components do not exist locally by
+ not appending them to kustomization file
+ type: boolean
+ images:
+ description: Images is a list of Kustomize image override
+ specifications
+ items:
+ description: KustomizeImage represents a Kustomize image
+ definition in the format [old_image_name=]<image_name>:<image_tag>
+ type: string
+ type: array
+ kubeVersion:
+ description: |-
+ KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD
+ uses the Kubernetes version of the target cluster.
+ type: string
+ labelIncludeTemplates:
+ description: LabelIncludeTemplates specifies whether to
+ apply common labels to resource templates or not
+ type: boolean
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether to
+ apply common labels to resource selectors or not
+ type: boolean
+ namePrefix:
+ description: NamePrefix overrides the namePrefix in the
+ kustomization.yaml for Kustomize apps
+ type: string
+ nameSuffix:
+ description: NameSuffix overrides the nameSuffix in the
+ kustomization.yaml for Kustomize apps
+ type: string
+ namespace:
+ description: Namespace sets the namespace that Kustomize
+ adds to all resources
+ type: string
+ patches:
+ description: Patches is a list of Kustomize patches
+ items:
+ properties:
+ options:
+ additionalProperties:
+ type: boolean
+ type: object
+ patch:
+ type: string
+ path:
+ type: string
+ target:
+ properties:
+ annotationSelector:
+ type: string
+ group:
+ type: string
+ kind:
+ type: string
+ labelSelector:
+ type: string
+ name:
+ type: string
+ namespace:
+ type: string
+ version:
+ type: string
+ type: object
+ type: object
+ type: array
+ replicas:
+ description: Replicas is a list of Kustomize Replicas
+ override specifications
+ items:
+ properties:
+ count:
+ anyOf:
+ - type: integer
+ - type: string
+ description: Number of replicas
+ x-kubernetes-int-or-string: true
+ name:
+ description: Name of Deployment or StatefulSet
+ type: string
+ required:
+ - count
+ - name
+ type: object
+ type: array
+ version:
+ description: Version controls which version of Kustomize
+ to use for rendering manifests
+ type: string
+ type: object
path:
description: Path is a directory path within the Git repository
where the manifests are located
type: string
+ plugin:
+ description: Plugin specifies config management plugin specific
+ options
+ properties:
+ env:
+ description: Env is a list of environment variable entries
+ items:
+ description: EnvEntry represents an entry in the application's
+ environment
+ properties:
+ name:
+ description: Name is the name of the variable, usually
+ expressed in uppercase
+ type: string
+ value:
+ description: Value is the value of the variable
+ type: string
+ required:
+ - name
+ - value
+ type: object
+ type: array
+ name:
+ type: string
+ parameters:
+ items:
+ properties:
+ array:
+ description: Array is the value of an array type
+ parameter.
+ items:
+ type: string
+ type: array
+ map:
+ additionalProperties:
+ type: string
+ description: Map is the value of a map type parameter.
+ type: object
+ name:
+ description: Name is the name identifying a parameter.
+ type: string
+ string:
+ description: String_ is the value of a string type
+ parameter.
+ type: string
+ type: object
+ type: array
+ type: object
repoURL:
description: RepoURL is the URL to the git repository that
contains the application manifests
type: string
targetRevision:
description: TargetRevision defines the revision of the source
to hydrate
type: string
required:
- path
@@ -2007,25 +2573,34 @@
required:
- targetBranch
type: object
syncSource:
description: SyncSource specifies where to sync hydrated manifests
from.
properties:
path:
description: |-
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
- from. If hydrateTo is set, this is just the path from which hydrated manifests will be 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 to which hydrated
- manifests should be committed
+ 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:
- drySource
- syncSource
type: object
sources:
@@ -2264,26 +2839,26 @@
type: string
labelIncludeTemplates:
description: LabelIncludeTemplates specifies whether to
apply common labels to resource templates or not
type: boolean
labelWithoutSelector:
description: LabelWithoutSelector specifies whether to apply
common labels to resource selectors or not
type: boolean
namePrefix:
- description: NamePrefix is a prefix appended to resources
- for Kustomize apps
+ description: NamePrefix overrides the namePrefix in the
+ kustomization.yaml for Kustomize apps
type: string
nameSuffix:
- description: NameSuffix is a suffix appended to resources
- for Kustomize apps
+ description: NameSuffix overrides the nameSuffix in the
+ kustomization.yaml for Kustomize apps
type: string
namespace:
description: Namespace sets the namespace that Kustomize
adds to all resources
type: string
patches:
description: Patches is a list of Kustomize patches
items:
properties:
options:
@@ -2394,20 +2969,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
@@ -2470,20 +3052,24 @@
maxDuration:
description: MaxDuration is the maximum amount of time
allowed for the backoff strategy
type: string
type: object
limit:
description: Limit is the maximum number of attempts for retrying
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
+ refresh:
+ description: 'Refresh indicates if the latest revision should
+ be used on retry instead of the initial one (default: false)'
+ type: boolean
type: object
syncOptions:
description: Options allow you to specify whole app sync-options
items:
type: string
type: array
type: object
required:
- destination
- project
@@ -2819,26 +3405,26 @@
type: string
labelIncludeTemplates:
description: LabelIncludeTemplates specifies whether
to apply common labels to resource templates or not
type: boolean
labelWithoutSelector:
description: LabelWithoutSelector specifies whether
to apply common labels to resource selectors or not
type: boolean
namePrefix:
- description: NamePrefix is a prefix appended to resources
- for Kustomize apps
+ description: NamePrefix overrides the namePrefix in
+ the kustomization.yaml for Kustomize apps
type: string
nameSuffix:
- description: NameSuffix is a suffix appended to resources
- for Kustomize apps
+ description: NameSuffix overrides the nameSuffix in
+ the kustomization.yaml for Kustomize apps
type: string
namespace:
description: Namespace sets the namespace that Kustomize
adds to all resources
type: string
patches:
description: Patches is a list of Kustomize patches
items:
properties:
options:
@@ -2950,20 +3536,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:
@@ -3212,26 +3805,26 @@
description: LabelIncludeTemplates specifies whether
to apply common labels to
[Truncated: Diff output was too large]
|
ixxel-bot
Bot
force-pushed
the
renovate/major-10-beelink-argocd
branch
6 times, most recently
from
July 16, 2026 08:10
33b39a6 to
156c87f
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-beelink-argocd
branch
17 times, most recently
from
July 23, 2026 08:55
5d6c22e to
0427761
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-beelink-argocd
branch
11 times, most recently
from
July 31, 2026 15:13
9fdce1b to
16441f2
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-beelink-argocd
branch
9 times, most recently
from
August 4, 2026 19:45
2be4e00 to
93e5316
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-beelink-argocd
branch
2 times, most recently
from
August 5, 2026 12:23
6fc47b2 to
b30a952
Compare
ixxel-bot
Bot
force-pushed
the
renovate/major-10-beelink-argocd
branch
4 times, most recently
from
August 6, 2026 15:15
83e6c48 to
12df2dc
Compare
| datasource | package | from | to | | ---------- | ------- | ----- | ------ | | helm | argo-cd | 8.6.4 | 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:
8.6.4→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
v9.7.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-workflows-1.0.18...argo-cd-9.7.1
v9.7.0Compare 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-9.6.0...argo-cd-9.7.0
v9.6.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-9.5.22...argo-cd-9.6.0
v9.5.22Compare 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.22...argo-cd-9.5.22
v9.5.21Compare 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.15...argo-cd-9.5.21
v9.5.20Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-rollouts-2.41.0...argo-cd-9.5.20
v9.5.19Compare 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-9.5.18...argo-cd-9.5.19
v9.5.18Compare 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-9.5.17...argo-cd-9.5.18
v9.5.17Compare 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-rollouts-2.40.10...argo-cd-9.5.17
v9.5.16Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argocd-image-updater-1.2.2...argo-cd-9.5.16
v9.5.15Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argocd-image-updater-1.2.1...argo-cd-9.5.15
v9.5.14Compare 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-9.5.13...argo-cd-9.5.14
v9.5.13Compare 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-9.5.12...argo-cd-9.5.13
v9.5.12Compare 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-9.5.11...argo-cd-9.5.12
v9.5.11Compare 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-9.5.10...argo-cd-9.5.11
v9.5.10Compare 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-9.5.9...argo-cd-9.5.10
v9.5.9Compare 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-9.5.8...argo-cd-9.5.9
v9.5.8Compare 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-9.5.7...argo-cd-9.5.8
v9.5.7Compare 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-9.5.6...argo-cd-9.5.7
v9.5.6Compare 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-9.5.5...argo-cd-9.5.6
v9.5.5Compare 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-workflows-1.0.13...argo-cd-9.5.5
v9.5.4Compare 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-9.5.3...argo-cd-9.5.4
v9.5.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-cd-9.5.2...argo-cd-9.5.3
v9.5.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-9.5.1...argo-cd-9.5.2
v9.5.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-workflows-1.0.10...argo-cd-9.5.1
v9.5.0Compare 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-9.4.18...argo-cd-9.5.0
v9.4.18Compare 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.7...argo-cd-9.4.18
v9.4.17Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-rollouts-2.40.9...argo-cd-9.4.17
v9.4.16Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argocd-image-updater-1.1.4...argo-cd-9.4.16
v9.4.15Compare 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-workflows-1.0.4...argo-cd-9.4.15
v9.4.14Compare 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-workflows-1.0.3...argo-cd-9.4.14
v9.4.13Compare 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-9.4.12...argo-cd-9.4.13
v9.4.12Compare 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-9.4.11...argo-cd-9.4.12
v9.4.11Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argocd-image-updater-1.1.3...argo-cd-9.4.11
v9.4.10Compare 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-9.4.9...argo-cd-9.4.10
v9.4.9Compare 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-9.4.8...argo-cd-9.4.9
v9.4.8Compare 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-9.4.7...argo-cd-9.4.8
v9.4.7Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
timeout.reconciliation.jitterconfig by @sh-cho in #3748New Contributors
Full Changelog: argoproj/argo-helm@argo-cd-9.4.6...argo-cd-9.4.7
v9.4.6Compare 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-9.4.5...argo-cd-9.4.6
v9.4.5Compare 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-9.4.4...argo-cd-9.4.5
v9.4.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-cd-9.4.3...argo-cd-9.4.4
v9.4.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-0.47.4...argo-cd-9.4.3
v9.4.2Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argocd-image-updater-1.1.0...argo-cd-9.4.2
v9.4.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-workflows-0.47.3...argo-cd-9.4.1
v9.4.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-0.47.2...argo-cd-9.4.0
v9.3.7Compare 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-9.3.6...argo-cd-9.3.7
v9.3.6Compare 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-9.3.5...argo-cd-9.3.6
v9.3.5Compare 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.20...argo-cd-9.3.5
v9.3.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-cd-9.3.3...argo-cd-9.3.4
v9.3.3Compare 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-9.3.2...argo-cd-9.3.3
v9.3.2Compare Source
A Helm chart
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.