Skip to content

Commit

Permalink
update postgresql and default values
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Aug 5, 2022
1 parent a441ef1 commit 6c91e29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/queen/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
name: queen
description: A Helm chart for Queen API, UI and DB
description: A Helm chart for Stromae API, UI and DB

dependencies:
- name: postgresql
condition: postgresql.enabled
version: 11.6.15
version: 11.6.25
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.2.3
version: 0.3.0
appVersion: "1.16.0"
4 changes: 2 additions & 2 deletions charts/queen/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ui:
env: {}

api:
enabled: true
enabled: false
replicaCount: 1

image:
Expand Down Expand Up @@ -198,7 +198,7 @@ api:
jobLabel: ""

postgresql:
enabled: true
enabled: false
fullnameOverride: ""
nameOverride: ""
auth:
Expand Down

0 comments on commit 6c91e29

Please sign in to comment.