Skip to content

Commit 7532231

Browse files
committed
Fix tag
1 parent 45f8d90 commit 7532231

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/k8up/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- backup
77
- operator
88
- restic
9-
version: 4.8.1
9+
version: 4.8.2
1010
sources:
1111
- https://github.com/k8up-io/k8up
1212
maintainers:

charts/k8up/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# k8up
22

3-
![Version: 4.8.1](https://img.shields.io/badge/Version-4.8.1-informational?style=flat-square)
3+
![Version: 4.8.2](https://img.shields.io/badge/Version-4.8.2-informational?style=flat-square)
44

55
Kubernetes and OpenShift Backup Operator based on restic
66

@@ -13,7 +13,7 @@ helm repo add k8up-io https://k8up-io.github.io/k8up
1313
helm install k8up k8up-io/k8up
1414
```
1515
```bash
16-
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.1/k8up-crd.yaml --server-side
16+
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.2/k8up-crd.yaml --server-side
1717
```
1818

1919
<!---

0 commit comments

Comments
 (0)