Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6b373389e7
commit
b25b90cbf7
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [baserow-7.0.28](https://github.com/truecharts/charts/compare/baserow-7.0.27...baserow-7.0.28) (2023-07-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/baserow to v1.19.0 ([#10654](https://github.com/truecharts/charts/issues/10654))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [baserow-7.0.29](https://github.com/truecharts/charts/compare/baserow-7.0.28...baserow-7.0.29) (2023-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/baserow to v1.19.1 ([#10698](https://github.com/truecharts/charts/issues/10698))
|
||||
|
||||
|
||||
|
||||
|
||||
## [baserow-7.0.28](https://github.com/truecharts/charts/compare/baserow-7.0.27...baserow-7.0.28) (2023-07-20)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [baserow-7.0.19](https://github.com/truecharts/charts/compare/baserow-7.0.18...baserow-7.0.19) (2023-05-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/baserow to v1.17.2 ([#9226](https://github.com/truecharts/charts/issues/9226))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.19.0"
|
||||
appVersion: "1.19.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ name: baserow
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
version: 7.0.28
|
||||
version: 7.0.29
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [baserow-7.0.29](https://github.com/truecharts/charts/compare/baserow-7.0.28...baserow-7.0.29) (2023-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/baserow to v1.19.1 ([#10698](https://github.com/truecharts/charts/issues/10698))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/baserow
|
||||
tag: v1.19.0@sha256:562b60bd319ddbfb37f9472edfc35f079467b519ad2a5dd68f6c1ab0395f3822
|
||||
tag: v1.19.1@sha256:8bfc8ed9cbf8136183dd28a44fe57fb2ea21b8b52b4f3c725eec894b0cc6d66e
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue