Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
466e463a0b
commit
f760800c2a
|
@ -1,13 +0,0 @@
|
|||
|
||||
|
||||
## [nocodb-7.0.0](https://github.com/truecharts/charts/compare/nocodb-6.0.34...nocodb-7.0.0) (2023-05-01)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING CHANGE migrate to new common part 6 ([#8664](https://github.com/truecharts/charts/issues/8664))
|
||||
|
||||
### Fix
|
||||
|
||||
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [nocodb-7.0.1](https://github.com/truecharts/charts/compare/nocodb-7.0.0...nocodb-7.0.1) (2023-05-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nocodb to v0.106.1 ([#8609](https://github.com/truecharts/charts/issues/8609))
|
||||
|
||||
|
||||
|
||||
|
||||
## [nocodb-7.0.0](https://github.com/truecharts/charts/compare/nocodb-6.0.34...nocodb-7.0.0) (2023-05-01)
|
||||
|
||||
### Feat
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [nocodb-6.0.26](https://github.com/truecharts/charts/compare/nocodb-6.0.25...nocodb-6.0.26) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
|
|
@ -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
|
||||
|
@ -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
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [nocodb-7.0.1](https://github.com/truecharts/charts/compare/nocodb-7.0.0...nocodb-7.0.1) (2023-05-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nocodb to v0.106.1 ([#8609](https://github.com/truecharts/charts/issues/8609))
|
||||
|
||||
|
|
@ -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:
|
Loading…
Reference in New Issue