From 796b7792f1e90c2589111784c8a25f1730eb560d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 8 Sep 2023 02:46:00 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/portainer/5.0.1/app-changelog.md | 9 --------- .../portainer/{5.0.1 => 5.0.2}/CHANGELOG.md | 18 +++++++++--------- stable/portainer/{5.0.1 => 5.0.2}/Chart.yaml | 4 ++-- stable/portainer/{5.0.1 => 5.0.2}/README.md | 0 stable/portainer/5.0.2/app-changelog.md | 9 +++++++++ .../portainer/{5.0.1 => 5.0.2}/app-readme.md | 0 .../{5.0.1 => 5.0.2}/charts/common-14.0.1.tgz | Bin .../portainer/{5.0.1 => 5.0.2}/ix_values.yaml | 4 ++-- .../portainer/{5.0.1 => 5.0.2}/questions.yaml | 0 .../{5.0.1 => 5.0.2}/templates/NOTES.txt | 0 .../{5.0.1 => 5.0.2}/templates/_args.tpl | 0 .../{5.0.1 => 5.0.2}/templates/common.yaml | 0 stable/portainer/{5.0.1 => 5.0.2}/values.yaml | 0 13 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/portainer/5.0.1/app-changelog.md rename stable/portainer/{5.0.1 => 5.0.2}/CHANGELOG.md (91%) rename stable/portainer/{5.0.1 => 5.0.2}/Chart.yaml (95%) rename stable/portainer/{5.0.1 => 5.0.2}/README.md (100%) create mode 100644 stable/portainer/5.0.2/app-changelog.md rename stable/portainer/{5.0.1 => 5.0.2}/app-readme.md (100%) rename stable/portainer/{5.0.1 => 5.0.2}/charts/common-14.0.1.tgz (100%) rename stable/portainer/{5.0.1 => 5.0.2}/ix_values.yaml (88%) rename stable/portainer/{5.0.1 => 5.0.2}/questions.yaml (100%) rename stable/portainer/{5.0.1 => 5.0.2}/templates/NOTES.txt (100%) rename stable/portainer/{5.0.1 => 5.0.2}/templates/_args.tpl (100%) rename stable/portainer/{5.0.1 => 5.0.2}/templates/common.yaml (100%) rename stable/portainer/{5.0.1 => 5.0.2}/values.yaml (100%) diff --git a/stable/portainer/5.0.1/app-changelog.md b/stable/portainer/5.0.1/app-changelog.md deleted file mode 100644 index 251a8e2828..0000000000 --- a/stable/portainer/5.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [portainer-5.0.1](https://github.com/truecharts/charts/compare/portainer-5.0.0...portainer-5.0.1) (2023-08-08) - -### Fix - -- probe type key ([#11242](https://github.com/truecharts/charts/issues/11242)) - - \ No newline at end of file diff --git a/stable/portainer/5.0.1/CHANGELOG.md b/stable/portainer/5.0.2/CHANGELOG.md similarity index 91% rename from stable/portainer/5.0.1/CHANGELOG.md rename to stable/portainer/5.0.2/CHANGELOG.md index 8882387ef2..49613ec4a7 100644 --- a/stable/portainer/5.0.1/CHANGELOG.md +++ b/stable/portainer/5.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [portainer-5.0.2](https://github.com/truecharts/charts/compare/portainer-5.0.1...portainer-5.0.2) (2023-09-08) + +### Chore + +- update portainer to v2.19.0 (minor) ([#12372](https://github.com/truecharts/charts/issues/12372)) + + + + ## [portainer-5.0.1](https://github.com/truecharts/charts/compare/portainer-5.0.0...portainer-5.0.1) (2023-08-08) ### Fix @@ -88,12 +97,3 @@ - update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - - - -## [portainer-4.0.14](https://github.com/truecharts/charts/compare/portainer-4.0.13...portainer-4.0.14) (2023-06-07) - -### Chore - -- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423)) - diff --git a/stable/portainer/5.0.1/Chart.yaml b/stable/portainer/5.0.2/Chart.yaml similarity index 95% rename from stable/portainer/5.0.1/Chart.yaml rename to stable/portainer/5.0.2/Chart.yaml index 8356209b8a..6b63e45c12 100644 --- a/stable/portainer/5.0.1/Chart.yaml +++ b/stable/portainer/5.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.18.4" +appVersion: "2.19.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/portainer - https://docs.portainer.io/start/install-ce/server - https://docs.portainer.io/start/install/server -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - management diff --git a/stable/portainer/5.0.1/README.md b/stable/portainer/5.0.2/README.md similarity index 100% rename from stable/portainer/5.0.1/README.md rename to stable/portainer/5.0.2/README.md diff --git a/stable/portainer/5.0.2/app-changelog.md b/stable/portainer/5.0.2/app-changelog.md new file mode 100644 index 0000000000..23a0f201f3 --- /dev/null +++ b/stable/portainer/5.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [portainer-5.0.2](https://github.com/truecharts/charts/compare/portainer-5.0.1...portainer-5.0.2) (2023-09-08) + +### Chore + +- update portainer to v2.19.0 (minor) ([#12372](https://github.com/truecharts/charts/issues/12372)) + + \ No newline at end of file diff --git a/stable/portainer/5.0.1/app-readme.md b/stable/portainer/5.0.2/app-readme.md similarity index 100% rename from stable/portainer/5.0.1/app-readme.md rename to stable/portainer/5.0.2/app-readme.md diff --git a/stable/portainer/5.0.1/charts/common-14.0.1.tgz b/stable/portainer/5.0.2/charts/common-14.0.1.tgz similarity index 100% rename from stable/portainer/5.0.1/charts/common-14.0.1.tgz rename to stable/portainer/5.0.2/charts/common-14.0.1.tgz diff --git a/stable/portainer/5.0.1/ix_values.yaml b/stable/portainer/5.0.2/ix_values.yaml similarity index 88% rename from stable/portainer/5.0.1/ix_values.yaml rename to stable/portainer/5.0.2/ix_values.yaml index be7dc79c8c..b2191824ae 100644 --- a/stable/portainer/5.0.1/ix_values.yaml +++ b/stable/portainer/5.0.2/ix_values.yaml @@ -1,11 +1,11 @@ image: repository: tccr.io/truecharts/portainer-ce - tag: v2.18.4@sha256:b7688946f8d891f2028f8dcf9de588ee2a262f477158dd8702116bebacc3b1a3 + tag: v2.19.0@sha256:f5fc94c115f71b3e5f5c4c7ff45fd82e53ceb7ff795e74a1510075624665664d pullPolicy: IfNotPresent beImage: repository: tccr.io/truecharts/portainer-be - tag: v2.18.4@sha256:de8432b308d2d76ed402cfa85198518cbddede259c9e38c52ed8e709f11aed58 + tag: v2.19.0@sha256:f2153124ddc22750ea0a6f35ebbd2f94a06ecec9544fcfa9ba855784fda7f48b pullPolicy: IfNotPresent portainer: diff --git a/stable/portainer/5.0.1/questions.yaml b/stable/portainer/5.0.2/questions.yaml similarity index 100% rename from stable/portainer/5.0.1/questions.yaml rename to stable/portainer/5.0.2/questions.yaml diff --git a/stable/portainer/5.0.1/templates/NOTES.txt b/stable/portainer/5.0.2/templates/NOTES.txt similarity index 100% rename from stable/portainer/5.0.1/templates/NOTES.txt rename to stable/portainer/5.0.2/templates/NOTES.txt diff --git a/stable/portainer/5.0.1/templates/_args.tpl b/stable/portainer/5.0.2/templates/_args.tpl similarity index 100% rename from stable/portainer/5.0.1/templates/_args.tpl rename to stable/portainer/5.0.2/templates/_args.tpl diff --git a/stable/portainer/5.0.1/templates/common.yaml b/stable/portainer/5.0.2/templates/common.yaml similarity index 100% rename from stable/portainer/5.0.1/templates/common.yaml rename to stable/portainer/5.0.2/templates/common.yaml diff --git a/stable/portainer/5.0.1/values.yaml b/stable/portainer/5.0.2/values.yaml similarity index 100% rename from stable/portainer/5.0.1/values.yaml rename to stable/portainer/5.0.2/values.yaml