Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
07edb8710f
commit
007dea4890
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [nocodb-6.0.28](https://github.com/truecharts/charts/compare/nocodb-6.0.27...nocodb-6.0.28) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [nocodb-6.0.29](https://github.com/truecharts/charts/compare/nocodb-6.0.28...nocodb-6.0.29) (2023-02-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nocodb to v0.104.3
|
||||
|
||||
|
||||
|
||||
|
||||
## [nocodb-6.0.28](https://github.com/truecharts/charts/compare/nocodb-6.0.27...nocodb-6.0.28) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [nocodb-6.0.19](https://github.com/truecharts/charts/compare/nocodb-6.0.18...nocodb-6.0.19) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [nocodb-6.0.18](https://github.com/truecharts/charts/compare/nocodb-6.0.17...nocodb-6.0.18) (2022-12-25)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.104.2"
|
||||
appVersion: "0.104.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -27,7 +27,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
|
||||
- https://hub.docker.com/nocodb/nocodb
|
||||
- https://github.com/nocodb/nocodb
|
||||
version: 6.0.28
|
||||
version: 6.0.29
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [nocodb-6.0.29](https://github.com/truecharts/charts/compare/nocodb-6.0.28...nocodb-6.0.29) (2023-02-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nocodb to v0.104.3
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/nocodb
|
||||
tag: 0.104.2@sha256:0833cd59fc16eb3f962a85600aa6960d84d4986688b763a439afa46dc78d703c
|
||||
tag: 0.104.3@sha256:ec5c4cff111f2640a57ba599f5041cf1ad7544b5d12c875cf13e012588a1e1d6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue