Skip to content

Commit

Permalink
upgrade nododb to 0.258.3, postgresql to 16.2.5 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Dec 5, 2024
1 parent c98653d commit a317ffd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/nocodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ 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: 2.0.3
version: 2.0.4

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: "0.255.2"
appVersion: "0.258.3"

dependencies:
- name: library-chart
version: 1.5.25
version: 1.5.33
repository: https://inseefrlab.github.io/helm-charts-interactive-services
- name: postgresql
version: 15.5.32
version: 16.2.5
repository: https://charts.bitnami.com/bitnami
enabled: true
2 changes: 1 addition & 1 deletion charts/nocodb/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tag": {
"description": "supported tag",
"type": "string",
"default": "0.255.2"
"default": "0.258.3"
}

}
Expand Down
2 changes: 1 addition & 1 deletion charts/nocodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ service:
repository: "nocodb/nocodb"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.255.2"
tag: "0.258.3"

global:
postgresql:
Expand Down

0 comments on commit a317ffd

Please sign in to comment.