From 405802ab8dbea5e2f212d8072df34b5a819079d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Kri=C5=BEi=C4=87?= Date: Sun, 8 Oct 2023 18:57:05 +0200 Subject: [PATCH] Using Observium 23.09, full qualified since docker is not default anymore --- charts/observium/Chart.yaml | 4 ++-- charts/observium/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/observium/Chart.yaml b/charts/observium/Chart.yaml index c09c849..d9888b7 100644 --- a/charts/observium/Chart.yaml +++ b/charts/observium/Chart.yaml @@ -15,9 +15,9 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.2 +version: 0.2.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 22.10 +appVersion: 23.09 diff --git a/charts/observium/values.yaml b/charts/observium/values.yaml index 8754ff7..341826c 100644 --- a/charts/observium/values.yaml +++ b/charts/observium/values.yaml @@ -5,10 +5,10 @@ replicaCount: 1 image: - repository: dkrizic/observium + repository: docker.io/dkrizic/observium pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "22.10" + tag: "23.09" imagePullSecrets: [] nameOverride: ""