diff --git a/chart/keel/Chart.yaml b/chart/keel/Chart.yaml index ee239049..2cb37846 100644 --- a/chart/keel/Chart.yaml +++ b/chart/keel/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: keel description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight. -version: 0.8.13 +version: 0.8.14 # Note that we use appVersion to get images tag, so make sure this is correct. appVersion: 0.15.0-rc1 keywords: diff --git a/chart/keel/templates/deployment.yaml b/chart/keel/templates/deployment.yaml index 8c88bcac..85e65816 100644 --- a/chart/keel/templates/deployment.yaml +++ b/chart/keel/templates/deployment.yaml @@ -135,7 +135,7 @@ spec: {{- if .Values.debug }} # Enable debug logging - name: DEBUG - value: "1" + value: "true" {{- end }} {{- if .Values.insecureRegistry }} # Enable insecure registries