Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d17dc93d39
commit
be06bd30e8
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [portainer-4.0.20](https://github.com/truecharts/charts/compare/portainer-4.0.19...portainer-4.0.20) (2023-07-29)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [portainer-4.0.21](https://github.com/truecharts/charts/compare/portainer-4.0.20...portainer-4.0.21) (2023-07-30)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- fix image namingpattern ([#11053](https://github.com/truecharts/charts/issues/11053))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [portainer-4.0.20](https://github.com/truecharts/charts/compare/portainer-4.0.19...portainer-4.0.20) (2023-07-29)
|
## [portainer-4.0.20](https://github.com/truecharts/charts/compare/portainer-4.0.19...portainer-4.0.20) (2023-07-29)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [portainer-4.0.11](https://github.com/truecharts/charts/compare/portainer-4.0.10...portainer-4.0.11) (2023-05-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer
|
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer
|
||||||
- https://docs.portainer.io/start/install-ce/server
|
- https://docs.portainer.io/start/install-ce/server
|
||||||
- https://docs.portainer.io/start/install/server
|
- https://docs.portainer.io/start/install/server
|
||||||
version: 4.0.20
|
version: 4.0.21
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- management
|
- management
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [portainer-4.0.21](https://github.com/truecharts/charts/compare/portainer-4.0.20...portainer-4.0.21) (2023-07-30)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- fix image namingpattern ([#11053](https://github.com/truecharts/charts/issues/11053))
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ image:
|
||||||
tag: v2.18.4@sha256:b7688946f8d891f2028f8dcf9de588ee2a262f477158dd8702116bebacc3b1a3
|
tag: v2.18.4@sha256:b7688946f8d891f2028f8dcf9de588ee2a262f477158dd8702116bebacc3b1a3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imageBe:
|
beImage:
|
||||||
repository: tccr.io/truecharts/portainer-be
|
repository: tccr.io/truecharts/portainer-be
|
||||||
tag: v2.18.2@sha256:f76c5d84859c5dc692f08f705073c25cb26b0fc7b5f43554d7a9b96a71783efb
|
tag: v2.18.2@sha256:f76c5d84859c5dc692f08f705073c25cb26b0fc7b5f43554d7a9b96a71783efb
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
|
@ -109,7 +109,7 @@ questions:
|
||||||
enum:
|
enum:
|
||||||
- value: image
|
- value: image
|
||||||
description: Community
|
description: Community
|
||||||
- value: imageBe
|
- value: beImage
|
||||||
description: Business
|
description: Business
|
||||||
- variable: envList
|
- variable: envList
|
||||||
label: Extra Environment Variables
|
label: Extra Environment Variables
|
Loading…
Reference in New Issue