Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release k8up to v4.7.0 #136

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading