From d7fc3694a2cbb593c85d94d57a08c1a51ea029b5 Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Sat, 4 Nov 2023 09:26:13 +1100 Subject: [PATCH] 1.107.0 release and revert to standard quay.io image repositories Signed-off-by: Matt Ray --- charts/opencost/Chart.yaml | 4 ++-- charts/opencost/README.md | 4 ++-- charts/opencost/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/opencost/Chart.yaml b/charts/opencost/Chart.yaml index 4832a94..38d99d3 100755 --- a/charts/opencost/Chart.yaml +++ b/charts/opencost/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.106.4 +appVersion: 1.107.0 name: opencost description: OpenCost and OpenCost UI type: application @@ -9,7 +9,7 @@ keywords: - kubecost - opencost - monitoring -version: 1.26.0 +version: 1.26.1 maintainers: - name: mattray url: https://mattray.dev diff --git a/charts/opencost/README.md b/charts/opencost/README.md index 08d8c39..8f568d9 100644 --- a/charts/opencost/README.md +++ b/charts/opencost/README.md @@ -2,9 +2,9 @@ OpenCost and OpenCost UI -![Version: 1.23.0](https://img.shields.io/badge/Version-1.23.0-informational?style=flat-square) +![Version: 1.26.1](https://img.shields.io/badge/Version-1.26.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -![AppVersion: 1.106.4](https://img.shields.io/badge/AppVersion-1.106.4-informational?style=flat-square) +![AppVersion: 1.107.0](https://img.shields.io/badge/AppVersion-1.107.0-informational?style=flat-square) ## Maintainers diff --git a/charts/opencost/values.yaml b/charts/opencost/values.yaml index 3dd8f3d..ca379f2 100644 --- a/charts/opencost/values.yaml +++ b/charts/opencost/values.yaml @@ -68,9 +68,9 @@ opencost: defaultClusterId: 'default-cluster' image: # -- Exporter container image registry - registry: gcr.io + registry: quay.io # -- Exporter container image name - repository: kubecost1/opencost + repository: kubecost1/kubecost-cost-model # -- Exporter container image tag # @default -- `""` (use appVersion in Chart.yaml) tag: "latest" @@ -267,7 +267,7 @@ opencost: enabled: true image: # -- UI container image registry - registry: gcr.io + registry: quay.io # -- UI container image name repository: kubecost1/opencost-ui # -- UI container image tag