Skip to content

Commit

Permalink
Update Helm release k8up to v4.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
  • Loading branch information
vshn-renovate committed May 15, 2024
1 parent 381ca9c commit b984bad
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parameters:
charts:
k8up:
source: https://k8up-io.github.io/k8up
version: 4.4.3
version: 4.7.0

images:
k8up:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: cleanup-service-account
---
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -23,7 +23,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: k8up-cleanup-roles
namespace: syn-backup-k8up
rules:
Expand Down Expand Up @@ -53,7 +53,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: cleanup-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -75,7 +75,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: k8up-cleanup
spec:
template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: k8up
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: k8up
spec:
replicas: 1
Expand All @@ -29,6 +29,8 @@ spec:
value: Etc/UTC
- name: BACKUP_ENABLE_LEADER_ELECTION
value: 'true'
- name: BACKUP_SKIP_WITHOUT_ANNOTATION
value: 'false'
- name: BACKUP_OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: k8up-executor
rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: k8up-manager
rules:
- apiGroups:
Expand Down Expand Up @@ -163,6 +163,14 @@ rules:
- effectiveschedules/finalizers
verbs:
- update
- apiGroups:
- k8up.io
resources:
- podconfigs
verbs:
- get
- list
- watch
- apiGroups:
- k8up.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: k8up-metrics
spec:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.4.3
helm.sh/chart: k8up-4.7.0
name: k8up

0 comments on commit b984bad

Please sign in to comment.