Skip to content

Commit

Permalink
added description in repository and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
seeeun-cho committed Aug 7, 2023
1 parent 4fc8ff1 commit 71c60e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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"` | |
| image.tag | string | `"2.0.0"` | |
| image.repository | string | `"thomasnyambati/kubecost-reports-exporter"` | Recommend to use the central image 052919876655.dkr.ecr.eu-central-1.amazonaws.com/dh-platform-finops-kubecost-exporter-v2 |
| image.tag | string | `"2.0.0"` | Refer to the latest at https://github.com/deliveryhero/dh-platform-finops-kubecost/tree/master/kubecost_v2/kubecost_export_v2/scripts |
| 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: 2 additions & 0 deletions stable/kubecost-reports-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ successfulJobsHistoryLimit: 1
concurrencyPolicy: Forbid

image:
# image.repository -- Recommend to use the central image 052919876655.dkr.ecr.eu-central-1.amazonaws.com/dh-platform-finops-kubecost-exporter-v2
repository: thomasnyambati/kubecost-reports-exporter
pullPolicy: IfNotPresent
# image.tag -- Refer to the latest at https://github.com/deliveryhero/dh-platform-finops-kubecost/tree/master/kubecost_v2/kubecost_export_v2/scripts
tag: "2.0.0"

imagePullSecrets: []
Expand Down

0 comments on commit 71c60e8

Please sign in to comment.