diff --git a/charts/opencost/Chart.yaml b/charts/opencost/Chart.yaml index b6241e3..4832a94 100755 --- a/charts/opencost/Chart.yaml +++ b/charts/opencost/Chart.yaml @@ -9,7 +9,7 @@ keywords: - kubecost - opencost - monitoring -version: 1.25.0 +version: 1.26.0 maintainers: - name: mattray url: https://mattray.dev diff --git a/charts/opencost/values.yaml b/charts/opencost/values.yaml index 3ace9ad..50b1d51 100644 --- a/charts/opencost/values.yaml +++ b/charts/opencost/values.yaml @@ -70,10 +70,10 @@ opencost: # -- Exporter container image registry registry: gcr.io # -- Exporter container image name - repository: kubecost1/opencost:latest + repository: kubecost1/opencost # -- Exporter container image tag # @default -- `""` (use appVersion in Chart.yaml) - tag: "" + tag: "latest" # -- Exporter container image pull policy pullPolicy: IfNotPresent # -- List of extra arguments for the command, e.g.: log-format=json @@ -269,10 +269,10 @@ opencost: # -- UI container image registry registry: gcr.io # -- UI container image name - repository: kubecost1/opencost-ui:latest + repository: kubecost1/opencost-ui # -- UI container image tag # @default -- `""` (use appVersion in Chart.yaml) - tag: "" + tag: "latest" # -- UI container image pull policy pullPolicy: IfNotPresent resources: