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(images): update container image nocodb/nocodb to v0.202.7 #14796

Merged
merged 2 commits into from Nov 17, 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
2 changes: 1 addition & 1 deletion charts/stable/nocodb/Chart.yaml
Expand Up @@ -22,7 +22,7 @@ name: nocodb
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
- https://github.com/nocodb/nocodb
version: 9.0.10
version: 9.0.11
annotations:
truecharts.org/category: productivity
truecharts.org/SCALE-support: "true"
2 changes: 1 addition & 1 deletion charts/stable/nocodb/values.yaml
@@ -1,6 +1,6 @@
image:
repository: nocodb/nocodb
tag: 0.202.5@sha256:a7284e44f648b6d89284061c80394d39178f8be6c8d85c7d063f98b482a44764
tag: 0.202.7@sha256:5f9dbb9fe87a4883fbc27fcefddf399492001c923082ee68f7651ef139937562
pullPolicy: IfNotPresent
securityContext:
container:
Expand Down