Skip to content

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

Open
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.x
Open

fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.75 )#557
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.x

Conversation

@mortyops
Copy link
Contributor

@mortyops mortyops 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.75

Release Notes

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

v0.0.75

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.74...0.0.75

v0.0.74

Compare Source

What's Changed

New Contributors

Full Changelog: home-operations/tuppr@0.0.73...0.0.74

v0.0.73

Compare Source

What's Changed

New Contributors

Full Changelog: home-operations/tuppr@0.0.72...0.0.73

v0.0.72

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.71...0.0.72

v0.0.71

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.70...0.0.71

v0.0.70

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.69...0.0.70

v0.0.69

Compare Source

What's Changed

New Contributors

Full Changelog: home-operations/tuppr@0.0.68...0.0.69

v0.0.68

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.67...0.0.68

v0.0.67

Compare Source

What's Changed

Full Changelog: home-operations/tuppr@0.0.66...0.0.67

v0.0.66

Compare Source

What's Changed

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

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.

@mortyops
Copy link
Contributor Author

mortyops 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

@@ -23,14 +23,45 @@

   verbs:
   - create
   - patch
 - apiGroups:
   - ''
   resources:
+  - pods
+  verbs:
+  - get
+  - list
+  - delete
+- apiGroups:
+  - ''
+  resources:
+  - pods
+  verbs:
+  - get
+  - list
+  - watch
+  - delete
+- apiGroups:
+  - ''
+  resources:
+  - pods/eviction
+  verbs:
+  - create
+- apiGroups:
+  - ''
+  resources:
   - nodes
-  - pods
+  verbs:
+  - get
+  - list
+  - watch
+  - patch
+  - update
+- apiGroups:
+  - ''
+  resources:
   - secrets
   verbs:
   - get
   - list
   - watch
 - apiGroups:
@@ -71,7 +102,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,27 @@

           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.75
         imagePullPolicy: IfNotPresent
         command:
         - /manager
         args:
+        - --log-level=debug
         - --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 +81,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
+

@mortyops
Copy link
Contributor Author

mortyops 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.75
   url: oci://ghcr.io/home-operations/charts/tuppr
 

@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 494af5c to 2339244 Compare February 13, 2026 15:22
@mortyops mortyops 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
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 2339244 to a3a96d4 Compare February 13, 2026 16:21
@mortyops mortyops 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
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from a3a96d4 to 3cae6ac Compare February 13, 2026 17:22
@mortyops mortyops 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
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 3cae6ac to 9f3266e Compare February 14, 2026 12:15
@mortyops mortyops 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
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 9f3266e to a6ce118 Compare February 14, 2026 13:23
@mortyops mortyops 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.59 ) Feb 14, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from a6ce118 to 67f26a7 Compare February 14, 2026 14:12
@mortyops mortyops 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.60 ) Feb 14, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 67f26a7 to e2dd363 Compare February 14, 2026 15:10
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.60 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.61 ) Feb 14, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from e2dd363 to 51ef10c Compare February 14, 2026 17:12
@mortyops mortyops 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.63 ) Feb 14, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 51ef10c to 82e29ac Compare February 14, 2026 23:11
@mortyops mortyops 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
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 82e29ac to 6da5bd2 Compare February 15, 2026 15:10
@mortyops mortyops 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
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 6da5bd2 to d6ab30d Compare February 16, 2026 13:35
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.65 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.66 ) Feb 16, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from d6ab30d to 5aa1861 Compare February 16, 2026 15:21
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.66 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.68 ) Feb 16, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 5aa1861 to 7deb5f1 Compare February 16, 2026 16:21
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.68 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.69 ) Feb 16, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 7deb5f1 to b167368 Compare February 16, 2026 17:20
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.69 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.70 ) Feb 16, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from b167368 to 1bf461d Compare February 16, 2026 22:11
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.70 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.71 ) Feb 16, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 1bf461d to 0df1a83 Compare February 17, 2026 00:43
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.71 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.72 ) Feb 17, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 0df1a83 to c12c272 Compare February 21, 2026 17:11
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.72 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.73 ) Feb 21, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from c12c272 to 93b0416 Compare February 27, 2026 13:31
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.73 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.74 ) Feb 27, 2026
….0.52 ➔ 0.0.75 )

| datasource | package                              | from   | to     |
| ---------- | ------------------------------------ | ------ | ------ |
| docker     | ghcr.io/home-operations/charts/tuppr | 0.0.52 | 0.0.75 |
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 93b0416 to e699068 Compare February 27, 2026 21:12
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.74 ) fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.75 ) Feb 27, 2026
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.

0 participants