diff --git a/README.md b/README.md index c945cef..f5986d5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ YandexCloud API. Install the provider by using the following command after changing the image tag to the [latest release](https://marketplace.upbound.io/providers/tages/provider-upjet-yc): ``` -up ctp provider install xpkg.upbound.io/tages/provider-upjet-yc:v0.1.4 +up ctp provider install xpkg.upbound.io/tages/provider-upjet-yc:v0.2.0 ``` Alternatively, you can use declarative installation: @@ -21,7 +21,7 @@ kind: Provider metadata: name: provider-upjet-yc spec: - package: xpkg.upbound.io/tages/provider-upjet-yc:v0.1.4 + package: xpkg.upbound.io/tages/provider-upjet-yc:v0.2.0 EOF ```