From 558e1f4034b2692337515568b708729e745958a2 Mon Sep 17 00:00:00 2001 From: Brock Allen Date: Fri, 24 Apr 2026 00:47:43 -0400 Subject: [PATCH] fix(spegel): Remove deprecated containerd-registry-config-path (#47447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # https://github.com/trueforge-org/truecharts/issues/47446 **⚙️ 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 - [ ] 📜 Documentation Changes **🧪 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 changes to the documentation - [ ] 🧪 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 - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ 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/spegel/Chart.yaml | 2 +- charts/stable/spegel/templates/_args.tpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/stable/spegel/Chart.yaml b/charts/stable/spegel/Chart.yaml index 49c95da7743..5eb8636d820 100644 --- a/charts/stable/spegel/Chart.yaml +++ b/charts/stable/spegel/Chart.yaml @@ -34,5 +34,5 @@ sources: - https://ghcr.io/spegel-org/spegel - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/spegel type: application -version: 5.2.1 +version: 5.2.2 diff --git a/charts/stable/spegel/templates/_args.tpl b/charts/stable/spegel/templates/_args.tpl index 67c6a460143..1802ffc5de1 100644 --- a/charts/stable/spegel/templates/_args.tpl +++ b/charts/stable/spegel/templates/_args.tpl @@ -38,7 +38,6 @@ {{- end }} - --containerd-sock={{ .Values.spegel.containerdSock }} - --containerd-namespace={{ .Values.spegel.containerdNamespace }} - - --containerd-registry-config-path={{ .Values.spegel.containerdRegistryConfigPath }} - --bootstrap-kind=dns - --dns-bootstrap-domain={{ include "tc.v1.common.lib.chart.names.fullname" $ }}-router.{{ include "tc.v1.common.lib.metadata.namespace" (dict "caller" "spegel" "rootCtx" $ "objectData" .Values) }}.svc.cluster.local. {{- with .Values.spegel.containerdContentPath }}