Skip to content
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 @@ -6,7 +6,7 @@ parameters:
charts:
k8up:
source: https://k8up-io.github.io/k8up
version: 4.8.7
version: 4.9.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.8.7
helm.sh/chart: k8up-4.9.0
name: cleanup-service-account
namespace: syn-backup-k8up
---
Expand All @@ -24,7 +24,7 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.8.7
helm.sh/chart: k8up-4.9.0
name: k8up-cleanup-roles
rules:
- apiGroups:
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.8.7
helm.sh/chart: k8up-4.9.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.8.7
helm.sh/chart: k8up-4.9.0
name: k8up-cleanup
namespace: syn-backup-k8up
spec:
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.8.7
helm.sh/chart: k8up-4.9.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.8.7
helm.sh/chart: k8up-4.9.0
name: k8up
namespace: syn-backup-k8up
spec:
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.8.7
helm.sh/chart: k8up-4.9.0
name: k8up-executor
rules:
- apiGroups:
Expand All @@ -21,6 +21,7 @@ rules:
- pods/exec
verbs:
- create
- get
- 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.8.7
helm.sh/chart: k8up-4.9.0
name: k8up-manager
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.8.7
helm.sh/chart: k8up-4.9.0
name: k8up-metrics
namespace: syn-backup-k8up
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
app.kubernetes.io/instance: k8up
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: k8up
helm.sh/chart: k8up-4.8.7
helm.sh/chart: k8up-4.9.0
name: k8up
namespace: syn-backup-k8up
Loading