From d5fdfb524846e913d4fc61f2a530fde5cd781ac1 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Mon, 22 Jan 2024 14:26:13 +0100 Subject: [PATCH] Change existingSecret Name --- charts/bpndiscovery/Chart.yaml | 2 +- charts/bpndiscovery/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/bpndiscovery/Chart.yaml b/charts/bpndiscovery/Chart.yaml index 18f7103..ac41519 100644 --- a/charts/bpndiscovery/Chart.yaml +++ b/charts/bpndiscovery/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/eclipse-tractusx/sldt-bpn-discovery type: application -version: 0.1.17 +version: 0.1.18 appVersion: 0.2.8 dependencies: diff --git a/charts/bpndiscovery/values.yaml b/charts/bpndiscovery/values.yaml index 711666e..67e2fc4 100644 --- a/charts/bpndiscovery/values.yaml +++ b/charts/bpndiscovery/values.yaml @@ -90,4 +90,4 @@ postgresql: password: database: bpndiscovery # -- Secret contains passwords for username postgres. - existingSecret: secret-postgres-init + existingSecret: secret-bpndiscovery-postgres-init