From a68aa50e26c96d83ffdfabc9c7d0ae920bbc1697 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sun, 6 Aug 2023 10:28:17 -0400 Subject: [PATCH] feat(static-web-server): Update mirror (#11243) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Change to Quay / TCCR mirror ⚒️ 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:** **✔️ 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._ --------- Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> --- charts/incubator/static-web-server/Chart.yaml | 2 +- charts/incubator/static-web-server/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/static-web-server/Chart.yaml b/charts/incubator/static-web-server/Chart.yaml index b73171a0d1d..4d9c5585c02 100644 --- a/charts/incubator/static-web-server/Chart.yaml +++ b/charts/incubator/static-web-server/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/static-web-server/static-web-server - https://static-web-server.net type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - web-server diff --git a/charts/incubator/static-web-server/values.yaml b/charts/incubator/static-web-server/values.yaml index e4522011d9b..85d3acae5af 100644 --- a/charts/incubator/static-web-server/values.yaml +++ b/charts/incubator/static-web-server/values.yaml @@ -1,7 +1,7 @@ image: - repository: ghcr.io/static-web-server/static-web-server + repository: tccr.io/truecharts/static-web-server pullPolicy: IfNotPresent - tag: 2.20.2@sha256:cf59f0f22a5d0120a5cfbcd9f8e943825b9e8622b25796647d9645d2802a3634 + tag: v2.20.2@sha256:cde29086b0c99d70965d4bb816499feeccc262d2f7d3465972bc3ccd888b4339 service: main: