Skip to content

Commit

Permalink
Update GitHub Links
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
  • Loading branch information
fjogeleit committed Nov 14, 2024
1 parent a8ea1f2 commit 2379d2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions content/01. guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Install only the core application to get REST APIs and/or a metrics endpoint. Bo
```

```bash [Static Manifests]
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/main/manifest/policy-reporter/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/main/manifest/policy-reporter/install.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/manifest/policy-reporter/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/manifest/policy-reporter/install.yaml
```
::

Expand Down Expand Up @@ -58,9 +58,9 @@ This installation also sets Policy Reporter UI as an alert target for new violat
```

```bash [Static Manifests]
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/main/manifest/policy-reporter-ui/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/main/manifest/policy-reporter-ui/config-secret.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/main/manifest/policy-reporter-ui/install.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/manifest/policy-reporter-ui/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/manifest/policy-reporter-ui/config-secret.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/manifest/policy-reporter-ui/install.yaml
```
::

Expand All @@ -84,9 +84,9 @@ This installation also sets Policy Reporter UI as an alert target for new violat
```

```bash [Static Manifests]
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/main/manifest/policy-reporter-kyverno-ui/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/main/manifest/policy-reporter-kyverno-ui/config-secret.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/main/manifest/policy-reporter-kyverno-ui/install.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/manifest/policy-reporter-kyverno-ui/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/manifest/policy-reporter-kyverno-ui/config-secret.yaml
kubectl apply -f https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/manifest/policy-reporter-kyverno-ui/install.yaml
```
::

Expand Down
8 changes: 4 additions & 4 deletions content/01. guide/helm-chart-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ By default all available features are disabled. So it's up to the user to enable

<alert>

See the complete <a href="https://raw.githubusercontent.com/kyverno/policy-reporter/main/charts/policy-reporter/values.yaml" target="_blank">values.yaml</a> for reference.
See the complete <a href="https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/charts/policy-reporter/values.yaml" target="_blank">values.yaml</a> for reference.

</alert>

Expand Down Expand Up @@ -507,7 +507,7 @@ Each value is prefixed with `ui` to be clear that it has to be configured under

<alert>

See the complete <a href="https://raw.githubusercontent.com/kyverno/policy-reporter/main/charts/policy-reporter/charts/ui/values.yaml" target="_blank">values.yaml</a> for reference.
See the complete <a href="https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/charts/policy-reporter/charts/ui/values.yaml" target="_blank">values.yaml</a> for reference.

</alert>

Expand Down Expand Up @@ -706,7 +706,7 @@ Other than Policy Reporter, the __metrics__ as well as the __REST__ API are enab

<alert>

See the complete <a href="https://raw.githubusercontent.com/kyverno/policy-reporter/main/charts/policy-reporter/charts/kyvernoPlugin/values.yaml" target="_blank">values.yaml</a> for reference.
See the complete <a href="https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/charts/policy-reporter/charts/kyvernoPlugin/values.yaml" target="_blank">values.yaml</a> for reference.

</alert>

Expand Down Expand Up @@ -843,7 +843,7 @@ Each value is prefixed with `monitoring` to be clear that it has to be configure
</alert>
<alert>

See the complete <a href="https://raw.githubusercontent.com/kyverno/policy-reporter/main/charts/policy-reporter/charts/monitoring/values.yaml" target="_blank">values.yaml</a> for reference.
See the complete <a href="https://raw.githubusercontent.com/kyverno/policy-reporter/2.x/charts/policy-reporter/charts/monitoring/values.yaml" target="_blank">values.yaml</a> for reference.

</alert>

Expand Down

0 comments on commit 2379d2f

Please sign in to comment.