Skip to content

Commit

Permalink
upgrade cloudbeaver & postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Feb 21, 2024
1 parent 796ec49 commit a946ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/cloudbeaver-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.5
version: 1.3.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -31,9 +31,9 @@ appVersion: latest

dependencies:
- name: library-chart
version: 1.5.17
version: 1.5.20
repository: https://inseefrlab.github.io/helm-charts-interactive-services
- name: postgresql
version: 12.2.3
version: 14.1.2
repository: https://charts.bitnami.com/bitnami
enabled: true
4 changes: 2 additions & 2 deletions charts/cloudbeaver-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

service:
image:
version: "dbeaver/cloudbeaver:22.2.4"
version: "dbeaver/cloudbeaver:23.3.5"
pullPolicy: IfNotPresent

discovery:
Expand Down Expand Up @@ -82,7 +82,7 @@ networking:
port: 80

ingress:
enabled: true
enabled: false
tls: true
ingressClassName: ""
annotations: []
Expand Down

0 comments on commit a946ca1

Please sign in to comment.