diff --git a/charts/tibiadata-api-go/Chart.yaml b/charts/tibiadata-api-go/Chart.yaml index 45af582..84697f1 100644 --- a/charts/tibiadata-api-go/Chart.yaml +++ b/charts/tibiadata-api-go/Chart.yaml @@ -24,7 +24,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.7 +version: 1.2.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/tibiadata-api-go/templates/deployment.yaml b/charts/tibiadata-api-go/templates/deployment.yaml index a3e29fd..b8aa46d 100644 --- a/charts/tibiadata-api-go/templates/deployment.yaml +++ b/charts/tibiadata-api-go/templates/deployment.yaml @@ -67,7 +67,9 @@ spec: valueFrom: fieldRef: fieldPath: metadata.uid + {{- if .Values.env }} {{- toYaml .Values.env | nindent 12 }} + {{- end }} envFrom: - configMapRef: name: {{ include "tibiadata-api-go.fullname" . }} diff --git a/charts/tibiadata-api-go/values.yaml b/charts/tibiadata-api-go/values.yaml index 930f960..c595d99 100644 --- a/charts/tibiadata-api-go/values.yaml +++ b/charts/tibiadata-api-go/values.yaml @@ -37,6 +37,8 @@ configMap: TIBIADATA_HOST: undefined TIBIADATA_RESTRICTION_MODE: false +env: [] + podAnnotations: {} podSecurityContext: