Skip to content

Commit

Permalink
fix image-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
seeeun-cho committed Aug 7, 2023
1 parent e62a15a commit 4fc8ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/kubecost-reports-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ helm install my-release deliveryhero/kubecost-reports-exporter -f values.yaml
| env | object | `{}` | Extra environment variables |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"thomasnyambati/kubecost-reports-exporter"` | Recommend to use the central image. AWS - `052919876655.dkr.ecr.eu-central-1.amazonaws.com/dh-platform-finops-kubecost-exporter-v2`, GCP - `eu.gcr.io/dh-platform-finops-tools-0607/dh-platform-finops-kubecost-exporter-v2` |
| image.tag | string | `"latest"` | the docker image tag for the exporter container image. Please refer to [kubecost_export_v2](https://github.com/deliveryhero/dh-platform-finops-kubecost/tree/master/kubecost_v2/kubecost_export_v2/scripts) |
| image.repository | string | `"thomasnyambati/kubecost-reports-exporter"` | |
| image.tag | string | `"2.0.0"` | |
| imagePullSecrets | list | `[]` | |
| kubecost.allocationCostUrl | string | `"/model/allocation?window=15m&aggregate=pod&includeAggregatedMetadata=true"` | Url for allocation api cost reports |
| kubecost.assetsCostUrl | string | `"/model/assets?window=15m&filterCategories=Compute&filterTypes=Node&filterServices=Kubernetes"` | Url for assets api cost reports |
Expand Down
2 changes: 1 addition & 1 deletion stable/kubecost-reports-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrencyPolicy: Forbid
image:
repository: thomasnyambati/kubecost-reports-exporter
pullPolicy: IfNotPresent
tag: latest
tag: "2.0.0"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 4fc8ff1

Please sign in to comment.