Closed
Description
Describe the bug
CRDs in the latest Helm chart version (7.7.4) are not in sync with ArgoCD 2.13.1.
They are missing the autoHealAttemptsCount
property.
Related helm chart
argo-cd
Helm chart version
7.7.4
To Reproduce
- Install ArgoCD
- Check application CRD
Expected behavior
Helm chart installs latest CRD.
Screenshots
No response
Additional context
Diff of CRD held in the ArgoCD repository and this Helm chart:
0a1
> {{- if .Values.crds.install }}
3a5,11
> annotations:
> {{- if .Values.crds.keep }}
> "helm.sh/resource-policy": keep
> {{- end }}
> {{- with .Values.crds.annotations }}
> {{- toYaml . | nindent 4 }}
> {{- end }}
6a15,17
> {{- with .Values.crds.additionalLabels }}
> {{- toYaml . | nindent 4}}
> {{- end }}
117,121d127
< autoHealAttemptsCount:
< description: SelfHealAttemptsCount contains the number of auto-heal
< attempts
< format: int64
< type: integer
2717,2721d2722
< autoHealAttemptsCount:
< description: SelfHealAttemptsCount contains the number
< of auto-heal attempts
< format: int64
< type: integer
5356a5358
> {{- end }}
Activity