Skip to content

Commit

Permalink
snapshot: upstream release 5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz WanzenBug Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Dec 30, 2021
1 parent d881003 commit 5026f0e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/snapshot-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: snapshot-controller
version: 1.2.1
appVersion: "v4.2.1"
version: 1.3.0
appVersion: "v5.0.0"
icon: https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/artwork/sandbox-artwork/icon/color.svg
maintainers:
- name: The Piraeus Maintainers
Expand Down
14 changes: 7 additions & 7 deletions charts/snapshot-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ helm upgrade snapshot-controller piraeus-charts/snapshot-controller
To enjoy all the latest features of the snapshot controller, you may want to upgrade your CRDs as well:

```
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v4.2.1/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v4.2.1/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v4.2.1/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v5.0.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v5.0.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v5.0.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
```

## Upgrade from older CRDs
Expand Down Expand Up @@ -66,15 +66,15 @@ The upgrade procedure can be summarized by the following steps:
5. Upgrade the CRDs

```
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v4.2.1/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v4.2.1/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v4.2.1/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v5.0.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v5.0.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v5.0.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
```

6. Upgrade the [snapshot controller](../snapshot-controller) to the latest version:

```
helm upgrade piraeus-charts/snapshot-controller --set image.tag=v4.2.1
helm upgrade piraeus-charts/snapshot-controller --set image.tag=v5.0.0
```

## Configuration
Expand Down
4 changes: 2 additions & 2 deletions charts/snapshot-validation-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: snapshot-validation-webhook
version: 1.2.1
appVersion: "v4.2.1"
version: 1.3.0
appVersion: "v5.0.0"
icon: https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/artwork/sandbox-artwork/icon/color.svg
maintainers:
- name: The Piraeus Maintainers
Expand Down
8 changes: 4 additions & 4 deletions charts/snapshot-validation-webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ The upgrade procedure can be summarized by the following steps:
5. Upgrade the CRDs

```
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v4.2.1/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v4.2.1/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v4.2.1/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v5.0.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v5.0.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
kubectl replace -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v5.0.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
```

6. Upgrade the [snapshot controller](../snapshot-controller) to the latest version:

```
helm upgrade piraeus-charts/snapshot-controller --set image.tag=v4.2.1
helm upgrade piraeus-charts/snapshot-controller --set image.tag=v5.0.0
```

## Configuration
Expand Down

0 comments on commit 5026f0e

Please sign in to comment.