Skip to content

Commit 2a90b53

Browse files
authored
Merge pull request #1148 from k8up-io/bump_chart
Bump Chart version
2 parents fe565d5 + bca57c7 commit 2a90b53

6 files changed

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

1919
<!---
@@ -49,7 +49,7 @@ Document your changes in values.yaml and let `make docs:helm` generate this sect
4949
| image.pullPolicy | string | `"IfNotPresent"` | Operator image pull policy |
5050
| image.registry | string | `"ghcr.io"` | Operator image registry |
5151
| image.repository | string | `"k8up-io/k8up"` | Operator image repository |
52-
| image.tag | string | `"v2.13.1"` | Operator image tag (version) |
52+
| image.tag | string | `"v2.14.0"` | Operator image tag (version) |
5353
| imagePullSecrets | list | `[]` | |
5454
| 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` |
5555
| k8up.backupImage.tag | string | `""` | The backup runner image tag Defaults to `{image.tag}` |

charts/k8up/crds/k8up.io_archives.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,11 @@ spec:
490490
type: object
491491
type: array
492492
type: object
493+
delete:
494+
description: |-
495+
Delete ensures the state after restoring a snapshot is identical to the snapshot
496+
Deletes files from target if they do not exist in snapshot
497+
type: boolean
493498
failedJobsHistoryLimit:
494499
description: |-
495500
FailedJobsHistoryLimit amount of failed jobs to keep for later analysis.
@@ -501,6 +506,12 @@ spec:
501506
502507
Deprecated: Use FailedJobsHistoryLimit and SuccessfulJobsHistoryLimit respectively.
503508
type: integer
509+
paths:
510+
description: Paths is a list of paths that are contained with in a
511+
snapshot and can be filtered by
512+
items:
513+
type: string
514+
type: array
504515
podConfigRef:
505516
description: |-
506517
PodConfigRef describes the pod spec with wich this action shall be executed.
@@ -962,6 +973,11 @@ spec:
962973
type: object
963974
type: array
964975
type: object
976+
restoreTimeFilter:
977+
description: Simple filter to define a timestamp (prefix, YYYY-MM-DD
978+
hh:mm:ss) for snapshot selection instead of latest (or latest if
979+
nothing matches)
980+
type: string
965981
snapshot:
966982
type: string
967983
successfulJobsHistoryLimit:

charts/k8up/crds/k8up.io_restores.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,11 @@ spec:
492492
type: object
493493
type: array
494494
type: object
495+
delete:
496+
description: |-
497+
Delete ensures the state after restoring a snapshot is identical to the snapshot
498+
Deletes files from target if they do not exist in snapshot
499+
type: boolean
495500
failedJobsHistoryLimit:
496501
description: |-
497502
FailedJobsHistoryLimit amount of failed jobs to keep for later analysis.
@@ -503,6 +508,12 @@ spec:
503508
504509
Deprecated: Use FailedJobsHistoryLimit and SuccessfulJobsHistoryLimit respectively.
505510
type: integer
511+
paths:
512+
description: Paths is a list of paths that are contained with in a
513+
snapshot and can be filtered by
514+
items:
515+
type: string
516+
type: array
506517
podConfigRef:
507518
description: |-
508519
PodConfigRef describes the pod spec with wich this action shall be executed.
@@ -964,6 +975,11 @@ spec:
964975
type: object
965976
type: array
966977
type: object
978+
restoreTimeFilter:
979+
description: Simple filter to define a timestamp (prefix, YYYY-MM-DD
980+
hh:mm:ss) for snapshot selection instead of latest (or latest if
981+
nothing matches)
982+
type: string
967983
snapshot:
968984
type: string
969985
successfulJobsHistoryLimit:

charts/k8up/crds/k8up.io_schedules.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,11 @@ spec:
485485
type: object
486486
concurrentRunsAllowed:
487487
type: boolean
488+
delete:
489+
description: |-
490+
Delete ensures the state after restoring a snapshot is identical to the snapshot
491+
Deletes files from target if they do not exist in snapshot
492+
type: boolean
488493
failedJobsHistoryLimit:
489494
description: |-
490495
FailedJobsHistoryLimit amount of failed jobs to keep for later analysis.
@@ -496,6 +501,12 @@ spec:
496501
497502
Deprecated: Use FailedJobsHistoryLimit and SuccessfulJobsHistoryLimit respectively.
498503
type: integer
504+
paths:
505+
description: Paths is a list of paths that are contained with
506+
in a snapshot and can be filtered by
507+
items:
508+
type: string
509+
type: array
499510
podConfigRef:
500511
description: |-
501512
PodConfigRef describes the pod spec with wich this action shall be executed.
@@ -957,6 +968,11 @@ spec:
957968
type: object
958969
type: array
959970
type: object
971+
restoreTimeFilter:
972+
description: Simple filter to define a timestamp (prefix, YYYY-MM-DD
973+
hh:mm:ss) for snapshot selection instead of latest (or latest
974+
if nothing matches)
975+
type: string
960976
schedule:
961977
description: ScheduleDefinition is the actual cron-type expression
962978
that defines the interval of the actions.
@@ -5297,6 +5313,11 @@ spec:
52975313
type: object
52985314
concurrentRunsAllowed:
52995315
type: boolean
5316+
delete:
5317+
description: |-
5318+
Delete ensures the state after restoring a snapshot is identical to the snapshot
5319+
Deletes files from target if they do not exist in snapshot
5320+
type: boolean
53005321
failedJobsHistoryLimit:
53015322
description: |-
53025323
FailedJobsHistoryLimit amount of failed jobs to keep for later analysis.
@@ -5308,6 +5329,12 @@ spec:
53085329
53095330
Deprecated: Use FailedJobsHistoryLimit and SuccessfulJobsHistoryLimit respectively.
53105331
type: integer
5332+
paths:
5333+
description: Paths is a list of paths that are contained with
5334+
in a snapshot and can be filtered by
5335+
items:
5336+
type: string
5337+
type: array
53115338
podConfigRef:
53125339
description: |-
53135340
PodConfigRef describes the pod spec with wich this action shall be executed.
@@ -5769,6 +5796,11 @@ spec:
57695796
type: object
57705797
type: array
57715798
type: object
5799+
restoreTimeFilter:
5800+
description: Simple filter to define a timestamp (prefix, YYYY-MM-DD
5801+
hh:mm:ss) for snapshot selection instead of latest (or latest
5802+
if nothing matches)
5803+
type: string
57725804
schedule:
57735805
description: ScheduleDefinition is the actual cron-type expression
57745806
that defines the interval of the actions.

charts/k8up/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image:
1313
# -- Operator image repository
1414
repository: k8up-io/k8up
1515
# -- Operator image tag (version)
16-
tag: v2.13.1
16+
tag: v2.14.0
1717

1818
imagePullSecrets: []
1919
serviceAccount:

0 commit comments

Comments
 (0)