You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/velero/README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Kubernetes v1.16+, because this helm chart uses CustomResourceDefinition `apiext
16
16
17
17
### Velero version
18
18
19
-
This helm chart installs Velero version v1.13https://velero.io/docs/v1.13/. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions.
19
+
This helm chart installs Velero version v1.14https://velero.io/docs/v1.14/. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions.
Delete the CSI plugin. Because the Velero CSI plugin is already merged into the Velero, need to remove the existing CSI plugin InitContainer. Otherwise, the Velero server plugin would fail to start due to same plugin registered twice.
99
+
CSI plugin has been merged into velero repo in v1.14 release. It will be installed by default as an internal plugin.
100
+
96
101
### Upgrading to 6.0.0
97
102
98
103
This version removes the `nodeAgent.privileged` field, you should use `nodeAgent.containerSecurityContext.privileged` instead
99
104
100
105
## Upgrading Velero
101
106
107
+
### Upgrading to v1.14
108
+
109
+
The [instructions found here](https://velero.io/docs/v1.14/upgrade-to-1.14/) will assist you in upgrading from version v1.13.x to v1.14.
110
+
102
111
### Upgrading to v1.13
103
112
104
113
The [instructions found here](https://velero.io/docs/v1.13/upgrade-to-1.13/) will assist you in upgrading from version v1.12.x to v1.13.
Copy file name to clipboardexpand all lines: charts/velero/crds/backuprepositories.yaml
+21-13
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ metadata:
5
5
labels:
6
6
component: velero
7
7
annotations:
8
-
controller-gen.kubebuilder.io/version: v0.12.0
8
+
controller-gen.kubebuilder.io/version: v0.14.0
9
9
name: backuprepositories.velero.io
10
10
spec:
11
11
group: velero.io
@@ -28,22 +28,28 @@ spec:
28
28
openAPIV3Schema:
29
29
properties:
30
30
apiVersion:
31
-
description: 'APIVersion defines the versioned schema of this representation
32
-
of an object. Servers should convert recognized schemas to the latest
33
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
31
+
description: |-
32
+
APIVersion defines the versioned schema of this representation of an object.
33
+
Servers should convert recognized schemas to the latest internal value, and
34
+
may reject unrecognized values.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
34
36
type: string
35
37
kind:
36
-
description: 'Kind is a string value representing the REST resource this
37
-
object represents. Servers may infer this from the endpoint the client
38
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
38
+
description: |-
39
+
Kind is a string value representing the REST resource this object represents.
40
+
Servers may infer this from the endpoint the client submits requests to.
41
+
Cannot be updated.
42
+
In CamelCase.
43
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
39
44
type: string
40
45
metadata:
41
46
type: object
42
47
spec:
43
48
description: BackupRepositorySpec is the specification for a BackupRepository.
44
49
properties:
45
50
backupStorageLocation:
46
-
description: BackupStorageLocation is the name of the BackupStorageLocation
51
+
description: |-
52
+
BackupStorageLocation is the name of the BackupStorageLocation
47
53
that should contain this repository.
48
54
type: string
49
55
maintenanceFrequency:
@@ -58,12 +64,14 @@ spec:
58
64
- ""
59
65
type: string
60
66
resticIdentifier:
61
-
description: ResticIdentifier is the full restic-compatible string
62
-
for identifying this repository.
67
+
description: |-
68
+
ResticIdentifier is the full restic-compatible string for identifying
69
+
this repository.
63
70
type: string
64
71
volumeNamespace:
65
-
description: VolumeNamespace is the namespace this backup repository
66
-
contains pod volume backups for.
72
+
description: |-
73
+
VolumeNamespace is the namespace this backup repository contains
0 commit comments