-
Notifications
You must be signed in to change notification settings - Fork 1
feat(helm)!: Update Chart argo-cd (8.6.4 → 9.1.6) #930
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-beelink-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.
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_beelink_manifest_main.yaml 2025-12-07 03:54:42.771359101 +0000
+++ pr/argo-cd_gitops_bootstrap_beelink_manifest_pr.yaml 2025-12-07 03:54:41.334304665 +0000
@@ -1,260 +1,260 @@
---
# 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.1.6
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.2.1"
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.1.6
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.2.1"
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.1.6
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.2.1"
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.1.6
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.2.1"
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.1.6
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.2.1"
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.1.6
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.2.1"
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.1.6
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.2.1"
---
# 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.1.6
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.2.1"
---
# 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.1.6
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.2.1"
---
# 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.1.6
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.2.1"
---
# 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.1.6
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.2.1"
---
# 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.1.6
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.2.1"
---
# 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.1.6
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.2.1"
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.1.6
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.2.1"
data:
accounts.fred: apiKey, login
accounts.pipeline: apiKey
admin.enabled: "true"
@@ -341,53 +341,47 @@
timeout.reconciliation: 180s
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-9.1.6
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.2.1"
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: "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"
@@ -400,35 +394,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-9.1.6
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.2.1"
---
# 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.1.6
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.2.1"
data:
policy.csv: |
g, fred, role:admin
g, pipeline, role:admin
@@ -439,21 +433,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.1.6
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.2.1"
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=
@@ -469,35 +463,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.1.6
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.2.1"
---
# 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.1.6
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.2.1"
data:
redis_liveness.sh: |
response=$(
redis-cli \
@@ -632,20 +626,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:
@@ -1996,25 +1994,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:
@@ -2459,20 +2461,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
@@ -3427,20 +3433,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:
@@ -5399,25 +5410,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
startedAt:
@@ -5478,25 +5493,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
type: object
@@ -6824,20 +6843,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -7115,20 +7136,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -7506,20 +7529,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -7797,20 +7822,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -8189,20 +8216,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -8480,20 +8509,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -8850,20 +8881,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -9141,20 +9174,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -9536,20 +9571,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -9827,20 +9864,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -10218,20 +10257,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -10509,20 +10550,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -10901,20 +10944,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -11192,20 +11237,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -11562,20 +11609,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -11853,20 +11902,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -12231,20 +12282,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -12522,20 +12575,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -12677,27 +12732,31 @@
type: boolean
project:
type: string
repo:
type: string
required:
- api
- project
- repo
type: object
+ continueOnRepoNotFoundError:
+ type: boolean
filters:
items:
properties:
branchMatch:
type: string
targetBranchMatch:
type: string
+ titleMatch:
+ type: string
type: object
type: array
gitea:
properties:
api:
type: string
insecure:
type: boolean
labels:
items:
@@ -13123,20 +13182,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -13414,20 +13475,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -14010,20 +14073,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -14301,20 +14366,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -14688,20 +14755,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -14979,20 +15048,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -15376,20 +15447,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -15667,20 +15740,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -16058,20 +16133,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
required:
- drySource
- syncSource
@@ -16349,20 +16426,22 @@
type: string
factor:
format: int64
type: integer
maxDuration:
type: string
type: object
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
type: string
type: array
type: object
required:
- destination
- project
type: object
@@ -16741,20 +16820,22 @@
hydrateTo:
properties:
targetBranch:
type: string
required:
- targetBranch
type: object
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
required:
- path
- targetBranch
type: object
requ
[Truncated: Diff output was too large]
|
e3d6104 to
0855fe7
Compare
0855fe7 to
beda12c
Compare
39082c2 to
ef3e608
Compare
3f74d83 to
740cf1d
Compare
1089843 to
ca3d75c
Compare
f8f1df0 to
cefcd51
Compare
8c4b88e to
90f31f5
Compare
18c5051 to
90bb246
Compare
1a1cdc2 to
05cbfa8
Compare
0fd7807 to
c0ad3e5
Compare
16f2ccc to
c003676
Compare
c003676 to
f5a387d
Compare
ed7a379 to
4c56d4a
Compare
8d9143a to
a96107a
Compare
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | argo-cd | 8.6.4 | 9.1.6 | Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
a96107a to
b1ab280
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/beelink
Changes made in the k0s cluster
renovate/helm
Changes related to Helm Chart update
type/major
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.1.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
argoproj/argo-helm (argo-cd)
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.