From 45904b1d9586d21eba74e4f896a0c10f41d75dcd Mon Sep 17 00:00:00 2001 From: Sergey Scheglov Date: Fri, 23 Feb 2024 05:16:37 +0500 Subject: [PATCH] docs: Update package version to v0.2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```