Skip to content

Commit

Permalink
docs: update plugin reference to reflect version changes
Browse files Browse the repository at this point in the history
- Forked the repository because the documentation was outdated.
- Noted that updating the version requires attention as the '-' in the name was removed in version 4.0 (e.g., `gateway-api` to `gatewayapi`).
- Fixed the reference on line 27 to use `gatewayapi` instead of the outdated `gateway-api`.

Signed-off-by: nico <nico@nico>
  • Loading branch information
victornico15 authored and nico committed Jan 3, 2025
1 parent fc51347 commit b9173b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kubectl rollout restart deployment -n argo-rollouts argo-rollouts
Then check the controller logs. You should see a line for loading the plugin:
```
time="XXX" level=info msg="Downloading plugin argoproj-labs/gatewayAPI from: https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/download/v0.2.0/gateway-api-plugin-linux-amd64"
time="XXX" level=info msg="Downloading plugin argoproj-labs/gatewayAPI from: https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/download/v0.4.0/gatewayapi-plugin-linux-amd64"
time="YYY" level=info msg="Download complete, it took 7.792426599s"
```
Expand Down

0 comments on commit b9173b6

Please sign in to comment.