Skip to content

fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.1.3 ➔ 0.1.11 )#4579

Merged
binaryn3xus merged 1 commit into
mainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.x
May 1, 2026
Merged

fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.1.3 ➔ 0.1.11 )#4579
binaryn3xus merged 1 commit into
mainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.x

Conversation

@unsc-oni-ancilla

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/charts/tuppr patch 0.1.30.1.11

Release Notes

home-operations/tuppr (ghcr.io/home-operations/charts/tuppr)

v0.1.11

Compare Source

Features
  • deps: update module sigs.k8s.io/controller-runtime (v0.23.3 → v0.24.0) (#​231) (22ac172)
  • kubernetesupgrade: allow private registry for component images via spec.kubernetes.imageRepository (68bba9e)
  • talosupgrade: allow per-node factory URL override via tuppr.home-operations.com/factory-url annotation (8154539)
  • talosupgrade: auto-detect schematic from (ef2a5fa)
  • talosupgrade: pre/post-upgrade hooks via spec.hooks (9982679)
Bug Fixes
  • kubernetesupgrade: inject hostAliases for controlPlane endpoint hostname (9fe8f47)
Documentation
Miscellaneous Chores
  • remove deprecated functions usage (ba649c0)

v0.1.10

Compare Source

Bug Fixes
  • talosupgrade: fix image patching (cf58dee)

v0.1.9

Compare Source

Features
  • deps: update module github.com/siderolabs/talos/pkg/machinery (v1.12.7 → v1.13.0) (#​221) (95e2e57)
Bug Fixes
  • deps: update module github.com/onsi/ginkgo/v2 (v2.28.1 → v2.28.2) (#​217) (17d7d90)
  • main: show new version number after successful update (#​219) (6629716)

v0.1.8

Compare Source

⚠ BREAKING CHANGES
  • github-action: Update action googleapis/release-please-action (v4.4.1 → v5) (#​208)
Bug Fixes
  • delete failed jobs and record out-of-band upgraded nodes (32504cb)
  • deps: update module github.com/siderolabs/talos/pkg/machinery (v1.12.6 → v1.12.7) (#​212) (c42bd38)
Miscellaneous Chores
Continuous Integration
  • github-action: Update action googleapis/release-please-action (v4.4.1 → v5) (#​208) (e43a99e)

v0.1.7

Compare Source

Features
Bug Fixes

v0.1.6

Compare Source

Features
  • deps: update module github.com/netresearch/go-cron (v0.13.4 → v0.14.0) (#​205) (519314c)
  • talosupgrade: add parallelism support for concurrent node upgrades (#​201) (7b476f0)
Bug Fixes
  • deps: update kubernetes monorepo (v0.35.3 → v0.35.4) (#​203) (16970c4)

v0.1.4

Compare Source

Features
  • deps: update module github.com/google/cel-go (v0.27.0 → v0.28.0) (#​199) (ff82096)
Bug Fixes
  • ci: fix helm lint and pin version (42f40a9)
  • deps: update module github.com/google/go-containerregistry (v0.21.3 → v0.21.4) (#​198) (013da09)
  • deps: update module github.com/netresearch/go-cron (v0.13.1 → v0.13.4) (#​196) (7fbfaab)
  • mise: update tool go (1.26.1 → 1.26.2) (66ba006)
Miscellaneous Chores
  • ci: tidy up github actions (3397887)

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@unsc-oni-ancilla

Copy link
Copy Markdown
Contributor Author
--- kubernetes/apps/system-upgrade/tuppr/app Kustomization: system-upgrade/tuppr OCIRepository: system-upgrade/tuppr

+++ kubernetes/apps/system-upgrade/tuppr/app Kustomization: system-upgrade/tuppr OCIRepository: system-upgrade/tuppr

@@ -11,9 +11,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.1.3
+    tag: 0.1.11
   url: oci://ghcr.io/home-operations/charts/tuppr
 

@unsc-oni-ancilla

Copy link
Copy Markdown
Contributor Author
--- HelmRelease: system-upgrade/tuppr Deployment: system-upgrade/tuppr

+++ HelmRelease: system-upgrade/tuppr Deployment: system-upgrade/tuppr

@@ -35,13 +35,13 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 65532
-        image: ghcr.io/home-operations/tuppr:0.1.3
+        image: ghcr.io/home-operations/tuppr:0.1.11
         imagePullPolicy: IfNotPresent
         command:
         - /manager
         args:
         - --log-level=debug
         - --leader-elect=true
@@ -55,12 +55,16 @@

         - --webhook-secret-name=tuppr-webhook-server-cert
         env:
         - name: CONTROLLER_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
+        - name: CONTROLLER_NODE_NAME
+          valueFrom:
+            fieldRef:
+              fieldPath: spec.nodeName
         ports:
         - name: webhook-server
           containerPort: 9443
           protocol: TCP
         - name: metrics
           containerPort: 8080

@binaryn3xus binaryn3xus merged commit 1f765ed into main May 1, 2026
12 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch May 1, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant