Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
08318d1a0d
commit
592c6cc482
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [portainer-5.0.20](https://github.com/truecharts/charts/compare/portainer-5.0.18...portainer-5.0.20) (2023-12-06)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update portainer to v2.19.4[@b11ff04](https://github.com/b11ff04) (patch) ([#15785](https://github.com/truecharts/charts/issues/15785))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [portainer-5.0.22](https://github.com/truecharts/charts/compare/portainer-5.0.20...portainer-5.0.22) (2023-12-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update portainer ([#15838](https://github.com/truecharts/charts/issues/15838))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [portainer-5.0.20](https://github.com/truecharts/charts/compare/portainer-5.0.18...portainer-5.0.20) (2023-12-06)
|
## [portainer-5.0.20](https://github.com/truecharts/charts/compare/portainer-5.0.18...portainer-5.0.20) (2023-12-06)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [portainer-5.0.15](https://github.com/truecharts/charts/compare/portainer-5.0.14...portainer-5.0.15) (2023-11-18)
|
## [portainer-5.0.15](https://github.com/truecharts/charts/compare/portainer-5.0.14...portainer-5.0.15) (2023-11-18)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [portainer-5.0.14](https://github.com/truecharts/charts/compare/portainer-5.0.13...portainer-5.0.14) (2023-11-17)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: portainer
|
name: portainer
|
||||||
version: 5.0.20
|
version: 5.0.22
|
||||||
appVersion: 2.19.3
|
appVersion: 2.19.4
|
||||||
description: Container management made easy
|
description: Container management made easy
|
||||||
home: https://truecharts.org/charts/stable/portainer
|
home: https://truecharts.org/charts/stable/portainer
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://docs.portainer.io/start/install-ce/server
|
|
||||||
- https://docs.portainer.io/start/install/server
|
- https://docs.portainer.io/start/install/server
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer
|
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer
|
||||||
- https://hub.docker.com/r/portainer/portainer-ce
|
- https://hub.docker.com/r/portainer/portainer-ce
|
||||||
|
- https://docs.portainer.io/start/install-ce/server
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [portainer-5.0.22](https://github.com/truecharts/charts/compare/portainer-5.0.20...portainer-5.0.22) (2023-12-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update portainer ([#15838](https://github.com/truecharts/charts/issues/15838))
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
image:
|
image:
|
||||||
repository: portainer/portainer-ce
|
repository: portainer/portainer-ce
|
||||||
tag: 2.19.4@sha256:b11ff04445d219d77e41fd3d09419c192dffbb41d68ac1b25e0bc2c7c4686d40
|
tag: 2.19.4@sha256:908d04d20e86f07a50b0f1a029a111b89aa3089b7fc7fdf68ec1c71b025f36cd
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
beImage:
|
beImage:
|
||||||
repository: portainer/portainer-ee
|
repository: portainer/portainer-ee
|
||||||
tag: 2.19.4@sha256:5ed61e2034131ccdffe15ccfe3fedd8c87629007f72b9269dd14d4d6e7b04d6e
|
tag: 2.19.4@sha256:adf08841af37323e2424616b4955f1cbec922a28e3ccd20cfc09ea5a15d68c43
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
portainer:
|
portainer:
|
||||||
# Logo URL
|
# Logo URL
|
Loading…
Reference in New Issue