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
Open
fix(container): update image ghcr.io/home-operations/charts/tuppr ( 0.0.52 ➔ 0.0.75 )#557mortyops[bot] wants to merge 1 commit intomainfrom
mortyops[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- 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
+ |
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.75
url: oci://ghcr.io/home-operations/charts/tuppr
|
494af5c to
2339244
Compare
2339244 to
a3a96d4
Compare
a3a96d4 to
3cae6ac
Compare
3cae6ac to
9f3266e
Compare
9f3266e to
a6ce118
Compare
a6ce118 to
67f26a7
Compare
67f26a7 to
e2dd363
Compare
e2dd363 to
51ef10c
Compare
51ef10c to
82e29ac
Compare
82e29ac to
6da5bd2
Compare
6da5bd2 to
d6ab30d
Compare
d6ab30d to
5aa1861
Compare
5aa1861 to
7deb5f1
Compare
7deb5f1 to
b167368
Compare
b167368 to
1bf461d
Compare
1bf461d to
0df1a83
Compare
0df1a83 to
c12c272
Compare
c12c272 to
93b0416
Compare
….0.52 ➔ 0.0.75 ) | datasource | package | from | to | | ---------- | ------------------------------------ | ------ | ------ | | docker | ghcr.io/home-operations/charts/tuppr | 0.0.52 | 0.0.75 |
93b0416 to
e699068
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.75Release Notes
home-operations/tuppr (ghcr.io/home-operations/charts/tuppr)
v0.0.75Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.74...0.0.75
v0.0.74Compare Source
What's Changed
New Contributors
Full Changelog: home-operations/tuppr@0.0.73...0.0.74
v0.0.73Compare Source
What's Changed
New Contributors
Full Changelog: home-operations/tuppr@0.0.72...0.0.73
v0.0.72Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.71...0.0.72
v0.0.71Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.70...0.0.71
v0.0.70Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.69...0.0.70
v0.0.69Compare Source
What's Changed
New Contributors
Full Changelog: home-operations/tuppr@0.0.68...0.0.69
v0.0.68Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.67...0.0.68
v0.0.67Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.66...0.0.67
v0.0.66Compare Source
What's Changed
Full Changelog: home-operations/tuppr@0.0.65...0.0.66
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.