-
Notifications
You must be signed in to change notification settings - Fork 1
feat(helm)!: Update Chart argo-cd (8.6.4 → 9.4.1) #931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pipelines-github-app
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-9-genmachine-argocd
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1
−1
Conversation
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
Contributor
Author
--- main/argo-cd_gitops_bootstrap_genmachine_manifest_main.yaml 2026-02-12 04:53:53.465612240 +0000
+++ pr/argo-cd_gitops_bootstrap_genmachine_manifest_pr.yaml 2026-02-12 04:53:51.674644057 +0000
@@ -1,293 +1,293 @@
---
# 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-9.4.1
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.3.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-9.4.1
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.3.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-9.4.1
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.3.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-9.4.1
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.3.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-9.4.1
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.3.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-9.4.1
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.3.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-9.4.1
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.3.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-9.4.1
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.3.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-9.4.1
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.3.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-8.6.4
+ helm.sh/chart: argo-cd-9.4.1
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.3.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-9.4.1
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.3.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-9.4.1
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.3.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-9.4.1
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.3.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-8.6.4
+ helm.sh/chart: argo-cd-9.4.1
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.3.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-8.6.4
+ helm.sh/chart: argo-cd-9.4.1
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.3.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-9.4.1
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.3.0"
data:
accounts.fred: apiKey, login
accounts.pipeline: apiKey
admin.enabled: "true"
@@ -374,53 +374,47 @@
timeout.reconciliation: 180s
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-8.6.4
+ helm.sh/chart: argo-cd-9.4.1
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.3.0"
data:
- application.namespaces: ""
applicationsetcontroller.enable.leader.election: "true"
- 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: "true"
- 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"
@@ -433,53 +427,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-8.6.4
+ helm.sh/chart: argo-cd-9.4.1
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.3.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-8.6.4
+ helm.sh/chart: argo-cd-9.4.1
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.3.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-8.6.4
+ helm.sh/chart: argo-cd-9.4.1
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.3.0"
data:
policy.csv: |
g, fred, role:admin
g, pipeline, role:admin
@@ -490,21 +484,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-9.4.1
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.3.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=
@@ -520,35 +514,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-9.4.1
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.3.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-9.4.1
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.3.0"
data:
redis_liveness.sh: |
response=$(
redis-cli \
@@ -683,20 +677,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:
@@ -2011,24 +2009,371 @@
- 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 is a prefix appended to resources
+ for Kustomize apps
+ type: string
+ nameSuffix:
+ description: NameSuffix is a suffix appended to resources
+ 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
@@ -2047,25 +2392,29 @@
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
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:
@@ -2510,20 +2859,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
@@ -3478,20 +3831,25 @@
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:
@@ -5414,24 +5772,394 @@
- Hydrated
type: string
sourceHydrator:
description: SourceHydrator holds the hydrator config used
for the hydrate operation
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 is a prefix appended to
+ resources for Kustomize apps
+ type: string
+ nameSuffix:
+ description: NameSuffix is a suffix appended to
+ resources 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:
+
[Truncated: Diff output was too large]
|
8a6b3a9 to
985f90b
Compare
efc004e to
53282d0
Compare
09ab689 to
f3e15e5
Compare
a87b5cb to
046e53d
Compare
d8429ab to
c2453f5
Compare
d5c95dd to
b0a8bda
Compare
2a1491f to
c9b3f07
Compare
bcd822b to
88bf7a3
Compare
36107b8 to
cfd80b9
Compare
f2726e5 to
9d58e47
Compare
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | argo-cd | 8.6.4 | 9.4.1 | Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
9d58e47 to
22a559e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
app/argocd
Changes made to ArgoCD application
env/genmachine
Changes made in the Talos cluster
renovate/helm
Changes related to Helm Chart update
type/major
0 participants
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->9.4.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
argoproj/argo-helm (argo-cd)
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 for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-workflows-0.47.0...argo-cd-9.3.2
v9.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-cd-9.3.0...argo-cd-9.3.1
v9.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@argocd-apps-2.0.4...argo-cd-9.3.0
v9.2.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@argocd-apps-2.0.3...argo-cd-9.2.4
v9.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-cd-9.2.2...argo-cd-9.2.3
v9.2.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-9.2.1...argo-cd-9.2.2
v9.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-9.2.0...argo-cd-9.2.1
v9.2.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@argocd-image-updater-1.0.4...argo-cd-9.2.0
v9.1.10Compare 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.1.9...argo-cd-9.1.10
v9.1.9Compare 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.0.3...argo-cd-9.1.9
v9.1.8Compare 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@argocd-image-updater-1.0.2...argo-cd-9.1.8
v9.1.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-events-2.4.19...argo-cd-9.1.7
v9.1.6Compare 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.18...argo-cd-9.1.6
v9.1.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-cd-9.1.4...argo-cd-9.1.5
v9.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@argocd-image-updater-1.0.1...argo-cd-9.1.4
v9.1.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-workflows-0.45.28...argo-cd-9.1.3
v9.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@argocd-image-updater-1.0.0...argo-cd-9.1.2
v9.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-9.1.0...argo-cd-9.1.1
v9.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-events-2.4.17...argo-cd-9.1.0
v9.0.6Compare 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.0.5...argo-cd-9.0.6
v9.0.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.0.4...argo-cd-9.0.5
v9.0.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@argocd-image-updater-0.14.0...argo-cd-9.0.4
v9.0.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.0.2...argo-cd-9.0.3
v9.0.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.0.1...argo-cd-9.0.2
v9.0.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-9.0.0...argo-cd-9.0.1
v9.0.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-8.6.4...argo-cd-9.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.