From d3a02a1776ee93fd99273b31e721ebfa83698dea Mon Sep 17 00:00:00 2001 From: malakaganga Date: Fri, 24 Jun 2022 09:18:25 +0530 Subject: [PATCH] Release preparation --- README.md | 2 +- api-operator/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20a77dfa..335ee5b3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Deploy integrations using K8s API Operator, see [Deploying Integrations using th Use the following command to install API Operator ```sh ->> kubectl apply -f https://github.com/wso2/k8s-api-operator/releases/download/v2.0.2/api-operator-configs.yaml +>> kubectl apply -f https://github.com/wso2/k8s-api-operator/releases/download/v2.0.3/api-operator-configs.yaml ``` ## Documentation diff --git a/api-operator/README.md b/api-operator/README.md index 77dca78c..b142792b 100644 --- a/api-operator/README.md +++ b/api-operator/README.md @@ -51,14 +51,14 @@ 1. Build the api-operator image (Optional: Use mvn clean install) ```sh - >> operator-sdk build wso2/k8s-api-operator:2.0.2 + >> operator-sdk build wso2/k8s-api-operator:2.0.3 ``` 1. Replace the image name in deploy/controller-artifacts/operator.yaml#L36 1. Push it to a registry: ```sh - >> docker push wso2/k8s-api-operator:2.0.2 + >> docker push wso2/k8s-api-operator:2.0.3 ``` ### Add new API and controller