Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f432d05416
commit
075b63b5bd
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [firezone-0.2.11](https://github.com/truecharts/charts/compare/firezone-0.2.10...firezone-0.2.11) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [firezone-0.2.12](https://github.com/truecharts/charts/compare/firezone-0.2.11...firezone-0.2.12) (2023-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/firezone to v0.7.36 ([#14515](https://github.com/truecharts/charts/issues/14515))
|
||||
|
||||
|
||||
|
||||
|
||||
## [firezone-0.2.11](https://github.com/truecharts/charts/compare/firezone-0.2.10...firezone-0.2.11) (2023-11-08)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.7.35"
|
||||
appVersion: "0.7.36"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/firezone
|
||||
- https://github.com/firezone/firezone
|
||||
type: application
|
||||
version: 0.2.11
|
||||
version: 0.2.12
|
||||
annotations:
|
||||
truecharts.org/category: vpn
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [firezone-0.2.12](https://github.com/truecharts/charts/compare/firezone-0.2.11...firezone-0.2.12) (2023-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/firezone to v0.7.36 ([#14515](https://github.com/truecharts/charts/issues/14515))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/firezone
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.7.35@sha256:53c08baeb65dde8689ebb3bd1fc9fbb034970dfdc9bceb005c4ffa03fe2b3e93
|
||||
tag: v0.7.36@sha256:05d59332f657cdc04d73ca01fec10f2f3806f88b212e0b03876e0102b4dd0b16
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -1046,7 +1046,7 @@ questions:
|
|||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
label: Host
|
Loading…
Reference in New Issue