From 72a41d732e593e9e805d11666fb8e9bf0b98115e Mon Sep 17 00:00:00 2001 From: gitlab-ci Date: Fri, 8 Mar 2024 10:15:44 +0000 Subject: [PATCH] ci: petimeter --- charts/petimeter/chart/Chart.yaml | 4 ++-- charts/petimeter/chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/petimeter/chart/Chart.yaml b/charts/petimeter/chart/Chart.yaml index 5c58a67c..ef4e8e3a 100644 --- a/charts/petimeter/chart/Chart.yaml +++ b/charts/petimeter/chart/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.8.1 +version: v1.9.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.8.1 +appVersion: v1.9.0 diff --git a/charts/petimeter/chart/values.yaml b/charts/petimeter/chart/values.yaml index 4a0c5ab2..0ce4cd59 100644 --- a/charts/petimeter/chart/values.yaml +++ b/charts/petimeter/chart/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/petimeter - tag: v1.8.1 + tag: v1.9.0 pullPolicy: IfNotPresent init: enabled: false