Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7d85342d97
commit
e03ddbf5ca
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [grav-7.0.11](https://github.com/truecharts/charts/compare/grav-7.0.10...grav-7.0.11) (2023-05-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grav to v1.7.40 ([#8879](https://github.com/truecharts/charts/issues/8879))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [grav-7.0.12](https://github.com/truecharts/charts/compare/grav-7.0.11...grav-7.0.12) (2023-05-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grav to v1.7.41 ([#8897](https://github.com/truecharts/charts/issues/8897))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grav-7.0.11](https://github.com/truecharts/charts/compare/grav-7.0.10...grav-7.0.11) (2023-05-09)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grav-7.0.1](https://github.com/truecharts/charts/compare/grav-7.0.0...grav-7.0.1) (2023-04-14)
|
||||
|
||||
|
||||
|
||||
|
||||
## [grav-7.0.0](https://github.com/truecharts/charts/compare/grav-6.0.8...grav-7.0.0) (2023-04-14)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.7.40"
|
||||
appVersion: "1.7.41"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/linuxserver/docker-grav
|
||||
- https://github.com/getgrav/grav/
|
||||
type: application
|
||||
version: 7.0.11
|
||||
version: 7.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [grav-7.0.12](https://github.com/truecharts/charts/compare/grav-7.0.11...grav-7.0.12) (2023-05-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grav to v1.7.41 ([#8897](https://github.com/truecharts/charts/issues/8897))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/grav
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.7.40@sha256:7c038fa440b4d93475ef36c20a52caa6e1e444ed9445e435e389950b8648b56d
|
||||
tag: v1.7.41@sha256:f97ae85db800fa557831e8710edb172563e863b6fd9c69b96dd3ab4b37936523
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -38,7 +38,19 @@ portals:
|
|||
ports:
|
||||
- "$kubernetes-resource_configmap_tcportal-open_port"
|
||||
questions:
|
||||
|
||||
- variable: global
|
||||
group: General Settings
|
||||
label: "Global Settings"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: stopAll
|
||||
label: Stop All
|
||||
description: "Stops All Running pods and hibernates cnpg"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: workload
|
||||
group: "Workload Settings"
|
||||
label: ""
|
Loading…
Reference in New Issue