File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
templates/argocd-repo-server Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.11.3
33kubeVersion : " >=1.23.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 7.2.0
6+ version : 7.2.1
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -26,7 +26,5 @@ annotations:
2626 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
2727 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828 artifacthub.io/changes : |
29- - kind: removed
30- description: Remove `server.certificate.secretName`, as the expected secret name is static (argocd-server-tls)
31- - kind: removed
32- description: Remove `applicationSet.certificate.secretName`, as the expected secret name is static (argocd-applicationset-controller-tls)
29+ - kind: changed
30+ description: Default argocd repo-server init container replicas to empty
Original file line number Diff line number Diff line change @@ -359,10 +359,8 @@ spec:
359359 image : {{ default .Values.global.image.repository .Values.repoServer.image.repository }}:{{ default (include "argo-cd.defaultTag" .) .Values.repoServer.image.tag }}
360360 imagePullPolicy : {{ default .Values.global.image.imagePullPolicy .Values.repoServer.image.imagePullPolicy }}
361361 name : copyutil
362- {{- with .Values.repoServer.resources }}
363362 resources :
364- {{- toYaml . | nindent 10 }}
365- {{- end }}
363+ {{- toYaml .Values.repoServer.resources | nindent 10 }}
366364 {{- with .Values.repoServer.containerSecurityContext }}
367365 securityContext :
368366 {{- toYaml . | nindent 10 }}
You can’t perform that action at this time.
0 commit comments