Skip to content

Commit

Permalink
Merge pull request #616 from malakaganga/feature_volume_mount_affinity
Browse files Browse the repository at this point in the history
Release preparation
  • Loading branch information
RakhithaRR committed Jun 24, 2022
2 parents c445617 + d3a02a1 commit 036f9fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions api-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 036f9fd

Please sign in to comment.