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

chore(deps): update container image tccr.io/truecharts/nocodb to v0.106.1 #8609

Merged
merged 2 commits into from May 1, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions charts/stable/nocodb/Chart.yaml
@@ -1,10 +1,9 @@
apiVersion: v2
appVersion: "0.105.3"
appVersion: "0.106.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1

- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
Expand All @@ -23,7 +22,7 @@ name: nocodb
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
- https://github.com/nocodb/nocodb
version: 7.0.0
version: 7.0.1
annotations:
truecharts.org/catagories: |
- productivity
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/nocodb/values.yaml
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/nocodb
tag: 0.105.3@sha256:cb70326f19d1d89688f61e70c383553cfaac62e24904f881268a5036609a694d
tag: 0.106.1@sha256:ea59e982b4b453096ed60b0be51f91c5d42e7ae23abc5e8edbc4dc2741602741
pullPolicy: IfNotPresent
service:
main:
Expand Down