diff --git a/README.md b/README.md index 1abe4e8f..2c4bf11d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ with the following features: 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:v1.3.3 +up ctp provider install xpkg.upbound.io/linode/provider-ceph:v1.3.4 ``` Alternatively, you can use declarative installation: @@ -27,7 +27,7 @@ kind: Provider metadata: name: linode-provider-ceph spec: - package: xpkg.upbound.io/linode/provider-ceph:v1.3.3 + package: xpkg.upbound.io/linode/provider-ceph:v1.3.4 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 d37443cf..6ed62c91 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -14,4 +14,4 @@ spec: capabilities: - safe-start controller: - image: xpkg.upbound.io/linode/provider-ceph:v1.3.3 + image: xpkg.upbound.io/linode/provider-ceph:v1.3.4