Skip to content

Commit c46592b

Browse files
authored
Merge pull request #1081 from k8up-io/chart/bump-2.13.0
Bump version in chart
2 parents 4c6934d + c61474a commit c46592b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.4
9+
version: 4.8.5
1010
sources:
1111
- https://github.com/k8up-io/k8up
1212
maintainers:

charts/k8up/README.md

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

3-
![Version: 4.8.4](https://img.shields.io/badge/Version-4.8.4-informational?style=flat-square)
3+
![Version: 4.8.5](https://img.shields.io/badge/Version-4.8.5-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.4/k8up-crd.yaml --server-side
16+
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.5/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.12.0"` | Operator image tag (version) |
51+
| image.tag | string | `"v2.13.0"` | 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

Lines changed: 1 addition & 1 deletion
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.12.0
13+
tag: v2.13.0
1414

1515
imagePullSecrets: []
1616
serviceAccount:

0 commit comments

Comments
 (0)