Skip to content

fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.65 )#392

Merged
janpuc merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.x
Feb 15, 2026
Merged

fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.65 )#392
janpuc merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.x

Conversation

@bot-atlas
Copy link
Contributor

@bot-atlas bot-atlas bot commented Feb 12, 2026

This PR contains the following updates:

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

Release Notes

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

v0.0.65

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.64...0.0.65

v0.0.64

Compare Source

What's Changed

New Contributors

Full Changelog: home-operations/tuppr@0.0.63...0.0.64

v0.0.63

Compare Source

What's Changed

New Contributors

Full Changelog: home-operations/tuppr@0.0.62...0.0.63

v0.0.62

Compare Source

What's Changed

  • feat: Allow overriding talos schematic and version through node annotations by @​eleboucher in #​102

Full Changelog: home-operations/tuppr@0.0.61...0.0.62

v0.0.61

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.60...0.0.61

v0.0.60

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.59...0.0.60

v0.0.59

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.58...0.0.59

v0.0.58

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.57...0.0.58

v0.0.57

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.56...0.0.57

v0.0.56

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.55...0.0.56

v0.0.55

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.54...0.0.55

v0.0.54

Compare Source

What's Changed

New Contributors

Full Changelog: home-operations/tuppr@0.0.53...0.0.54

v0.0.53

Compare Source

What's Changed

New Contributors

Full Changelog: home-operations/tuppr@0.0.52...0.0.53


Configuration

📅 Schedule: 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 Renovate Bot.

@bot-atlas
Copy link
Contributor Author

bot-atlas bot commented Feb 12, 2026

--- 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

@@ -10,9 +10,9 @@

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

@bot-atlas
Copy link
Contributor Author

bot-atlas bot commented Feb 12, 2026

--- HelmRelease: system-upgrade/tuppr ClusterRole: system-upgrade/tuppr-manager-role

+++ HelmRelease: system-upgrade/tuppr ClusterRole: system-upgrade/tuppr-manager-role

@@ -71,7 +71,28 @@

   - kubernetesupgrades/status
   - talosupgrades/status
   verbs:
   - get
   - patch
   - update
+- apiGroups:
+  - ''
+  resources:
+  - secrets
+  verbs:
+  - create
+  - update
+  - patch
+  - get
+  - list
+  - watch
+- apiGroups:
+  - admissionregistration.k8s.io
+  resources:
+  - validatingwebhookconfigurations
+  verbs:
+  - get
+  - list
+  - watch
+  - patch
+  - update
 
--- HelmRelease: system-upgrade/tuppr Deployment: system-upgrade/tuppr

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

@@ -35,22 +35,26 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 65532
-        image: ghcr.io/home-operations/tuppr:0.0.52
+        image: ghcr.io/home-operations/tuppr:0.0.65
         imagePullPolicy: IfNotPresent
         command:
         - /manager
         args:
         - --leader-elect=true
         - --metrics-bind-address=:8080
         - --health-probe-bind-address=:8081
         - --talosconfig-secret=tuppr-talosconfig
         - --metrics-secure=false
+        - --metrics-service-name=tuppr-metrics-service
+        - --webhook-config-name=tuppr-validating-webhook
+        - --webhook-service-name=tuppr-webhook-service
+        - --webhook-secret-name=tuppr-webhook-server-cert
         env:
         - name: CONTROLLER_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         ports:
@@ -76,13 +80,12 @@

           initialDelaySeconds: 5
           periodSeconds: 10
         resources: {}
         volumeMounts:
         - mountPath: /tmp/k8s-webhook-server/serving-certs
           name: cert
-          readOnly: true
         - name: talosconfig
           mountPath: /var/run/secrets/talos.dev
           readOnly: true
       volumes:
       - name: cert
         secret:
--- HelmRelease: system-upgrade/tuppr Certificate: system-upgrade/tuppr-serving-cert

+++ HelmRelease: system-upgrade/tuppr Certificate: system-upgrade/tuppr-serving-cert

@@ -1,23 +0,0 @@

----
-apiVersion: cert-manager.io/v1
-kind: Certificate
-metadata:
-  name: tuppr-serving-cert
-  namespace: system-upgrade
-  labels:
-    app.kubernetes.io/name: tuppr
-    app.kubernetes.io/instance: tuppr
-    app.kubernetes.io/managed-by: Helm
-spec:
-  dnsNames:
-  - tuppr-webhook-service.system-upgrade.svc
-  - tuppr-webhook-service.system-upgrade.svc.cluster.local
-  issuerRef:
-    kind: Issuer
-    name: tuppr-selfsigned-issuer
-  secretName: tuppr-webhook-server-cert
-  privateKey:
-    rotationPolicy: Always
-  duration: 8760h
-  renewBefore: 720h
-
--- HelmRelease: system-upgrade/tuppr Issuer: system-upgrade/tuppr-selfsigned-issuer

+++ HelmRelease: system-upgrade/tuppr Issuer: system-upgrade/tuppr-selfsigned-issuer

@@ -1,13 +0,0 @@

----
-apiVersion: cert-manager.io/v1
-kind: Issuer
-metadata:
-  name: tuppr-selfsigned-issuer
-  namespace: system-upgrade
-  labels:
-    app.kubernetes.io/name: tuppr
-    app.kubernetes.io/instance: tuppr
-    app.kubernetes.io/managed-by: Helm
-spec:
-  selfSigned: {}
-
--- HelmRelease: system-upgrade/tuppr ValidatingWebhookConfiguration: system-upgrade/tuppr-validating-webhook

+++ HelmRelease: system-upgrade/tuppr ValidatingWebhookConfiguration: system-upgrade/tuppr-validating-webhook

@@ -0,0 +1,51 @@

+---
+apiVersion: admissionregistration.k8s.io/v1
+kind: ValidatingWebhookConfiguration
+metadata:
+  name: tuppr-validating-webhook
+  labels:
+    app.kubernetes.io/name: tuppr
+    app.kubernetes.io/instance: tuppr
+    app.kubernetes.io/managed-by: Helm
+webhooks:
+- name: vkubernetesupgrade.kb.io
+  admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: tuppr-webhook-service
+      namespace: system-upgrade
+      path: /validate-tuppr-home-operations-com-v1alpha1-kubernetesupgrade
+  failurePolicy: Fail
+  sideEffects: None
+  rules:
+  - apiGroups:
+    - tuppr.home-operations.com
+    apiVersions:
+    - v1alpha1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - kubernetesupgrades
+- name: vtalosupgrade.kb.io
+  admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: tuppr-webhook-service
+      namespace: system-upgrade
+      path: /validate-tuppr-home-operations-com-v1alpha1-talosupgrade
+  failurePolicy: Fail
+  sideEffects: None
+  rules:
+  - apiGroups:
+    - tuppr.home-operations.com
+    apiVersions:
+    - v1alpha1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - talosupgrades
+

@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from e869151 to b34b5e4 Compare February 13, 2026 15:42
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.53 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.54 ) Feb 13, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from b34b5e4 to e7fc826 Compare February 13, 2026 16:48
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.54 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.55 ) Feb 13, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from e7fc826 to 6259e6f Compare February 13, 2026 17:40
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.55 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.56 ) Feb 13, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 6259e6f to 6a0f517 Compare February 14, 2026 11:23
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.56 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.57 ) Feb 14, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 6a0f517 to b4583df Compare February 14, 2026 12:50
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.57 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.58 ) Feb 14, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from b4583df to 823d332 Compare February 14, 2026 13:45
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.58 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.59 ) Feb 14, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 823d332 to 5f2f913 Compare February 14, 2026 14:27
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.59 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.61 ) Feb 14, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 5f2f913 to 19cc463 Compare February 14, 2026 16:30
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.61 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.62 ) Feb 14, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 19cc463 to c0bcfb6 Compare February 14, 2026 17:27
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.62 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.63 ) Feb 14, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from c0bcfb6 to 606be4a Compare February 14, 2026 23:25
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.63 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.64 ) Feb 14, 2026
@bot-atlas bot-atlas bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 606be4a to b815bec Compare February 15, 2026 15:27
@bot-atlas bot-atlas bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.64 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.65 ) Feb 15, 2026
@janpuc janpuc merged commit 53750d2 into main Feb 15, 2026
12 checks passed
@bot-atlas bot-atlas bot deleted the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch February 15, 2026 19:27
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