diff --git a/charts/kyverno-playground/Chart.yaml b/charts/kyverno-playground/Chart.yaml index fab32aef..b8f7a6c0 100644 --- a/charts/kyverno-playground/Chart.yaml +++ b/charts/kyverno-playground/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: kyverno-playground type: application -version: 0.5.1 -appVersion: v0.5.1 +version: 0.5.2 +appVersion: v0.5.2 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png description: Kyverno Playground Web Application keywords: diff --git a/charts/kyverno-playground/README.md b/charts/kyverno-playground/README.md index 95f17321..a25c868a 100644 --- a/charts/kyverno-playground/README.md +++ b/charts/kyverno-playground/README.md @@ -2,7 +2,7 @@ Kyverno Playground Web Application -![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.1](https://img.shields.io/badge/AppVersion-v0.5.1-informational?style=flat-square) +![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.2](https://img.shields.io/badge/AppVersion-v0.5.2-informational?style=flat-square) ## About diff --git a/release-notes/v0.5.1.md b/release-notes/v0.5.1.md index f1f243bf..761bd2a9 100644 --- a/release-notes/v0.5.1.md +++ b/release-notes/v0.5.1.md @@ -1,6 +1,6 @@ # Release notes -Release notes for `v0.5.0`. +Release notes for `v0.5.1`. ## :wrench: Fixes :wrench: - Fixed broken Policy Schema validation diff --git a/release-notes/v0.5.2.md b/release-notes/v0.5.2.md new file mode 100644 index 00000000..2385d4f0 --- /dev/null +++ b/release-notes/v0.5.2.md @@ -0,0 +1,6 @@ +# Release notes + +Release notes for `v0.5.2`. + +## :guitar: Misc :guitar: +- Bump Kyverno to `v1.13.2` diff --git a/scripts/config/kind.yaml b/scripts/config/kind.yaml index c5495d88..8875e659 100644 --- a/scripts/config/kind.yaml +++ b/scripts/config/kind.yaml @@ -31,10 +31,10 @@ nodes: node-labels: "ingress-ready=true" extraPortMappings: - containerPort: 80 - hostPort: 80 + hostPort: 9080 protocol: TCP - containerPort: 443 - hostPort: 443 + hostPort: 6443 protocol: TCP - role: worker - role: worker