Conversation
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
@@ -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
|
Contributor
Author
--- 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
+ |
e869151 to
b34b5e4
Compare
b34b5e4 to
e7fc826
Compare
e7fc826 to
6259e6f
Compare
6259e6f to
6a0f517
Compare
6a0f517 to
b4583df
Compare
b4583df to
823d332
Compare
823d332 to
5f2f913
Compare
5f2f913 to
19cc463
Compare
19cc463 to
c0bcfb6
Compare
c0bcfb6 to
606be4a
Compare
606be4a to
b815bec
Compare
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.0.52→0.0.65Release Notes
home-operations/tuppr (ghcr.io/home-operations/charts/tuppr)
v0.0.65Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.64...0.0.65
v0.0.64Compare Source
What's Changed
New Contributors
Full Changelog: home-operations/tuppr@0.0.63...0.0.64
v0.0.63Compare Source
What's Changed
New Contributors
Full Changelog: home-operations/tuppr@0.0.62...0.0.63
v0.0.62Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.61...0.0.62
v0.0.61Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.60...0.0.61
v0.0.60Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.59...0.0.60
v0.0.59Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.58...0.0.59
v0.0.58Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.57...0.0.58
v0.0.57Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.56...0.0.57
v0.0.56Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.55...0.0.56
v0.0.55Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.54...0.0.55
v0.0.54Compare Source
What's Changed
New Contributors
Full Changelog: home-operations/tuppr@0.0.53...0.0.54
v0.0.53Compare Source
What's Changed
914a6e7→b8788ab) by @sticky-gecko[bot] in #83New 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.
This PR has been generated by Renovate Bot.