Skip to content

Commit 624d8f1

Browse files
authored
Merge pull request #1034 from k8up-io/bump_k8up_chart
Bump k8up version
2 parents be9529f + af39c60 commit 624d8f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/k8up/Chart.yaml

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

charts/k8up/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# k8up
22

3-
![Version: 4.8.2](https://img.shields.io/badge/Version-4.8.2-informational?style=flat-square)
3+
![Version: 4.8.3](https://img.shields.io/badge/Version-4.8.3-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.2/k8up-crd.yaml --server-side
16+
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.3/k8up-crd.yaml --server-side
1717
```
1818

1919
<!---
@@ -48,7 +48,7 @@ Document your changes in values.yaml and let `make docs:helm` generate this sect
4848
| image.pullPolicy | string | `"IfNotPresent"` | Operator image pull policy |
4949
| image.registry | string | `"ghcr.io"` | Operator image registry |
5050
| image.repository | string | `"k8up-io/k8up"` | Operator image repository |
51-
| image.tag | string | `"v2.11.2"` | Operator image tag (version) |
51+
| image.tag | string | `"v2.11.3"` | Operator image tag (version) |
5252
| imagePullSecrets | list | `[]` | |
5353
| k8up.backupImage.repository | string | `""` | The backup runner image repository. Defaults to `{image.registry}/{image.repository}`. Specify an image repository including registry, e.g. `example.com/repo/image` |
5454
| k8up.backupImage.tag | string | `""` | The backup runner image tag Defaults to `{image.tag}` |

charts/k8up/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
# -- Operator image repository
1111
repository: k8up-io/k8up
1212
# -- Operator image tag (version)
13-
tag: v2.11.2
13+
tag: v2.11.3
1414

1515
imagePullSecrets: []
1616
serviceAccount:

0 commit comments

Comments
 (0)