Skip to content

Commit

Permalink
[prometheus-stackdriver-exporter] bump stackdriver exporter to 0.14.1 (
Browse files Browse the repository at this point in the history
…prometheus-community#3847)

* bump stackdriver exporter to 0.14.1

Signed-off-by: drfaust92 <[email protected]>

* bump stackdriver exporter to 0.14.1

Signed-off-by: drfaust92 <[email protected]>

* Update Chart.yaml

Signed-off-by: Ilia Lazebnik <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
Signed-off-by: Ilia Lazebnik <[email protected]>
Signed-off-by: Sacha <[email protected]>
  • Loading branch information
DrFaust92 authored and sachasmart committed Dec 14, 2023
1 parent e1866af commit abef7dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-stackdriver-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Stackdriver exporter for Prometheus
name: prometheus-stackdriver-exporter
version: 4.3.1
appVersion: 0.13.0
version: 4.4.0
appVersion: v0.14.1
home: https://www.stackdriver.com/
sources:
- https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-stackdriver-exporter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
{{- end}}
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 }}
command: ["stackdriver_exporter"]
volumeMounts:
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-stackdriver-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ restartPolicy: Always

image:
repository: prometheuscommunity/stackdriver-exporter
tag: v0.13.0
# if not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: IfNotPresent

## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit abef7dd

Please sign in to comment.