Skip to content

Commit 501e7e5

Browse files
committed
Change external-secrets api version
1 parent c061610 commit 501e7e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/retool/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: retool
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 6.4.11
5+
version: 6.4.12
66
maintainers:
77
- name: Retool Engineering
88

charts/retool/templates/externalsecret.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ spec:
1515
- {{ .path }}
1616
---
1717
{{- else }}
18+
{{- if $.Capabilities.APIVersions.Has "external-secrets.io/v1" }}
19+
apiVersion: external-secrets.io/v1
20+
{{- else }}
1821
apiVersion: external-secrets.io/v1beta1
22+
{{- end }}
1923
kind: ExternalSecret
2024
metadata:
2125
annotations:

0 commit comments

Comments
 (0)