Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-postgresql
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a757ed52
authored
2023-10-10 17:03:54 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Ugh, set the version, not the package-version.
1 parent
88c2f0bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
helmfiles/bitnami-postgresql-rclone/helmfile.yaml
helmfiles/bitnami-postgresql-rclone/helmfile.yaml
View file @
a757ed5
...
...
@@ -11,7 +11,7 @@ releases:
-
name
:
{{
.Values.chart.namePrefix
}}
postgresql
namespace
:
{{
.Values.chart.namespace
}}
chart
:
bitnami/postgresql
version
:
{{
.Values | get "chart.version" "
postgresql-
12.8.0"
}}
version
:
{{
.Values | get "chart.version" "12.8.0"
}}
dependencies
:
-
chart
:
postgresql-rclone/postgresql-rclone
alias
:
postgresql-rclone
...
...
Please
register
or
sign in
to post a comment