From f5cecc770cfc92e2aa3ec42efde47425413a8fc4 Mon Sep 17 00:00:00 2001 From: Vadim Aleksandrov Date: Fri, 1 Nov 2024 03:02:52 +0300 Subject: [PATCH] fix: typo in image.tag default values Signed-off-by: Vadim Aleksandrov --- charts/opencost/Chart.yaml | 2 +- charts/opencost/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/opencost/Chart.yaml b/charts/opencost/Chart.yaml index 3979288..7f31906 100755 --- a/charts/opencost/Chart.yaml +++ b/charts/opencost/Chart.yaml @@ -9,7 +9,7 @@ keywords: - finops - monitoring - opencost -version: 1.42.1 +version: 1.42.2 maintainers: - name: mattray url: https://mattray.dev diff --git a/charts/opencost/values.yaml b/charts/opencost/values.yaml index 68cbdf6..4619a3a 100644 --- a/charts/opencost/values.yaml +++ b/charts/opencost/values.yaml @@ -130,7 +130,7 @@ opencost: # -- Exporter container image name repository: opencost/opencost # -- Exporter container image tag - tag: "1.112.1sha256:1be970e670d694329978b1c34129b07d04ff9504b4255c86998dfe281aea702e" + tag: "1.112.1@sha256:1be970e670d694329978b1c34129b07d04ff9504b4255c86998dfe281aea702e" # -- Exporter container image pull policy pullPolicy: IfNotPresent # -- Override the full image name for development purposes