Skip to content

Commit 43bd67f

Browse files
committed
[nocodb] Upgrade to tag 0.260.5 and upgrade postgres to v16
1 parent 9d06379 commit 43bd67f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/nocodb/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.0.6
25+
version: 2.0.7
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to
2929
# follow Semantic Versioning. They should reflect the version the application is using.
30-
appVersion: "0.258.3"
30+
appVersion: "0.260.5"
3131

3232
dependencies:
3333
- name: library-chart
34-
version: 1.5.33
34+
version: 1.5.42
3535
repository: https://inseefrlab.github.io/helm-charts-interactive-services
3636
- name: postgresql
37-
version: 16.2.5
37+
version: 16.4.6
3838
repository: https://charts.bitnami.com/bitnami
3939
enabled: true

charts/nocodb/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"tag": {
2929
"description": "supported tag",
3030
"type": "string",
31-
"default": "0.258.3"
31+
"default": "0.260.5"
3232
}
3333
}
3434
}

charts/nocodb/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ service:
55
repository: "nocodb/nocodb"
66
pullPolicy: IfNotPresent
77
# Overrides the image tag whose default is the chart appVersion.
8-
tag: "0.258.3"
8+
tag: "0.260.5"
99

1010
global:
1111
postgresql:
@@ -16,7 +16,7 @@ global:
1616

1717
postgresql:
1818
image:
19-
tag: "15"
19+
tag: "16"
2020
fullnameOverride: "nocodb-pg"
2121

2222
security:

0 commit comments

Comments
 (0)