Skip to content

Commit

Permalink
chore: Updates chart to latest version, pulls version from Chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmriebold committed Feb 23, 2024
1 parent b86745d commit 148d53e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/sqs-prometheus-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: sqs-prometheus-exporter
version: 1.1.5
version: 1.1.6
description: Helm chart for the SQS Prometheus Exporter
keywords:
- prometheus
Expand All @@ -15,4 +15,4 @@ sources:
maintainers:
- name: John Riebold
email: [email protected]
appVersion: 1.0.5
appVersion: 1.0.6
2 changes: 1 addition & 1 deletion chart/sqs-prometheus-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
{{- end }}
containers:
- name: {{ .Values.app.name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: IfNotPresent
ports:
- name: traffic
Expand Down
3 changes: 2 additions & 1 deletion chart/sqs-prometheus-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ app:

image:
repository: ghcr.io/jmriebold/sqs-prometheus-exporter
tag: 1.0.5
# Defaults to appVersion in Chart.yaml
tag: ""

deployment:
resources:
Expand Down

0 comments on commit 148d53e

Please sign in to comment.