From 357fba35f904ad8ec555e4bda6b2583faba20be7 Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Thu, 1 Jun 2023 19:13:45 +0200 Subject: [PATCH] fix(values.yaml): update image tag --- helm/pingdom-operator/Chart.yaml | 2 +- helm/pingdom-operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/pingdom-operator/Chart.yaml b/helm/pingdom-operator/Chart.yaml index 414d1d8..3f3f120 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.13 +version: 0.0.14 appVersion: 0.0.9 diff --git a/helm/pingdom-operator/values.yaml b/helm/pingdom-operator/values.yaml index 704c61a..44edf63 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.8 + tag: 0.0.9 pullPolicy: IfNotPresent imagePullSecrets: []