diff --git a/charts/prometheus-opencost-exporter/Chart.yaml b/charts/prometheus-opencost-exporter/Chart.yaml index b0a5b6afd741..bb988db7232d 100644 --- a/charts/prometheus-opencost-exporter/Chart.yaml +++ b/charts/prometheus-opencost-exporter/Chart.yaml @@ -1,5 +1,5 @@ -appVersion: 1.108.0 -version: 0.1.1 +appVersion: 1.111.0 +version: 0.2.0 description: Prometheus OpenCost Exporter home: https://github.com/opencost/opencost name: prometheus-opencost-exporter @@ -11,6 +11,7 @@ keywords: - opencost - prometheus - exporter +- finops maintainers: - email: mattray@kubecost.com name: mattray diff --git a/charts/prometheus-opencost-exporter/README.md b/charts/prometheus-opencost-exporter/README.md index 168a124b61da..483e221129af 100644 --- a/charts/prometheus-opencost-exporter/README.md +++ b/charts/prometheus-opencost-exporter/README.md @@ -1,4 +1,4 @@ -# Prometheus Opencost Exporter +# Prometheus OpenCost Exporter Prometheus exporter for [OpenCost](https://www.opencost.io) Kubernetes cost monitoring data. diff --git a/charts/prometheus-opencost-exporter/templates/deployment.yaml b/charts/prometheus-opencost-exporter/templates/deployment.yaml index 1df485ace588..54a996c2ee44 100644 --- a/charts/prometheus-opencost-exporter/templates/deployment.yaml +++ b/charts/prometheus-opencost-exporter/templates/deployment.yaml @@ -51,7 +51,7 @@ spec: {{- end }} containers: - name: {{ include "prometheus-opencost-exporter.fullname" . }} - image: "{{ .Values.opencost.exporter.image.registry }}/{{ .Values.opencost.exporter.image.repository }}:{{ .Values.opencost.exporter.image.tag | default (printf "prod-%s" .Chart.AppVersion) }}" + image: "{{ .Values.opencost.exporter.image.registry }}/{{ .Values.opencost.exporter.image.repository }}:{{ .Values.opencost.exporter.image.tag | default (printf "%s" .Chart.AppVersion) }}" imagePullPolicy: {{ .Values.opencost.exporter.image.pullPolicy }} ports: - containerPort: 9003 diff --git a/charts/prometheus-opencost-exporter/values.yaml b/charts/prometheus-opencost-exporter/values.yaml index fb5a9bf7ff31..ada00b3adfdf 100644 --- a/charts/prometheus-opencost-exporter/values.yaml +++ b/charts/prometheus-opencost-exporter/values.yaml @@ -53,9 +53,9 @@ opencost: defaultClusterId: 'default-cluster' image: # -- Exporter container image registry - registry: quay.io + registry: ghcr.io # -- Exporter container image name - repository: kubecost1/kubecost-cost-model + repository: opencost/opencost # -- Exporter container image tag # @default -- `""` (use appVersion in Chart.yaml) tag: "" @@ -170,8 +170,8 @@ opencost: # -- Use in-cluster Prometheus enabled: true # -- Service name of in-cluster Prometheus - serviceName: my-prometheus + serviceName: prometheus-server # -- Namespace of in-cluster Prometheus - namespaceName: opencost + namespaceName: prometheus-system # -- Service port of in-cluster Prometheus - port: 9090 + port: 80