From 2740f1741024f3845f1bd3e32461449a820bf73e Mon Sep 17 00:00:00 2001 From: Moritz Woermann Date: Wed, 13 Dec 2023 15:39:01 +0100 Subject: [PATCH] increase helm chart version to 0.5.2 --- helm/charts/k8s-image-availability-exporter/Chart.yaml | 4 ++-- helm/charts/k8s-image-availability-exporter/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/charts/k8s-image-availability-exporter/Chart.yaml b/helm/charts/k8s-image-availability-exporter/Chart.yaml index 74d97fc..7dc723b 100644 --- a/helm/charts/k8s-image-availability-exporter/Chart.yaml +++ b/helm/charts/k8s-image-availability-exporter/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "v0.5.1" +appVersion: "v0.5.2" description: Application for monitoring the cluster workloads image presence in docker registry. name: k8s-image-availability-exporter -version: "0.5.1" +version: "0.5.2" diff --git a/helm/charts/k8s-image-availability-exporter/values.yaml b/helm/charts/k8s-image-availability-exporter/values.yaml index 9f00b76..87b4f61 100644 --- a/helm/charts/k8s-image-availability-exporter/values.yaml +++ b/helm/charts/k8s-image-availability-exporter/values.yaml @@ -1,6 +1,6 @@ k8sImageAvailabilityExporter: image: - repository: ghcr.io/Webfleet-Solutions/k8s-image-availability-exporter + repository: ghcr.io/webfleet-solutions/k8s-image-availability-exporter tag: latest pullPolicy: IfNotPresent replicas: 1