Skip to content

Commit

Permalink
Update Docker image in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Strech committed Nov 20, 2022
1 parent 0071d5d commit f4e4821
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/sidekiq-prometheus-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: v1
appVersion: 0.1.17
appVersion: 0.1.17-1
description: A Helm chart to deploy sidekiq-prometheus-exporter in Kubernetes
name: sidekiq-prometheus-exporter
version: 0.1.18
2 changes: 1 addition & 1 deletion helm/sidekiq-prometheus-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ helm install sidekiq-metrics strech/sidekiq-prometheus-exporter --set serviceA
| `fullnameOverride` | Override the full resource names | `nil` |
| `image.registry` | Image registry | `docker.io` |
| `image.repository` | Image repository | `strech/sidekiq-prometheus-exporter` |
| `image.tag` | Image tag | `0.1.17` |
| `image.tag` | Image tag | `0.1.17-1` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `nil` |
| `containerPort` | Port for the exporter to bind on | `9292` |
Expand Down
2 changes: 1 addition & 1 deletion helm/sidekiq-prometheus-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
image:
registry: docker.io
repository: strech/sidekiq-prometheus-exporter
tag: 0.1.17
tag: 0.1.17-1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit f4e4821

Please sign in to comment.