From c140b1619cfeef5c92b285ed46aaefe64c690adc Mon Sep 17 00:00:00 2001 From: Sergey Scheglov Date: Thu, 18 Apr 2024 18:02:30 +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 2fd2e34..96a03af 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ OpenSearch 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-opensearch): ``` -up ctp provider install xpkg.upbound.io/tages/provider-opensearch:v0.1.0 +up ctp provider install xpkg.upbound.io/tages/provider-opensearch:v0.2.0 ``` Alternatively, you can use declarative installation: @@ -21,7 +21,7 @@ kind: Provider metadata: name: provider-opensearch spec: - package: xpkg.upbound.io/tages/provider-opensearch:v0.1.0 + package: xpkg.upbound.io/tages/provider-opensearch:v0.2.0 EOF ```