From 809d25ac1a9fcfa052323dc1a1b2bf78bb8a325d Mon Sep 17 00:00:00 2001 From: Ricardo Boni Date: Tue, 30 Sep 2025 23:00:31 -0400 Subject: [PATCH] fix: Updating services images to point to bitnamis legacy repo --- deploy/charts/testgen-services/Chart.yaml | 2 +- deploy/charts/testgen-services/values.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/deploy/charts/testgen-services/Chart.yaml b/deploy/charts/testgen-services/Chart.yaml index 79704ab7..8e98b830 100644 --- a/deploy/charts/testgen-services/Chart.yaml +++ b/deploy/charts/testgen-services/Chart.yaml @@ -20,7 +20,7 @@ dependencies: # 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 diff --git a/deploy/charts/testgen-services/values.yaml b/deploy/charts/testgen-services/values.yaml index eae5e615..af7ca7be 100644 --- a/deploy/charts/testgen-services/values.yaml +++ b/deploy/charts/testgen-services/values.yaml @@ -6,3 +6,9 @@ postgresql: fullnameOverride: postgresql auth: database: "datakitchen" + image: + repository: bitnamilegacy/postgresql + +global: + security: + allowInsecureImages: true