Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/unleash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ icon: https://docs.getunleash.io/img/logo.svg

type: application

version: 5.6.3
version: 5.6.4

appVersion: "7.2.2"
appVersion: "7.3.0"

dependencies:
- name: postgresql
Expand Down
7 changes: 7 additions & 0 deletions charts/unleash/ci/unleash-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ autoscaling:

secrets:
TEST_KEY: TEST_VALUE

postgresql:
enabled: true
image:
registry: docker.io
repository: postgres
tag: 18-alpine
6 changes: 5 additions & 1 deletion charts/unleash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,13 @@ vpa:
postgresql:
enabled: true
fullnameOverride: "unleash-postgresql"
image:
registry: docker.io
repository: postgres
tag: 18-alpine
auth:
username: unleash
# this should be change to something more secure or use an existing secret
# this should be changed to something more secure or use an existing secret
password: unleash
database: unleash

Expand Down
Loading