From 9c82fc95b687190b41c8bc998f9168b5768bce50 Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Tue, 28 Mar 2023 18:55:10 +0200 Subject: [PATCH] feat(chart): bump image version --- helm/pingdom-operator/Chart.yaml | 4 ++-- helm/pingdom-operator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/pingdom-operator/Chart.yaml b/helm/pingdom-operator/Chart.yaml index 917042b..d738db5 100644 --- a/helm/pingdom-operator/Chart.yaml +++ b/helm/pingdom-operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: pingdom-operator description: A Helm chart for Kubernetes type: application -version: 0.0.11 -appVersion: 0.0.7 +version: 0.0.12 +appVersion: 0.0.8 diff --git a/helm/pingdom-operator/values.yaml b/helm/pingdom-operator/values.yaml index f87feff..704c61a 100644 --- a/helm/pingdom-operator/values.yaml +++ b/helm/pingdom-operator/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/nefelim4ag/pingdom-operator - tag: 0.0.7 + tag: 0.0.8 pullPolicy: IfNotPresent imagePullSecrets: []