From 34995b7b9271ab55aa0394a2a268681d678d0f47 Mon Sep 17 00:00:00 2001 From: Sergii <1159966+stalniy@users.noreply.github.com> Date: Wed, 27 May 2026 06:06:39 +0200 Subject: [PATCH] fix: uses only migrations secret for migration hook --- charts/provider-inventory/Chart.yaml | 2 +- charts/provider-inventory/templates/job-migrations.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/provider-inventory/Chart.yaml b/charts/provider-inventory/Chart.yaml index 3d5f5501..8ae04a52 100644 --- a/charts/provider-inventory/Chart.yaml +++ b/charts/provider-inventory/Chart.yaml @@ -14,7 +14,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.0 +version: 0.1.1 # 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 # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/provider-inventory/templates/job-migrations.yaml b/charts/provider-inventory/templates/job-migrations.yaml index 8d2fedb1..385ad7cf 100644 --- a/charts/provider-inventory/templates/job-migrations.yaml +++ b/charts/provider-inventory/templates/job-migrations.yaml @@ -23,8 +23,6 @@ spec: imagePullPolicy: "Always" command: {{ .Values.migrations.command | toJson }} envFrom: - - secretRef: - name: {{ .Chart.Name }}-{{ .Values.chain }}-secret - secretRef: name: {{ .Chart.Name }}-{{ .Values.chain }}-migrations-secret env: