Skip to content

Commit

Permalink
1.107.0 release and revert to standard quay.io image repositories
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Ray <[email protected]>
  • Loading branch information
mattray committed Nov 3, 2023
1 parent 15475af commit d7fc369
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/opencost/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.106.4
appVersion: 1.107.0
name: opencost
description: OpenCost and OpenCost UI
type: application
Expand All @@ -9,7 +9,7 @@ keywords:
- kubecost
- opencost
- monitoring
version: 1.26.0
version: 1.26.1
maintainers:
- name: mattray
url: https://mattray.dev
Expand Down
4 changes: 2 additions & 2 deletions charts/opencost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions charts/opencost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d7fc369

Please sign in to comment.