Skip to content

Commit

Permalink
Merge pull request #142 from opencost/tevans/imageupdate
Browse files Browse the repository at this point in the history
Updated image names.
  • Loading branch information
teevans authored Oct 31, 2023
2 parents 8351205 + 4508e9f commit d21bb22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/opencost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- kubecost
- opencost
- monitoring
version: 1.25.0
version: 1.26.0
maintainers:
- name: mattray
url: https://mattray.dev
Expand Down
8 changes: 4 additions & 4 deletions charts/opencost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d21bb22

Please sign in to comment.