Skip to content

Commit e7e3391

Browse files
chore: Patch docs for 3.19.3 release (#4056)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JaydipGabani <20255485+JaydipGabani@users.noreply.github.com>
1 parent 34df42b commit e7e3391

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

website/docs/opa-versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Gatekeeper depends on [Open Policy Agent](https://www.openpolicyagent.org/). To
77

88
| Gatekeeper Version | OPA Version |
99
| ------------------ | ----------- |
10+
| `v3.19.3` | `v1.5.1` |
1011
| `v3.19.2` | `v1.5.1` |
1112
| `v3.19.1` | `v1.3.0` |
1213
| `v3.19.0` | `v1.3.0` |

website/versioned_docs/version-v3.19.x/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For either installation method, make sure you have cluster admin permissions:
2828
If you want to deploy a released version of Gatekeeper in your cluster with a prebuilt image, then you can run the following command:
2929

3030
```sh
31-
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.19.2/deploy/gatekeeper.yaml
31+
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.19.3/deploy/gatekeeper.yaml
3232
```
3333

3434
### Deploying a Release using development image
@@ -92,7 +92,7 @@ You can alter the variables in `charts/gatekeeper/values.yaml` to customize your
9292
If you used a prebuilt image to deploy Gatekeeper, then you can delete all the Gatekeeper components with the following command:
9393
9494
```sh
95-
kubectl delete -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.19.2/deploy/gatekeeper.yaml
95+
kubectl delete -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.19.3/deploy/gatekeeper.yaml
9696
```
9797
9898
### Using make

website/versioned_docs/version-v3.19.x/opa-versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Gatekeeper depends on [Open Policy Agent](https://www.openpolicyagent.org/). To
77

88
| Gatekeeper Version | OPA Version |
99
| ------------------ | ----------- |
10+
| `v3.19.3` | `v1.5.1` |
1011
| `v3.19.2` | `v1.5.1` |
1112
| `v3.19.1` | `v1.3.0` |
1213
| `v3.19.0` | `v1.3.0` |

0 commit comments

Comments
 (0)