Compare commits

...

2 Commits

Author SHA1 Message Date
3bbae76b98 chore(deps): update kubezero-ci-dependencies 2025-05-25 03:01:35 +00:00
9e9ae3e8b8 Feat: tune ArgoCD sync options 2025-05-24 14:10:26 +00:00
3 changed files with 8 additions and 9 deletions

View File

@ -25,8 +25,7 @@ spec:
automated:
prune: true
syncOptions:
- ServerSideApply=true
# - ApplyOutOfSyncOnly=true
- ApplyOutOfSyncOnly=true
info:
- name: "Source:"
value: "https://git.zero-downtime.net/ZeroDownTime/KubeZero/src/branch/release/v1.32/"

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero-ci
description: KubeZero umbrella chart for all things CI
type: application
version: 0.8.23
version: 0.8.24
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
@ -22,7 +22,7 @@ dependencies:
repository: https://dl.gitea.io/charts/
condition: gitea.enabled
- name: jenkins
version: 5.8.48
version: 5.8.49
repository: https://charts.jenkins.io
condition: jenkins.enabled
- name: trivy
@ -30,7 +30,7 @@ dependencies:
repository: https://aquasecurity.github.io/helm-charts/
condition: trivy.enabled
- name: renovate
version: 40.22.1
version: 40.29.1
repository: https://docs.renovatebot.com/helm-charts
condition: renovate.enabled
kubeVersion: ">= 1.25.0"

View File

@ -9,10 +9,11 @@ metadata:
namespace: argocd
labels:
{{- include "kubezero-lib.labels" . | nindent 4 }}
{{- with ( index .Values $name "annotations" ) }}
annotations:
argocd.argoproj.io/sync-options: Replace=true
{{- with ( index .Values $name "annotations" ) }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
{{- if not ( index .Values $name "retain" ) }}
finalizers:
- resources-finalizer.argocd.argoproj.io
@ -38,9 +39,8 @@ spec:
automated:
prune: true
syncOptions:
- ServerSideApply=true
- CreateNamespace=true
# - ApplyOutOfSyncOnly=true
- ApplyOutOfSyncOnly=true
info:
- name: "Source:"
value: "https://git.zero-downtime.net/ZeroDownTime/KubeZero/src/branch/release/v1.31/charts/kubezero-{{ $name }}"