From e848178f9bc37a135aecbe44501f8fa63e51f5ab Mon Sep 17 00:00:00 2001 From: Yonah Dissen <47282577+yonahd@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:52:00 +0200 Subject: [PATCH] chore: Pre release helm bump 0.5.6 (#374) * chore: prerelease helm bump --------- Co-authored-by: Yonah Dissen --- charts/kor/Chart.yaml | 4 ++-- charts/kor/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kor/Chart.yaml b/charts/kor/Chart.yaml index 52671609..76415413 100644 --- a/charts/kor/Chart.yaml +++ b/charts/kor/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: kor description: A Kubernetes Helm Chart to discover orphaned resources using kor type: application -version: 0.1.13 -appVersion: "0.5.5" +version: 0.1.14 +appVersion: "0.5.6" maintainers: - name: "yonahd" url: "https://github.com/yonahd/kor" diff --git a/charts/kor/README.md b/charts/kor/README.md index 35fef501..8f6a3442 100644 --- a/charts/kor/README.md +++ b/charts/kor/README.md @@ -1,6 +1,6 @@ # kor -![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.5](https://img.shields.io/badge/AppVersion-0.5.5-informational?style=flat-square) +![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.6](https://img.shields.io/badge/AppVersion-0.5.6-informational?style=flat-square) A Kubernetes Helm Chart to discover orphaned resources using kor