Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prometheus-opencost-exporter] OpenCost 1.111.0 release and change in registry #4639

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions charts/prometheus-opencost-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,6 +11,7 @@ keywords:
- opencost
- prometheus
- exporter
- finops
maintainers:
- email: [email protected]
name: mattray
2 changes: 1 addition & 1 deletion charts/prometheus-opencost-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prometheus Opencost Exporter
# Prometheus OpenCost Exporter

Prometheus exporter for [OpenCost](https://www.opencost.io) Kubernetes cost monitoring data.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions charts/prometheus-opencost-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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