Skip to content

Commit

Permalink
chore: Patch docs for 3.17.2 release (#3800)
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani authored Jan 24, 2025
1 parent 165c1e4 commit d53f33f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions website/docs/opa-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gatekeeper depends on [Open Policy Agent](https://www.openpolicyagent.org/). To
| `v3.18.2` | `v0.68.0` |
| `v3.18.1` | `v0.68.0` |
| `v3.18.0` | `v0.68.0` |
| `v3.17.2` | `v0.68.0` |
| `v3.17.1` | `v0.67.0` |
| `v3.17.0` | `v0.67.0` |
| `v3.16.3` | `v0.64.1` |
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-v3.17.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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/v3.17.1/deploy/gatekeeper.yaml
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.17.2/deploy/gatekeeper.yaml
```

### Deploying a Release using development image
Expand Down Expand Up @@ -92,7 +92,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/v3.17.1/deploy/gatekeeper.yaml
kubectl delete -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.17.2/deploy/gatekeeper.yaml
```
### Using make
Expand Down
7 changes: 6 additions & 1 deletion website/versioned_docs/version-v3.17.x/opa-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Gatekeeper depends on [Open Policy Agent](https://www.openpolicyagent.org/). To

| Gatekeeper Version | OPA Version |
| ------------------ | ----------- |
| `v3.18.2` | `v0.68.0` |
| `v3.18.1` | `v0.68.0` |
| `v3.18.0` | `v0.68.0` |
| `v3.17.2` | `v0.68.0` |
| `v3.17.1` | `v0.67.0` |
| `v3.17.0` | `v0.67.0` |
| `v3.16.3` | `v0.64.1` |
Expand Down Expand Up @@ -48,4 +52,5 @@ Gatekeeper depends on [Open Policy Agent](https://www.openpolicyagent.org/). To
| `v3.1.3` | `v0.21.0` |
| `v3.1.2` | `v0.21.0` |
| `v3.1.1` | `v0.21.0` |
| `v3.1.0` | `v0.21.0` |
| `v3.1.0` | `v0.21.0` |

0 comments on commit d53f33f

Please sign in to comment.