From 815172a94093c89858123a494a48ab0709a718ac Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Sat, 21 Oct 2023 19:00:27 +0200 Subject: [PATCH] feat(helm): bump 0.0.13 -> 0.0.14 --- 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 62ef294..75b9f35 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.18 -appVersion: 0.0.13 +version: 0.0.19 +appVersion: 0.0.14 diff --git a/helm/pingdom-operator/values.yaml b/helm/pingdom-operator/values.yaml index 00ba48e..e1f185a 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.13 + tag: 0.0.14 pullPolicy: IfNotPresent imagePullSecrets: []