From 4e1da7149c171a4a986a9e768954c6ff8a6800c6 Mon Sep 17 00:00:00 2001 From: Maksim Nabokikh Date: Tue, 5 Mar 2024 21:18:05 +0100 Subject: [PATCH] Bump chart appVersion to 0.8.0 (#153) 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 3a531cb..e64ee69 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.7.0" +appVersion: "0.8.0" description: Application for monitoring the cluster workloads image presence in a container registry. name: k8s-image-availability-exporter -version: "0.12.0" +version: "0.13.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 0be5a38..a48cf3c 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.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![AppVersion: 0.7.0](https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat-square) +![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) Application for monitoring the cluster workloads image presence in a container registry.