Skip to content

Commit 15f146d

Browse files
authored
[group-challenge]: remove bitnami postgres chart dependency (#17)
Signed-off-by: Tom Schöner <[email protected]>
1 parent 5c97967 commit 15f146d

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

charts/group-challenge/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/group-challenge/Chart.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@ apiVersion: v2
22
name: group-challenge
33
description: Group challenge helm chart
44
type: application
5-
version: 1.2.5
5+
version: 2.0.0
66
appVersion: "0.14.0"
7-
dependencies:
8-
- name: postgresql
9-
version: 11.9.6
10-
repository: https://charts.bitnami.com/bitnami
11-
condition: postgresql.enabled

charts/group-challenge/values.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,6 @@ imgProxy:
101101
image:
102102
repository: darthsim/imgproxy
103103
pullPolicy: IfNotPresent
104-
tag: "v3.21.0"
104+
tag: "v3.29.1"
105105
env: []
106106
resources: {}
107-
108-
postgresql:
109-
enabled: true
110-
fullnameOverride: gc-postgres
111-
primary:
112-
podAnnotations:
113-
"cluster-autoscaler.kubernetes.io/safe-to-evict": "true"
114-
auth:
115-
database: "group_challenge"
116-
enablePostgresUser: true
117-
postgresPassword: postgres

0 commit comments

Comments
 (0)