Commit 1f28a033 authored by sonicaj's avatar sonicaj

Update stable train from test train

parent a795e211
......@@ -14,4 +14,4 @@ keywords:
name: machinaris
sources:
- https://github.com/guydavis/machinaris
version: 1.0.0
version: 1.0.1
......@@ -31,6 +31,10 @@ spec:
- name: machinaris-ui
protocol: TCP
containerPort: 8926
- name: machinaris-api
protocol: TCP
containerPort: 8927
hostPort: 8927
{{ $envList := (default list .Values.environmentVariables) }}
{{ $envList = mustAppend $envList (dict "name" "TZ" "value" $.Values.timezone) }}
{{ include "common.containers.allEnvironmentVariables" (dict "environmentVariables" $envList) | nindent 10 }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment