Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: typo in image.tag default values
Signed-off-by: Vadim Aleksandrov <valeksandrov@me.com>
  • Loading branch information
verdel committed Nov 1, 2024
commit 8bc2bed42e6f320346964bcb547ef4a385347faa
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:
- finops
- monitoring
- opencost
version: 1.42.1
version: 1.42.2
maintainers:
- name: mattray
url: https://mattray.dev
Expand Down
4 changes: 2 additions & 2 deletions charts/opencost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ opencost:
# -- Exporter container image name
repository: opencost/opencost
# -- Exporter container image tag
tag: "1.112.1sha256:1be970e670d694329978b1c34129b07d04ff9504b4255c86998dfe281aea702e"
tag: "1.112.1@sha256:d3c56b0d6c3ded6513724cec8c777a2f4395a6ebde2d1fe27200a56112e3b9c3"
# -- Exporter container image pull policy
pullPolicy: IfNotPresent
# -- Override the full image name for development purposes
Expand Down Expand Up @@ -375,7 +375,7 @@ opencost:
repository: opencost/opencost-ui
# -- UI container image tag
# @default -- `""` (use appVersion in Chart.yaml)
tag: "1.112.1sha256:20dee8385678f4223afe920ee52a6572c13816cd82dcf846a068df587a2fdc1e"
tag: "1.112.1@sha256:e0234de00677253ed9ec96479ac470b51e1c1504e5dfb9e9e0983156533f25ef"
# -- UI container image pull policy
pullPolicy: IfNotPresent
# -- Override the full image name for development purposes
Expand Down