Skip to content

Commit ed24a95

Browse files
authored
chore(argo-cd): add new api version for cert-manager (argoproj#1713)
chore: add new api version for cert-manager Signed-off-by: Nolan Emirot <[email protected]>
1 parent e9495d3 commit ed24a95

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v2.5.4
33
kubeVersion: ">=1.22.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 5.16.5
6+
version: 5.16.6
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -23,5 +23,4 @@ dependencies:
2323
condition: redis-ha.enabled
2424
annotations:
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"

charts/argo-cd/templates/_versions.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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" -}}

0 commit comments

Comments
 (0)