From 42f9a41d81d32a58dfb7d6bb699c22a0a4ade39b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 20 Sep 2023 06:56:29 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/portainer/5.0.3/app-changelog.md | 9 --------- .../portainer/{5.0.3 => 5.0.4}/CHANGELOG.md | 18 +++++++++--------- stable/portainer/{5.0.3 => 5.0.4}/Chart.yaml | 4 ++-- stable/portainer/{5.0.3 => 5.0.4}/README.md | 0 stable/portainer/5.0.4/app-changelog.md | 9 +++++++++ .../portainer/{5.0.3 => 5.0.4}/app-readme.md | 0 .../{5.0.3 => 5.0.4}/charts/common-14.0.1.tgz | Bin .../portainer/{5.0.3 => 5.0.4}/ix_values.yaml | 2 +- .../portainer/{5.0.3 => 5.0.4}/questions.yaml | 0 .../{5.0.3 => 5.0.4}/templates/NOTES.txt | 0 .../{5.0.3 => 5.0.4}/templates/_args.tpl | 0 .../{5.0.3 => 5.0.4}/templates/common.yaml | 0 stable/portainer/{5.0.3 => 5.0.4}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/portainer/5.0.3/app-changelog.md rename stable/portainer/{5.0.3 => 5.0.4}/CHANGELOG.md (90%) rename stable/portainer/{5.0.3 => 5.0.4}/Chart.yaml (95%) rename stable/portainer/{5.0.3 => 5.0.4}/README.md (100%) create mode 100644 stable/portainer/5.0.4/app-changelog.md rename stable/portainer/{5.0.3 => 5.0.4}/app-readme.md (100%) rename stable/portainer/{5.0.3 => 5.0.4}/charts/common-14.0.1.tgz (100%) rename stable/portainer/{5.0.3 => 5.0.4}/ix_values.yaml (94%) rename stable/portainer/{5.0.3 => 5.0.4}/questions.yaml (100%) rename stable/portainer/{5.0.3 => 5.0.4}/templates/NOTES.txt (100%) rename stable/portainer/{5.0.3 => 5.0.4}/templates/_args.tpl (100%) rename stable/portainer/{5.0.3 => 5.0.4}/templates/common.yaml (100%) rename stable/portainer/{5.0.3 => 5.0.4}/values.yaml (100%) diff --git a/stable/portainer/5.0.3/app-changelog.md b/stable/portainer/5.0.3/app-changelog.md deleted file mode 100644 index af37125cbd..0000000000 --- a/stable/portainer/5.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.3/CHANGELOG.md b/stable/portainer/5.0.4/CHANGELOG.md similarity index 90% rename from stable/portainer/5.0.3/CHANGELOG.md rename to stable/portainer/5.0.4/CHANGELOG.md index 61dcbe808d..1cf1559fb4 100644 --- a/stable/portainer/5.0.3/CHANGELOG.md +++ b/stable/portainer/5.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [portainer-5.0.4](https://github.com/truecharts/charts/compare/portainer-5.0.3...portainer-5.0.4) (2023-09-20) + +### Chore + +- update container image tccr.io/truecharts/portainer-ce to v2.19.1 ([#12772](https://github.com/truecharts/charts/issues/12772)) + + + + ## [portainer-5.0.3](https://github.com/truecharts/charts/compare/portainer-5.0.2...portainer-5.0.3) (2023-09-20) ### Chore @@ -88,12 +97,3 @@ - update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599)) - - - -## [portainer-4.0.16](https://github.com/truecharts/charts/compare/portainer-4.0.15...portainer-4.0.16) (2023-06-11) - -### Chore - -- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558)) - diff --git a/stable/portainer/5.0.3/Chart.yaml b/stable/portainer/5.0.4/Chart.yaml similarity index 95% rename from stable/portainer/5.0.3/Chart.yaml rename to stable/portainer/5.0.4/Chart.yaml index 3df0492c33..3be0906389 100644 --- a/stable/portainer/5.0.3/Chart.yaml +++ b/stable/portainer/5.0.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.19.0" +appVersion: "2.19.1" 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.3 +version: 5.0.4 annotations: truecharts.org/catagories: | - management diff --git a/stable/portainer/5.0.3/README.md b/stable/portainer/5.0.4/README.md similarity index 100% rename from stable/portainer/5.0.3/README.md rename to stable/portainer/5.0.4/README.md diff --git a/stable/portainer/5.0.4/app-changelog.md b/stable/portainer/5.0.4/app-changelog.md new file mode 100644 index 0000000000..33ed5646a3 --- /dev/null +++ b/stable/portainer/5.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [portainer-5.0.4](https://github.com/truecharts/charts/compare/portainer-5.0.3...portainer-5.0.4) (2023-09-20) + +### Chore + +- update container image tccr.io/truecharts/portainer-ce to v2.19.1 ([#12772](https://github.com/truecharts/charts/issues/12772)) + + \ No newline at end of file diff --git a/stable/portainer/5.0.3/app-readme.md b/stable/portainer/5.0.4/app-readme.md similarity index 100% rename from stable/portainer/5.0.3/app-readme.md rename to stable/portainer/5.0.4/app-readme.md diff --git a/stable/portainer/5.0.3/charts/common-14.0.1.tgz b/stable/portainer/5.0.4/charts/common-14.0.1.tgz similarity index 100% rename from stable/portainer/5.0.3/charts/common-14.0.1.tgz rename to stable/portainer/5.0.4/charts/common-14.0.1.tgz diff --git a/stable/portainer/5.0.3/ix_values.yaml b/stable/portainer/5.0.4/ix_values.yaml similarity index 94% rename from stable/portainer/5.0.3/ix_values.yaml rename to stable/portainer/5.0.4/ix_values.yaml index 43c01158a2..2cb6112b25 100644 --- a/stable/portainer/5.0.3/ix_values.yaml +++ b/stable/portainer/5.0.4/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/portainer-ce - tag: v2.19.0@sha256:f5fc94c115f71b3e5f5c4c7ff45fd82e53ceb7ff795e74a1510075624665664d + tag: v2.19.1@sha256:22bc6475472573bc5f306c8142f508e3487d9af741ea59f48d0c2da3cb7c41f8 pullPolicy: IfNotPresent beImage: diff --git a/stable/portainer/5.0.3/questions.yaml b/stable/portainer/5.0.4/questions.yaml similarity index 100% rename from stable/portainer/5.0.3/questions.yaml rename to stable/portainer/5.0.4/questions.yaml diff --git a/stable/portainer/5.0.3/templates/NOTES.txt b/stable/portainer/5.0.4/templates/NOTES.txt similarity index 100% rename from stable/portainer/5.0.3/templates/NOTES.txt rename to stable/portainer/5.0.4/templates/NOTES.txt diff --git a/stable/portainer/5.0.3/templates/_args.tpl b/stable/portainer/5.0.4/templates/_args.tpl similarity index 100% rename from stable/portainer/5.0.3/templates/_args.tpl rename to stable/portainer/5.0.4/templates/_args.tpl diff --git a/stable/portainer/5.0.3/templates/common.yaml b/stable/portainer/5.0.4/templates/common.yaml similarity index 100% rename from stable/portainer/5.0.3/templates/common.yaml rename to stable/portainer/5.0.4/templates/common.yaml diff --git a/stable/portainer/5.0.3/values.yaml b/stable/portainer/5.0.4/values.yaml similarity index 100% rename from stable/portainer/5.0.3/values.yaml rename to stable/portainer/5.0.4/values.yaml