diff --git a/charts/opencost/Chart.yaml b/charts/opencost/Chart.yaml index 5a787af..b6241e3 100755 --- a/charts/opencost/Chart.yaml +++ b/charts/opencost/Chart.yaml @@ -9,7 +9,7 @@ keywords: - kubecost - opencost - monitoring -version: 1.24.0 +version: 1.25.0 maintainers: - name: mattray url: https://mattray.dev diff --git a/charts/opencost/values.yaml b/charts/opencost/values.yaml index 8c7af33..3ace9ad 100644 --- a/charts/opencost/values.yaml +++ b/charts/opencost/values.yaml @@ -70,7 +70,7 @@ opencost: # -- Exporter container image registry registry: gcr.io # -- Exporter container image name - repository: kubecost1/opencost + repository: kubecost1/opencost:latest # -- Exporter container image tag # @default -- `""` (use appVersion in Chart.yaml) tag: "" @@ -269,7 +269,7 @@ opencost: # -- UI container image registry registry: gcr.io # -- UI container image name - repository: kubecost1/opencost-ui + repository: kubecost1/opencost-ui:latest # -- UI container image tag # @default -- `""` (use appVersion in Chart.yaml) tag: ""