File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.5.4
33kubeVersion : " >=1.22.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 5.16.5
6+ version : 5.16.6
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -23,5 +23,4 @@ dependencies:
2323 condition : redis-ha.enabled
2424annotations :
2525 artifacthub.io/changes : |
26- - "[Docs]: Updated ApplicationSet value documentation"
27- - "[Docs]: Updated notification value documentation"
26+ - "[chore]: Update new api-version for cert-manager"
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ Return the appropriate apiVersion for cert-manager
5555{ {- print .Values.apiVersionOverrides.certmanager -} }
5656{ {- else if .Capabilities.APIVersions.Has " cert-manager.io/v1" -} }
5757{ {- print " cert-manager.io/v1" -} }
58+ { {- else if .Capabilities.APIVersions.Has " cert-manager.io/v1beta1" -} }
59+ { {- print " cert-manager.io/v1beta1" -} }
5860{ {- else if .Capabilities.APIVersions.Has " cert-manager.io/v1alpha3" -} }
5961{ {- print " cert-manager.io/v1alpha3" -} }
6062{ {- else if .Capabilities.APIVersions.Has " cert-manager.io/v1alpha2" -} }
You can’t perform that action at this time.
0 commit comments