Skip to content

Commit

Permalink
Update Schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit committed Dec 13, 2024
1 parent 81b67ce commit 533b224
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/kyverno-playground/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/kyverno-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v0.5.1.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions release-notes/v0.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Release notes

Release notes for `v0.5.2`.

## :guitar: Misc :guitar:
- Bump Kyverno to `v1.13.2`
4 changes: 2 additions & 2 deletions scripts/config/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 533b224

Please sign in to comment.