From 8a2775d0f5d0ef3ce0220ad3497dda8a09930c69 Mon Sep 17 00:00:00 2001 From: Kevin Heise Date: Tue, 16 Jan 2024 09:26:03 +0100 Subject: [PATCH] update --- .github/workflows/ci.yaml | 2 +- charts/vaas/Chart.lock | 2 +- charts/vaas/templates/gateway/_helpers.tpl | 4 ++-- charts/vaas/values.yaml | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2eb5fbd..67486c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: python-version: 3.7 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (lint) run: ct lint --config .github/chart-testing-config.yaml --validate-maintainers=false --charts charts/vaas diff --git a/charts/vaas/Chart.lock b/charts/vaas/Chart.lock index 43299e7..5fc774f 100644 --- a/charts/vaas/Chart.lock +++ b/charts/vaas/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: oci://ghcr.io/gdatasoftwareag version: 0.1.12 digest: sha256:3a41433c3889a01631545c8346e9bb60194d0c571a31e2b7913d19a4ba03f3a5 -generated: "2024-01-15T15:08:57.394438008+01:00" +generated: "2024-01-16T09:02:43.648745472+01:00" diff --git a/charts/vaas/templates/gateway/_helpers.tpl b/charts/vaas/templates/gateway/_helpers.tpl index ac1f060..30dfead 100644 --- a/charts/vaas/templates/gateway/_helpers.tpl +++ b/charts/vaas/templates/gateway/_helpers.tpl @@ -28,8 +28,8 @@ imagePullSecrets: {{- range .Values.global.imagePullSecrets }} - name: {{ . }} {{- end }} - {{- range .Values.imagePullSecrets }} - - name: {{ . }} + {{- if .Values.imagePullSecret }} + - name: {{ .Release.Name }}-registry-secret {{- end }} {{- end -}} diff --git a/charts/vaas/values.yaml b/charts/vaas/values.yaml index 2fea43c..ebfd5cc 100644 --- a/charts/vaas/values.yaml +++ b/charts/vaas/values.yaml @@ -1,3 +1,6 @@ +global: + imagePullSecrets: [] + mini-identity-provider: issuer: "http://vaas/auth" enabled: true