Skip to content

Commit

Permalink
chore(charts): bump nocodb version to 0.4.5 and app version to 0.258.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samaroon committed Nov 12, 2024
1 parent 9a747ac commit 15eecf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/nocodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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: 0.4.4
version: 0.4.5

# 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.
# It is recommended to use it with quotes.
appVersion: "0.257.2"
appVersion: "0.258.0"

dependencies:
- condition: postgresql.enabled
Expand Down
6 changes: 3 additions & 3 deletions charts/nocodb/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# nocodb

![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat-square)
![AppVersion: 0.257.2](https://img.shields.io/badge/AppVersion-0.257.2-informational?style=flat-square)
![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square)
![AppVersion: 0.258.0](https://img.shields.io/badge/AppVersion-0.258.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down Expand Up @@ -98,7 +98,7 @@ helm install my-release one-acre-fund/nocodb
| hostAliases | list | `[]` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"nocodb/nocodb"` | |
| image.tag | string | `"0.257.2"` | |
| image.tag | string | `"0.258.0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/nocodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nocodb:
image:
repository: nocodb/nocodb
pullPolicy: IfNotPresent
tag: 0.257.2
tag: 0.258.0

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 15eecf7

Please sign in to comment.