From 48895e245152eb6d6bdd579fdd9de6ff1f5b5402 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 20 Sep 2023 00:58:02 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/portainer/5.0.2/app-changelog.md | 9 --------- .../portainer/{5.0.2 => 5.0.3}/CHANGELOG.md | 18 +++++++++--------- stable/portainer/{5.0.2 => 5.0.3}/Chart.yaml | 2 +- stable/portainer/{5.0.2 => 5.0.3}/README.md | 0 stable/portainer/5.0.3/app-changelog.md | 9 +++++++++ .../portainer/{5.0.2 => 5.0.3}/app-readme.md | 0 .../{5.0.2 => 5.0.3}/charts/common-14.0.1.tgz | Bin .../portainer/{5.0.2 => 5.0.3}/ix_values.yaml | 2 +- .../portainer/{5.0.2 => 5.0.3}/questions.yaml | 0 .../{5.0.2 => 5.0.3}/templates/NOTES.txt | 0 .../{5.0.2 => 5.0.3}/templates/_args.tpl | 0 .../{5.0.2 => 5.0.3}/templates/common.yaml | 0 stable/portainer/{5.0.2 => 5.0.3}/values.yaml | 0 13 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/portainer/5.0.2/app-changelog.md rename stable/portainer/{5.0.2 => 5.0.3}/CHANGELOG.md (90%) rename stable/portainer/{5.0.2 => 5.0.3}/Chart.yaml (98%) rename stable/portainer/{5.0.2 => 5.0.3}/README.md (100%) create mode 100644 stable/portainer/5.0.3/app-changelog.md rename stable/portainer/{5.0.2 => 5.0.3}/app-readme.md (100%) rename stable/portainer/{5.0.2 => 5.0.3}/charts/common-14.0.1.tgz (100%) rename stable/portainer/{5.0.2 => 5.0.3}/ix_values.yaml (94%) rename stable/portainer/{5.0.2 => 5.0.3}/questions.yaml (100%) rename stable/portainer/{5.0.2 => 5.0.3}/templates/NOTES.txt (100%) rename stable/portainer/{5.0.2 => 5.0.3}/templates/_args.tpl (100%) rename stable/portainer/{5.0.2 => 5.0.3}/templates/common.yaml (100%) rename stable/portainer/{5.0.2 => 5.0.3}/values.yaml (100%) diff --git a/stable/portainer/5.0.2/app-changelog.md b/stable/portainer/5.0.2/app-changelog.md deleted file mode 100644 index 23a0f201f3..0000000000 --- a/stable/portainer/5.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.2/CHANGELOG.md b/stable/portainer/5.0.3/CHANGELOG.md similarity index 90% rename from stable/portainer/5.0.2/CHANGELOG.md rename to stable/portainer/5.0.3/CHANGELOG.md index 49613ec4a7..61dcbe808d 100644 --- a/stable/portainer/5.0.2/CHANGELOG.md +++ b/stable/portainer/5.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [portainer-5.0.3](https://github.com/truecharts/charts/compare/portainer-5.0.2...portainer-5.0.3) (2023-09-20) + +### Chore + +- update container image tccr.io/truecharts/portainer-be to v2.19.1 ([#12763](https://github.com/truecharts/charts/issues/12763)) + + + + ## [portainer-5.0.2](https://github.com/truecharts/charts/compare/portainer-5.0.1...portainer-5.0.2) (2023-09-08) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558)) - - - -## [portainer-4.0.15](https://github.com/truecharts/charts/compare/portainer-4.0.14...portainer-4.0.15) (2023-06-07) - -### Chore - -- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - diff --git a/stable/portainer/5.0.2/Chart.yaml b/stable/portainer/5.0.3/Chart.yaml similarity index 98% rename from stable/portainer/5.0.2/Chart.yaml rename to stable/portainer/5.0.3/Chart.yaml index 6b63e45c12..3df0492c33 100644 --- a/stable/portainer/5.0.2/Chart.yaml +++ b/stable/portainer/5.0.3/Chart.yaml @@ -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.2 +version: 5.0.3 annotations: truecharts.org/catagories: | - management diff --git a/stable/portainer/5.0.2/README.md b/stable/portainer/5.0.3/README.md similarity index 100% rename from stable/portainer/5.0.2/README.md rename to stable/portainer/5.0.3/README.md diff --git a/stable/portainer/5.0.3/app-changelog.md b/stable/portainer/5.0.3/app-changelog.md new file mode 100644 index 0000000000..af37125cbd --- /dev/null +++ b/stable/portainer/5.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [portainer-5.0.3](https://github.com/truecharts/charts/compare/portainer-5.0.2...portainer-5.0.3) (2023-09-20) + +### Chore + +- update container image tccr.io/truecharts/portainer-be to v2.19.1 ([#12763](https://github.com/truecharts/charts/issues/12763)) + + \ No newline at end of file diff --git a/stable/portainer/5.0.2/app-readme.md b/stable/portainer/5.0.3/app-readme.md similarity index 100% rename from stable/portainer/5.0.2/app-readme.md rename to stable/portainer/5.0.3/app-readme.md diff --git a/stable/portainer/5.0.2/charts/common-14.0.1.tgz b/stable/portainer/5.0.3/charts/common-14.0.1.tgz similarity index 100% rename from stable/portainer/5.0.2/charts/common-14.0.1.tgz rename to stable/portainer/5.0.3/charts/common-14.0.1.tgz diff --git a/stable/portainer/5.0.2/ix_values.yaml b/stable/portainer/5.0.3/ix_values.yaml similarity index 94% rename from stable/portainer/5.0.2/ix_values.yaml rename to stable/portainer/5.0.3/ix_values.yaml index b2191824ae..43c01158a2 100644 --- a/stable/portainer/5.0.2/ix_values.yaml +++ b/stable/portainer/5.0.3/ix_values.yaml @@ -5,7 +5,7 @@ image: beImage: repository: tccr.io/truecharts/portainer-be - tag: v2.19.0@sha256:f2153124ddc22750ea0a6f35ebbd2f94a06ecec9544fcfa9ba855784fda7f48b + tag: v2.19.1@sha256:78c06d7eaf427180fce0c29b2f21055eee21740007d0e0e83437175ba051162a pullPolicy: IfNotPresent portainer: diff --git a/stable/portainer/5.0.2/questions.yaml b/stable/portainer/5.0.3/questions.yaml similarity index 100% rename from stable/portainer/5.0.2/questions.yaml rename to stable/portainer/5.0.3/questions.yaml diff --git a/stable/portainer/5.0.2/templates/NOTES.txt b/stable/portainer/5.0.3/templates/NOTES.txt similarity index 100% rename from stable/portainer/5.0.2/templates/NOTES.txt rename to stable/portainer/5.0.3/templates/NOTES.txt diff --git a/stable/portainer/5.0.2/templates/_args.tpl b/stable/portainer/5.0.3/templates/_args.tpl similarity index 100% rename from stable/portainer/5.0.2/templates/_args.tpl rename to stable/portainer/5.0.3/templates/_args.tpl diff --git a/stable/portainer/5.0.2/templates/common.yaml b/stable/portainer/5.0.3/templates/common.yaml similarity index 100% rename from stable/portainer/5.0.2/templates/common.yaml rename to stable/portainer/5.0.3/templates/common.yaml diff --git a/stable/portainer/5.0.2/values.yaml b/stable/portainer/5.0.3/values.yaml similarity index 100% rename from stable/portainer/5.0.2/values.yaml rename to stable/portainer/5.0.3/values.yaml