Skip to content

Commit

Permalink
Update README to point to a new release v0.5.2 (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Vasko <[email protected]>
  • Loading branch information
Lirt authored May 9, 2023
1 parent 79160f3 commit 748363a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,15 @@ Initialize velero plugin:
# Initialize velero from scratch:
velero install \
--provider "community.openstack.org/openstack" \
--plugins lirt/velero-plugin-for-openstack:v0.5.1 \
--plugins lirt/velero-plugin-for-openstack:v0.5.2 \
--bucket <SWIFT_CONTAINER_NAME> \
--no-secret

# Or add plugin to existing velero:
velero plugin add lirt/velero-plugin-for-openstack:v0.5.1
velero plugin add lirt/velero-plugin-for-openstack:v0.5.2
```

Note: If you want to use plugin built for `arm` or `arm64` architecture, you can use tag such as this `lirt/velero-plugin-for-openstack:v0.5.1-arm64`.
Note: If you want to use plugin built for `arm` or `arm64` architecture, you can use tag such as this `lirt/velero-plugin-for-openstack:v0.5.2-arm64`.

Change configuration of `backupstoragelocations.velero.io`:

Expand Down Expand Up @@ -280,7 +280,7 @@ configuration:
provider: community.openstack.org/openstack
initContainers:
- name: velero-plugin-openstack
image: lirt/velero-plugin-for-openstack:v0.5.1
image: lirt/velero-plugin-for-openstack:v0.5.2
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down Expand Up @@ -341,9 +341,9 @@ go build
docker buildx build \
--file docker/Dockerfile \
--platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \
--tag lirt/velero-plugin-for-openstack:v0.5.1 \
--build-arg VERSION=v0.5.1 \
--build-arg GIT_SHA=f127eadab201f89de34d1e0ac212716752d60f4a \
--tag lirt/velero-plugin-for-openstack:v0.5.2 \
--build-arg VERSION=v0.5.2 \
--build-arg GIT_SHA=somesha \
--no-cache \
--push \
.
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* [`latest` (Dockerfile)](https://github.com/Lirt/velero-plugin-for-openstack/blob/master/docker/Dockerfile)
* [`v0.4.1` (Dockerfile)](https://github.com/Lirt/velero-plugin-for-openstack/blob/v0.4.1/docker/Dockerfile)
* [`v0.5.1` (Dockerfile)](https://github.com/Lirt/velero-plugin-for-openstack/blob/v0.5.1/docker/Dockerfile)
* [`v0.5.2` (Dockerfile)](https://github.com/Lirt/velero-plugin-for-openstack/blob/v0.5.2/docker/Dockerfile)

# Velero plugin for OpenStack

Expand Down

0 comments on commit 748363a

Please sign in to comment.