diff --git a/charts/observium/Chart.yaml b/charts/observium/Chart.yaml index 797e3e5..0306df6 100644 --- a/charts/observium/Chart.yaml +++ b/charts/observium/Chart.yaml @@ -15,7 +15,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: 0.1.6 +version: 0.1.7 # 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/observium/templates/deployment.yaml b/charts/observium/templates/deployment.yaml index b3edfa0..976ea73 100644 --- a/charts/observium/templates/deployment.yaml +++ b/charts/observium/templates/deployment.yaml @@ -36,6 +36,8 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: + - name: TEST + value: TEST - name: OBSERVIUM_ADMIN_USER value: {{ .Values.observium.admin.user }} - name: OBSERVIUM_ADMIN_PASS