Skip to content

Commit

Permalink
bump prometheus-to-sd exporter to 0.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
  • Loading branch information
DrFaust92 committed Nov 10, 2023
1 parent e64c7be commit 65f1447
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions charts/prometheus-to-sd/Chart.yaml
@@ -1,12 +1,12 @@
apiVersion: v1
appVersion: 0.5.2
appVersion: "v0.9.2"
description: Scrape metrics stored in prometheus format and push them to the Stackdriver
home: https://github.com/GoogleCloudPlatform/k8s-stackdriver/tree/master/prometheus-to-sd
keywords:
- prometheus
- stackdriver
- prometheus
- stackdriver
maintainers:
- name: acondrat
email: arcadie.condrat@gmail.com
- name: acondrat
email: arcadie.condrat@gmail.com
name: prometheus-to-sd
version: 0.4.2
version: 0.5.0
2 changes: 1 addition & 1 deletion charts/prometheus-to-sd/templates/deployment.yaml
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: profiler
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-to-sd/values.yaml
@@ -1,7 +1,8 @@
replicaCount: 1
image:
repository: gcr.io/google-containers/prometheus-to-sd
tag: v0.5.2
# if not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: IfNotPresent
resources: {}
port: 6060
Expand Down

0 comments on commit 65f1447

Please sign in to comment.