Skip to content

Commit

Permalink
feat: update images, remove bitnami-common
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorbo committed Oct 18, 2024
1 parent 0671b1a commit fb0d0d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions terminfinder-chart/charts/terminfinder-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,5 @@ version: 0.0.0
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.2
version: 16.0.3
condition: postgresql.enabled
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.x.x
2 changes: 1 addition & 1 deletion terminfinder-chart/charts/terminfinder-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: registry.opencode.de/dataport/terminfinder/terminfinder-backend
pullPolicy: IfNotPresent
tag: "0.1.0"
tag: "0.2.0"

application:
port: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replicaCount: 1
image:
repository: registry.opencode.de/dataport/terminfinder/terminfinder-frontend
pullPolicy: IfNotPresent
tag: "0.1.0"
tag: "0.2.0"

imagePullSecrets: [ ]
nameOverride: ""
Expand Down

0 comments on commit fb0d0d4

Please sign in to comment.