From 7b95894c7abcca362a86013d719c37a2c1f313a1 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 30 Jul 2023 22:07:33 +0300 Subject: [PATCH] chore(portainer): fix image namingpattern (#11053) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes #10834 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .github/renovate.json5 | 5 +++++ charts/stable/portainer/Chart.yaml | 2 +- charts/stable/portainer/questions.yaml | 2 +- charts/stable/portainer/values.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2cb6ac8b5a8..d7948ea776f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -281,6 +281,11 @@ "matchPackagePrefixes": ["tccr.io/truecharts/immich"], "groupName": "immich", }, + { + "matchDatasources": ["docker"], + "matchPackagePrefixes": ["tccr.io/truecharts/portainer"], + "groupName": "portainer", + }, { "matchDatasources": ["docker"], "matchPackagePrefixes": ["tccr.io/truecharts/neko"], diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index 5a1605583da..e36da73d11b 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/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: 4.0.20 +version: 4.0.21 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/portainer/questions.yaml b/charts/stable/portainer/questions.yaml index f90692a9015..23d1d8d40c9 100644 --- a/charts/stable/portainer/questions.yaml +++ b/charts/stable/portainer/questions.yaml @@ -19,7 +19,7 @@ questions: enum: - value: image description: Community - - value: imageBe + - value: beImage description: Business # Include{containerBasic} # Include{containerAdvanced} diff --git a/charts/stable/portainer/values.yaml b/charts/stable/portainer/values.yaml index 93c0e77d213..9096f1db5d4 100644 --- a/charts/stable/portainer/values.yaml +++ b/charts/stable/portainer/values.yaml @@ -3,7 +3,7 @@ image: tag: v2.18.4@sha256:b7688946f8d891f2028f8dcf9de588ee2a262f477158dd8702116bebacc3b1a3 pullPolicy: IfNotPresent -imageBe: +beImage: repository: tccr.io/truecharts/portainer-be tag: v2.18.2@sha256:f76c5d84859c5dc692f08f705073c25cb26b0fc7b5f43554d7a9b96a71783efb pullPolicy: IfNotPresent