Skip to content

Commit

Permalink
[prometheus-fastly-exporter] Bump to 7.6.1 (prometheus-community#4002)
Browse files Browse the repository at this point in the history
* Bump to 7.6.1

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* fix chart app version

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

---------

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Signed-off-by: Sacha <sacha.smart@gmail.com>
  • Loading branch information
DrFaust92 authored and sachasmart committed Dec 14, 2023
1 parent 44d3a60 commit bb36cc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-fastly-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "7.2.4"
appVersion: "v7.6.1"
description: A Helm chart for the Prometheus Fastly Exporter
name: prometheus-fastly-exporter
version: 0.2.0
version: 0.3.0
keywords:
- metrics
- fastly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 }}
args:
{{- range $key, $value := .Values.options }}
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-fastly-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ serviceAccount:

image:
repository: ghcr.io/fastly/fastly-exporter
tag: v7.2.4
# if not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: IfNotPresent

# API token Fastly - https://docs.fastly.com/en/guides/using-api-tokens#creating-api-tokens
Expand Down

0 comments on commit bb36cc1

Please sign in to comment.