update chart versions. assign the env value to be insecure_registry value.
parent
7fff1874b3
commit
ca4f8a5d85
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue