From 9d1606bcb526866617f4cf00f61f7d057ecf03dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:33:01 +0000 Subject: [PATCH] Bump version: v0.0.31 (#130) Co-authored-by: GitHub Actions <> --- README.md | 4 ++-- package/crossplane.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c2065ec..a3e9578d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ guide may also be of use. Install the provider by using the Upbound CLI after changing the image tag to the latest release: ``` -up ctp provider install xpkg.upbound.io/linode/provider-ceph:v0.0.30 +up ctp provider install xpkg.upbound.io/linode/provider-ceph:v0.0.31 ``` Alternatively, you can use declarative installation: @@ -47,7 +47,7 @@ kind: Provider metadata: name: linode-provider-ceph spec: - package: xpkg.upbound.io/linode/provider-ceph:v0.0.30 + package: xpkg.upbound.io/linode/provider-ceph:v0.0.31 EOF ``` See [WEBHOOKS.md](docs/WEBHOOKS.md) for instructions on how to enable webhooks. diff --git a/package/crossplane.yaml b/package/crossplane.yaml index 03b2508b..08e89e02 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -12,4 +12,4 @@ metadata: friendly-name.meta.crossplane.io: Provider Ceph spec: controller: - image: xpkg.upbound.io/linode/provider-ceph:v0.0.30 + image: xpkg.upbound.io/linode/provider-ceph:v0.0.31