File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
deploy/charts/testgen-services Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments