File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type: application
2424# This is the chart version. This version number should be incremented each time you make changes
2525# to the chart and its templates, including the app version.
2626# Versions are expected to follow Semantic Versioning (https://semver.org/)
27- version : 1.2.7
27+ version : 1.2.8
2828
2929# This is the version number of the application being deployed. This version number should be
3030# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 6767 valueFrom :
6868 fieldRef :
6969 fieldPath : metadata.uid
70+ {{- if .Values.env }}
7071 {{- toYaml .Values.env | nindent 12 }}
72+ {{- end }}
7173 envFrom :
7274 - configMapRef :
7375 name : {{ include "tibiadata-api-go.fullname" . }}
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ configMap:
3737 TIBIADATA_HOST : undefined
3838 TIBIADATA_RESTRICTION_MODE : false
3939
40+ env : []
41+
4042podAnnotations : {}
4143
4244podSecurityContext :
You can’t perform that action at this time.
0 commit comments