From d12ba8b9868bac3dcd94b270a38a646331c6fd76 Mon Sep 17 00:00:00 2001 From: l-moon-git <103282929+l-moon-git@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:36:40 -0500 Subject: [PATCH] chore(notifiarr): bump notifiarr (#12245) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ 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:** With this bump in notifiarr to the latest, we should be able to use notifiarr without reverse proxy. as it should use the built in tunnel system used in 0.6.0 and above **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 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 - [x] ⬆️ 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._ --------- Signed-off-by: l-moon-git <103282929+l-moon-git@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> --- charts/incubator/notifiarr/Chart.yaml | 4 ++-- charts/incubator/notifiarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/notifiarr/Chart.yaml b/charts/incubator/notifiarr/Chart.yaml index 0ee70cc6f95..25a594918e5 100644 --- a/charts/incubator/notifiarr/Chart.yaml +++ b/charts/incubator/notifiarr/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "latest" +appVersion: "v0.6.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/notifiarr - https://github.com/Notifiarr/notifiarr type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - MediaApp-Other diff --git a/charts/incubator/notifiarr/values.yaml b/charts/incubator/notifiarr/values.yaml index 436d06e65fc..7f0ac2201f6 100644 --- a/charts/incubator/notifiarr/values.yaml +++ b/charts/incubator/notifiarr/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/notifiarr pullPolicy: IfNotPresent - tag: latest@sha256:913c71f5e325dd9af53c9e96f3d5d7d1b2d058a41f8253489320a4c69fbb0a44 + tag: v0.6.0@sha256:200107f99dd63811270da14db2228471381e7531c64dd9c6162afeabb08b7576 notifiarr: apikey: "test"