From 4c064d8e8324432f8825678a63340b7ea9f93c7a Mon Sep 17 00:00:00 2001 From: Maksim Nabokikh Date: Thu, 6 Jun 2024 14:37:20 +0400 Subject: [PATCH] Bump chart appVersion to 0.9.0 (#195) Signed-off-by: m.nabokikh --- charts/k8s-image-availability-exporter/Chart.yaml | 4 ++-- charts/k8s-image-availability-exporter/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/k8s-image-availability-exporter/Chart.yaml b/charts/k8s-image-availability-exporter/Chart.yaml index e64ee69..ffd1400 100644 --- a/charts/k8s-image-availability-exporter/Chart.yaml +++ b/charts/k8s-image-availability-exporter/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "0.8.0" +appVersion: "0.9.0" description: Application for monitoring the cluster workloads image presence in a container registry. name: k8s-image-availability-exporter -version: "0.13.0" +version: "0.14.0" kubeVersion: ">=1.14.0-0" maintainers: - name: nabokihms diff --git a/charts/k8s-image-availability-exporter/README.md b/charts/k8s-image-availability-exporter/README.md index a48cf3c..9b9d60b 100644 --- a/charts/k8s-image-availability-exporter/README.md +++ b/charts/k8s-image-availability-exporter/README.md @@ -1,6 +1,6 @@ # k8s-image-availability-exporter -![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square) +![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square) Application for monitoring the cluster workloads image presence in a container registry.