Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6d0a8577e8
commit
387a0275f5
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [nocodb-9.0.11](https://github.com/truecharts/charts/compare/nocodb-9.0.10...nocodb-9.0.11) (2023-11-17)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- update container image nocodb/nocodb to v0.202.7 ([#14796](https://github.com/truecharts/charts/issues/14796))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [nocodb-9.0.12](https://github.com/truecharts/charts/compare/nocodb-9.0.11...nocodb-9.0.12) (2023-11-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image nocodb/nocodb to v0.202.8 ([#15160](https://github.com/truecharts/charts/issues/15160))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [nocodb-9.0.11](https://github.com/truecharts/charts/compare/nocodb-9.0.10...nocodb-9.0.11) (2023-11-17)
|
## [nocodb-9.0.11](https://github.com/truecharts/charts/compare/nocodb-9.0.10...nocodb-9.0.11) (2023-11-17)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/nocodb to v0.202.4 ([#13563](https://github.com/truecharts/charts/issues/13563))
|
- update container image tccr.io/truecharts/nocodb to v0.202.4 ([#13563](https://github.com/truecharts/charts/issues/13563))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [nocodb-9.0.1](https://github.com/truecharts/charts/compare/nocodb-9.0.0...nocodb-9.0.1) (2023-10-07)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.202.7"
|
appVersion: 0.202.8
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -22,7 +22,7 @@ name: nocodb
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
|
- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
|
||||||
- https://github.com/nocodb/nocodb
|
- https://github.com/nocodb/nocodb
|
||||||
version: 9.0.11
|
version: 9.0.12
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: productivity
|
truecharts.org/category: productivity
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [nocodb-9.0.12](https://github.com/truecharts/charts/compare/nocodb-9.0.11...nocodb-9.0.12) (2023-11-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image nocodb/nocodb to v0.202.8 ([#15160](https://github.com/truecharts/charts/issues/15160))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: nocodb/nocodb
|
repository: nocodb/nocodb
|
||||||
tag: 0.202.7@sha256:5f9dbb9fe87a4883fbc27fcefddf399492001c923082ee68f7651ef139937562
|
tag: 0.202.8@sha256:317d521c0e84147a877a140dc2293eb26c335c972416cd31fddc1d43491240d4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
Loading…
Reference in New Issue