diff --git a/README.md b/README.md index b0cc434..f01dc2e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ HSDP API. Install the provider by using the following command after changing the image tag to the [latest release](https://marketplace.upbound.io/providers/philips-software/provider-hsdp): ``` -kubectl crossplane install provider xpkg.upbound.io/philips-software/provider-hsdp:v0.5.0 provider-hsdp +kubectl crossplane install provider xpkg.upbound.io/philips-software/provider-hsdp:v0.10.0 provider-hsdp ``` Alternatively, you can use declarative installation: @@ -21,7 +21,7 @@ kind: Provider metadata: name: provider-hsdp spec: - package: xpkg.upbound.io/philips-software/provider-hsdp:v0.5.0 + package: xpkg.upbound.io/philips-software/provider-hsdp:v0.10.0 EOF ```