diff --git a/chart/keel/Chart.yaml b/chart/keel/Chart.yaml index 56905dc3..c891da60 100644 --- a/chart/keel/Chart.yaml +++ b/chart/keel/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: keel description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight. -version: 0.1.11 -appversion: 0.8.0 +version: 0.1.12 +appversion: 0.8.2 keywords: - kubernetes deployment - helm release diff --git a/chart/keel/templates/deployment.yaml b/chart/keel/templates/deployment.yaml index 59fe3dd5..0a0747a0 100644 --- a/chart/keel/templates/deployment.yaml +++ b/chart/keel/templates/deployment.yaml @@ -103,7 +103,7 @@ spec: {{- if .Values.insecure_registry }} # Enable insecure registries - name: INSECURE_REGISTRY - value: "true" + value: "{{ .Values.insecure_registry }}" {{- end }} ports: - containerPort: 9300