Skip to content

Commit e9c7bb2

Browse files
Merge pull request #51 from DataKitchen/release/helm-services-0.1.1
fix: Updating services images to point to bitnamis legacy repo
2 parents 989feb8 + 809d25a commit e9c7bb2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

deploy/charts/testgen-services/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 0.1.0
23+
version: 0.1.1
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to

deploy/charts/testgen-services/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ postgresql:
66
fullnameOverride: postgresql
77
auth:
88
database: "datakitchen"
9+
image:
10+
repository: bitnamilegacy/postgresql
11+
12+
global:
13+
security:
14+
allowInsecureImages: true

0 commit comments

Comments
 (0)