Skip to content

Commit

Permalink
Merge pull request #47 from blockscout/sql-eporter-0.1.2
Browse files Browse the repository at this point in the history
[sql-exporter] Fix hardcoded image tag
  • Loading branch information
alik-agaev authored Dec 5, 2024
2 parents a1fcf66 + a1b9632 commit eab3897
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sql-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sql-exporter
version: 0.1.1
appVersion: 2.9.2
version: 0.1.2
appVersion: 2.10.0
description: Prometheus exporter which allows collecting metrics from database queries, at specified time intervals
apiVersion: v1
2 changes: 1 addition & 1 deletion charts/sql-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: {{ .Values.image.repository }}:latest
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- query-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/sql-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replicas: 1
image:
repository: adonato/query-exporter
pullPolicy: Always
# tag: <default to chart version>
tag: latest

## Additional labels and annotations for the deployment resource
##
Expand Down

0 comments on commit eab3897

Please sign in to comment.