Skip to content

Commit 5da220c

Browse files
Update operator-sdk command line interface in ci
* Bump operator-sdk to 1.22.0 Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
1 parent 59e2a49 commit 5da220c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
steps:
160160
- uses: actions/checkout@v2
161161
- uses: medyagh/setup-minikube@master
162-
- run: curl -L -vvv https://github.com/operator-framework/operator-sdk/releases/download/v1.20.1/operator-sdk_linux_amd64 > /tmp/operator-sdk && chmod +x /tmp/operator-sdk
162+
- run: curl -L -vvv https://github.com/operator-framework/operator-sdk/releases/download/v1.22.0/operator-sdk_linux_amd64 > /tmp/operator-sdk && chmod +x /tmp/operator-sdk
163163
- run: /tmp/operator-sdk olm install --verbose --timeout 30m
164164
- run: /tmp/operator-sdk run bundle --verbose --timeout 30m 'docker.io/clevercloud/clever-operator-manifest:${{ github.sha }}'
165165
...

docs/21-set-up-operator-sdk-development-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Pre-requisites
66

7-
Before going further, you will need to follow instructions about
7+
Before going further, you will need to follow instructions about
88
[set up a development environment](20-set-up-development-environment.md).
99

1010
- The [curl](https://curl.se/) command line
@@ -70,4 +70,4 @@ to help you finding a possible error, if one or many occurs.
7070
- `watch -n1 'kubectl get pods -A'`
7171
- `journalctl -f -o short-monotonic`
7272

73-
Those will help you to see what happening on your system during the deployment.
73+
Those will help you to see what happening on your system during the deployment.

0 commit comments

Comments
 (0)