update chart versions. assign the env value to be insecure_registry value.

pull/172/head
Jacob Weinstock 2018-03-29 07:23:14 -06:00
parent 7fff1874b3
commit ca4f8a5d85
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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