We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6fb15 commit 604cfd5Copy full SHA for 604cfd5
charts/kyverno-playground/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: kyverno-playground
3
type: application
4
-version: 0.4.4
+version: 0.4.5
5
appVersion: v0.4.3
6
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
7
description: Kyverno Playground Web Application
charts/kyverno-playground/config/config.tmpl
@@ -1,4 +1,4 @@
versions:
{{- with .Values.config.versions }}
- {{- toYaml . | nindent 2 }}
+ {{- toYaml . | nindent 4 }}
{{- end }}
0 commit comments