We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c061610 commit 501e7e5Copy full SHA for 501e7e5
charts/retool/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: retool
3
description: A Helm chart for Kubernetes
4
type: application
5
-version: 6.4.11
+version: 6.4.12
6
maintainers:
7
- name: Retool Engineering
8
email: [email protected]
charts/retool/templates/externalsecret.yaml
@@ -15,7 +15,11 @@ spec:
15
- {{ .path }}
16
---
17
{{- else }}
18
+{{- if $.Capabilities.APIVersions.Has "external-secrets.io/v1" }}
19
+apiVersion: external-secrets.io/v1
20
+{{- else }}
21
apiVersion: external-secrets.io/v1beta1
22
+{{- end }}
23
kind: ExternalSecret
24
metadata:
25
annotations:
0 commit comments