Skip to content

fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.1.37 β†’ 0.1.40 )#1350

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.1.x
Open

fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.1.37 β†’ 0.1.40 )#1350
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.1.x

Conversation

@renovate

@renovate renovate Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/charts/tuppr patch 0.1.37 β†’ 0.1.40

Release Notes

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

v0.1.40

Compare Source

Bug Fixes
  • deps: update module github.com/siderolabs/talos/pkg/machinery (v1.13.2 β†’ v1.13.3) (#​297) (b9c581e)
  • mise: update tool lefthook (2.1.8 β†’ 2.1.9) (7a8ef70)
  • talos: dial control-plane IPs from controller client instead of talosconfig endpoint (56536d8)

v0.1.39

Compare Source

Bug Fixes
  • talos: uncordon single-node clusters left cordoned by Talos's upgrade drain (7d73d7d)
Miscellaneous Chores
  • implement oxfmt (20f917c)
  • remove default draft-pull-request from release-please config (21f7d53)

v0.1.38

Compare Source

Bug Fixes
  • talos: don't fail single-node upgrades when the reboot kills the upgrade pod (2e57e79)

Configuration

πŸ“… Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "every weekend"
  • 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 was generated by Mend Renovate. View the repository job log.

@igloo-bot igloo-bot Bot added the area/kubernetes Changes made in the kubernetes directory label May 31, 2026
@igloo-bot

igloo-bot Bot commented May 31, 2026

Copy link
Copy Markdown
--- 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.37
+    tag: 0.1.40
   url: oci://ghcr.io/home-operations/charts/tuppr
 

@igloo-bot

igloo-bot Bot commented May 31, 2026

Copy link
Copy Markdown
--- 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.37
+        image: ghcr.io/home-operations/tuppr:0.1.40
         imagePullPolicy: IfNotPresent
         command:
         - /manager
         args:
         - --log-level=debug
         - --leader-elect=true
@@ -59,12 +59,16 @@

             fieldRef:
               fieldPath: metadata.namespace
         - name: CONTROLLER_NODE_NAME
           valueFrom:
             fieldRef:
               fieldPath: spec.nodeName
+        - name: CONTROLLER_POD_NAME
+          valueFrom:
+            fieldRef:
+              fieldPath: metadata.name
         ports:
         - name: webhook-server
           containerPort: 9443
           protocol: TCP
         - name: metrics
           containerPort: 8080
@@ -103,7 +107,10 @@

       tolerations:
       - key: CriticalAddonsOnly
         operator: Exists
       - effect: NoSchedule
         key: node-role.kubernetes.io/control-plane
         operator: Exists
+      - effect: NoSchedule
+        key: node.kubernetes.io/unschedulable
+        operator: Exists
 

@renovate renovate Bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.1.37 β†’ 0.1.38 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.1.37 β†’ 0.1.39 ) May 31, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.1.x branch from bc88f77 to ff16435 Compare May 31, 2026 21:02
@renovate renovate Bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.1.37 β†’ 0.1.39 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.1.37 β†’ 0.1.40 ) Jun 1, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.1.x branch from ff16435 to 97381de Compare June 1, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants