Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docker-image): update nocodb/nocodb docker tag to v0.109.1 #154

Merged
merged 2 commits into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/apps/nocodb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update nocodb/nocodb docker tag to v0.109.0
description: update nocodb/nocodb docker tag to v0.109.1
apiVersion: v2
appVersion: v0.109.0
appVersion: v0.109.1
dependencies:
- name: common
repository: https://zekker6.github.io/helm-charts
Expand All @@ -25,4 +25,4 @@ maintainers:
name: nocodb
sources:
- "https://github.com/zekker6/helm-charts/tree/main/charts/apps/nocodb"
version: 0.13.0
version: 0.14.0
2 changes: 1 addition & 1 deletion charts/apps/nocodb/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nocodb

![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![AppVersion: v0.109.0](https://img.shields.io/badge/AppVersion-v0.109.0-informational?style=flat-square)
![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![AppVersion: v0.109.1](https://img.shields.io/badge/AppVersion-v0.109.1-informational?style=flat-square)

nocodb - Open Source Airtable Alternative

Expand Down
2 changes: 1 addition & 1 deletion charts/apps/nocodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
pullPolicy: IfNotPresent
# -- image tag
# @default -- chart.appVersion
tag: 0.109.0
tag: 0.109.1

# -- See the following files for additional environment variables:
# https://github.com/nocodb/nocodb#docker
Expand Down