From ff45a006150f09e594dc3197385ea80ffd0ced40 Mon Sep 17 00:00:00 2001 From: frapbod <48932093+frapbod@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:34:10 -0500 Subject: [PATCH] Change repo to ghcr per (#17223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x ] 🪛 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:** This [link ](https://hotio.dev/containers/autoscan/) shows the "Important Announcement" at the top about cr.hotio.dev being disabled. **✔️ 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 - [x] ⚠️ 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._ --- charts/stable/autoscan/Chart.yaml | 2 +- charts/stable/autoscan/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/autoscan/Chart.yaml b/charts/stable/autoscan/Chart.yaml index 64a45d925e3..3a8db4a6769 100644 --- a/charts/stable/autoscan/Chart.yaml +++ b/charts/stable/autoscan/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://hotio.dev/containers/autoscan - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan type: application -version: 7.1.7 +version: 7.1.8 diff --git a/charts/stable/autoscan/values.yaml b/charts/stable/autoscan/values.yaml index 4324cacdf3a..9e56e4ff7f4 100644 --- a/charts/stable/autoscan/values.yaml +++ b/charts/stable/autoscan/values.yaml @@ -1,6 +1,6 @@ image: pullPolicy: IfNotPresent - repository: cr.hotio.dev/hotio/autoscan + repository: ghcr.io/hotio/autoscan tag: latest@sha256:a15a6db9b2a3888d2d8bb8d65f51df67f3999225348c4118faa6a317feea0a53 securityContext: container: