feat(container): update image tuppr (0.1.40 → 0.4.7) - #1876
Open
ixxel-bot[bot] wants to merge 1 commit into
Open
feat(container): update image tuppr (0.1.40 → 0.4.7)#1876ixxel-bot[bot] wants to merge 1 commit into
ixxel-bot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
--- main/tuppr_gitops_manifests_system-upgrade_genmachine_manifest_main.yaml 2026-08-10 19:25:59.262225939 +0000
+++ pr/tuppr_gitops_manifests_system-upgrade_genmachine_manifest_pr.yaml 2026-08-10 19:25:58.339221351 +0000
@@ -1,64 +1,64 @@
---
# Source: tuppr/charts/tuppr/templates/serviceaccount.tpl
apiVersion: v1
kind: ServiceAccount
metadata:
name: tuppr
namespace: default
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
---
# Source: tuppr/charts/tuppr/templates/serviceaccount.tpl
apiVersion: talos.dev/v1alpha1
kind: ServiceAccount
metadata:
name: tuppr-talosconfig
namespace: default
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
spec:
roles:
- os:admin
---
# Source: tuppr/charts/tuppr/templates/secret.tpl
apiVersion: v1
kind: Secret
metadata:
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
name: tuppr-webhook-server-cert
namespace: 'default'
---
# Source: tuppr/charts/tuppr/templates/rbac.tpl
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: tuppr-manager-role
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
rules:
# Health check permissions - read-only access to all resources
- apiGroups:
- "*"
resources:
- "*"
verbs:
- get
- list
@@ -175,45 +175,45 @@
- watch
- patch
- update
---
# Source: tuppr/charts/tuppr/templates/rbac.tpl
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: tuppr-manager-rolebinding
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: tuppr-manager-role
subjects:
- kind: ServiceAccount
name: tuppr
namespace: default
---
# Source: tuppr/charts/tuppr/templates/rbac.tpl
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: tuppr-leader-election-role
namespace: default
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
@@ -241,134 +241,135 @@
- create
- patch
---
# Source: tuppr/charts/tuppr/templates/rbac.tpl
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: tuppr-leader-election-rolebinding
namespace: default
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: tuppr-leader-election-role
subjects:
- kind: ServiceAccount
name: tuppr
namespace: default
---
# Source: tuppr/charts/tuppr/templates/service.tpl
apiVersion: v1
kind: Service
metadata:
name: tuppr-metrics-service
namespace: default
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
- - port: 8080
+ - port: 8081
targetPort: metrics
protocol: TCP
name: metrics
selector:
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
---
# Source: tuppr/charts/tuppr/templates/webhook.tpl
apiVersion: v1
kind: Service
metadata:
name: tuppr-webhook-service
namespace: default
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
spec:
ports:
- port: 443
protocol: TCP
targetPort: 9443
name: webhook
selector:
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
---
# Source: tuppr/charts/tuppr/templates/deployment.tpl
apiVersion: apps/v1
kind: Deployment
metadata:
name: tuppr
namespace: default
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
template:
metadata:
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
spec:
enableServiceLinks: false
serviceAccountName: tuppr
priorityClassName: system-node-critical
securityContext:
fsGroup: 65532
+ runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
+ seccompProfile:
+ type: RuntimeDefault
containers:
- name: manager
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 65532
- image: ghcr.io/home-operations/tuppr:0.1.40
+ image: ghcr.io/home-operations/tuppr@sha256:0a139361a41eebeb22abe648b1447e9997acb78752304b5f6c124027cedb5304
imagePullPolicy: IfNotPresent
command:
- /manager
args:
- --log-level=info
- --leader-elect=true
- - --metrics-bind-address=:8080
- - --health-probe-bind-address=:8081
+ - --metrics-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
- name: CONTROLLER_NODE_NAME
@@ -376,36 +377,35 @@
fieldRef:
fieldPath: spec.nodeName
- name: CONTROLLER_POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
ports:
- name: webhook-server
containerPort: 9443
protocol: TCP
+ # Serves /metrics plus the /healthz and /readyz probes (single
+ # operational port; see cmd/main.go).
- name: metrics
- containerPort: 8080
- protocol: TCP
- - name: health
containerPort: 8081
protocol: TCP
livenessProbe:
httpGet:
path: /healthz
- port: 8081
+ port: metrics
initialDelaySeconds: 15
periodSeconds: 20
readinessProbe:
httpGet:
path: /readyz
- port: 8081
+ port: metrics
initialDelaySeconds: 5
periodSeconds: 10
resources:
{}
volumeMounts:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
- name: talosconfig
mountPath: /var/run/secrets/talos.dev
readOnly: true
@@ -472,24 +472,24 @@
kind: Node
expr: "status.conditions.exists(c, c.type == 'Ready' && c.status == 'True')"
timeout: 10m
---
# Source: tuppr/charts/tuppr/templates/webhook.tpl
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
name: tuppr-validating-webhook
labels:
- helm.sh/chart: tuppr-0.1.40
+ helm.sh/chart: tuppr-0.4.7
app.kubernetes.io/name: tuppr
app.kubernetes.io/instance: tuppr
- app.kubernetes.io/version: "0.1.40"
+ app.kubernetes.io/version: "0.4.7"
app.kubernetes.io/managed-by: Helm
webhooks:
- name: vkubernetesupgrade.kb.io
admissionReviewVersions:
- v1
clientConfig:
service:
name: tuppr-webhook-service
namespace: default
path: /validate-tuppr-home-operations-com-v1alpha1-kubernetesupgrade
|
ixxel-bot
Bot
force-pushed
the
renovate/cluster/system-upgrade-genmachine
branch
5 times, most recently
from
June 5, 2026 10:18
824b395 to
c4a0afd
Compare
ixxel-bot
Bot
force-pushed
the
renovate/cluster/system-upgrade-genmachine
branch
5 times, most recently
from
June 7, 2026 15:33
fcf590d to
b41be21
Compare
ixxel-bot
Bot
force-pushed
the
renovate/cluster/system-upgrade-genmachine
branch
2 times, most recently
from
June 7, 2026 18:33
0231dce to
b91da57
Compare
ixxel-bot
Bot
force-pushed
the
renovate/cluster/system-upgrade-genmachine
branch
8 times, most recently
from
June 9, 2026 14:48
745e3bb to
f80ce20
Compare
ixxel-bot
Bot
force-pushed
the
renovate/cluster/system-upgrade-genmachine
branch
8 times, most recently
from
June 12, 2026 14:03
128f667 to
32b4687
Compare
ixxel-bot
Bot
force-pushed
the
renovate/cluster/system-upgrade-genmachine
branch
3 times, most recently
from
June 13, 2026 15:33
14bd9cc to
c6bcfcf
Compare
ixxel-bot
Bot
force-pushed
the
renovate/cluster/system-upgrade-genmachine
branch
7 times, most recently
from
June 17, 2026 19:18
342cfaf to
a1ae3d7
Compare
ixxel-bot
Bot
force-pushed
the
renovate/cluster/system-upgrade-genmachine
branch
8 times, most recently
from
June 19, 2026 19:18
707847b to
8ec84c0
Compare
| datasource | package | from | to | | ---------- | ------------------------------------ | ------ | ----- | | docker | ghcr.io/home-operations/charts/tuppr | 0.1.40 | 0.4.7 | Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.40→0.4.7Release Notes
home-operations/tuppr (tuppr)
v0.4.7Compare Source
Features
Bug Fixes
Documentation
Continuous Integration
Miscellaneous Chores
v0.4.6Compare Source
Bug Fixes
Miscellaneous Chores
v0.4.5Compare Source
Features
Miscellaneous Chores
v0.4.4Compare Source
Features
Bug Fixes
Continuous Integration
Miscellaneous Chores
v0.4.3Compare Source
Features
Bug Fixes
Continuous Integration
Miscellaneous Chores
v0.4.1Compare Source
Features
Bug Fixes
Miscellaneous Chores
v0.4.0Compare Source
⚠ BREAKING CHANGES
Features
Documentation
Miscellaneous Chores
v0.3.3Compare Source
Features
Bug Fixes
Styles
Miscellaneous Chores
v0.3.2Compare Source
Bug Fixes
v0.3.1Compare Source
Bug Fixes
be93311→cf1189d) (#371) (15667e7)Miscellaneous Chores
v0.3.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v0.2.9Compare Source
Bug Fixes
Miscellaneous Chores
v0.2.8Compare Source
Features
Bug Fixes
ff6756f→be93311) (#344) (fd927e5)Miscellaneous Chores
v0.2.7Compare Source
Bug Fixes
v0.2.6Compare Source
Bug Fixes
v0.2.5Compare Source
Features
Miscellaneous Chores
v0.2.4Compare Source
Features
Bug Fixes
v0.2.3Compare Source
Features
Bug Fixes
v0.2.2Compare Source
Features
Miscellaneous Chores
v0.2.1Compare Source
Features
Bug Fixes
v0.2.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Miscellaneous Chores
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.