Skip to content

Commit

Permalink
Update documentation for 3.5 (#1399)
Browse files Browse the repository at this point in the history
* Fixing a typo

Signed-off-by: Rafe Hart <rafael.hart9@gmail.com>

* Update linked release version to 3.5

Signed-off-by: Rafe Hart <rafael.hart9@gmail.com>
  • Loading branch information
rafaelh committed Jun 25, 2021
1 parent 04c7bc9 commit 5e82e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/install.md
Expand Up @@ -32,12 +32,12 @@ For either installation method, make sure you have cluster admin permissions:
If you want to deploy a released version of Gatekeeper in your cluster with a prebuilt image, then you can run the following command:

```sh
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/release-3.4/deploy/gatekeeper.yaml
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/release-3.5/deploy/gatekeeper.yaml
```

### Deploying a Release using development image

If you want to deploy latest development version of Gatekeeper, you can use `openpolicyagent/gatekeeper:dev` tag or `openpolicyagent/gateekeper:<SHA>`.
If you want to deploy latest development version of Gatekeeper, you can use `openpolicyagent/gatekeeper:dev` tag or `openpolicyagent/gatekeeper:<SHA>`.

Images are hosted in [OPA Docker Hub repository](https://hub.docker.com/r/openpolicyagent/gatekeeper/tags).

Expand Down Expand Up @@ -95,7 +95,7 @@ You can alter the variables in `charts/gatekeeper/values.yaml` to customize your
If you used a prebuilt image to deploy Gatekeeper, then you can delete all the Gatekeeper components with the following command:

```sh
kubectl delete -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/release-3.3/deploy/gatekeeper.yaml
kubectl delete -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/release-3.5/deploy/gatekeeper.yaml
```

### Using make
Expand Down

0 comments on commit 5e82e5b

Please sign in to comment.