Skip to content

Commit 036f9fd

Browse files
authored
Merge pull request #616 from malakaganga/feature_volume_mount_affinity
Release preparation
2 parents c445617 + d3a02a1 commit 036f9fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Deploy integrations using K8s API Operator, see [Deploying Integrations using th
2929
Use the following command to install API Operator
3030

3131
```sh
32-
>> kubectl apply -f https://github.com/wso2/k8s-api-operator/releases/download/v2.0.2/api-operator-configs.yaml
32+
>> kubectl apply -f https://github.com/wso2/k8s-api-operator/releases/download/v2.0.3/api-operator-configs.yaml
3333
```
3434

3535
## Documentation

api-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151

5252
1. Build the api-operator image (Optional: Use mvn clean install)
5353
```sh
54-
>> operator-sdk build wso2/k8s-api-operator:2.0.2
54+
>> operator-sdk build wso2/k8s-api-operator:2.0.3
5555
```
5656

5757
1. Replace the image name in deploy/controller-artifacts/operator.yaml#L36
5858

5959
1. Push it to a registry:
6060
```sh
61-
>> docker push wso2/k8s-api-operator:2.0.2
61+
>> docker push wso2/k8s-api-operator:2.0.3
6262
```
6363

6464
### Add new API and controller

0 commit comments

Comments
 (0)