Skip to content

Commit

Permalink
Update sidekiq to 6.2.1 in Docker image
Browse files Browse the repository at this point in the history
* Change Docker image version to 0.1.15-3 in Helm chart
  • Loading branch information
Strech committed Jul 29, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent dfab9a1 commit 0c9087a
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ruby:2.7.1-alpine
FROM ruby:2.7.3-alpine

LABEL maintainer="Sergey Fedorov <oni.strech@gmail.com>"
LABEL repository="strech/sidekiq-prometheus-exporter"

ENV RACK_VERSION 2.0.9
ENV SIDEKIQ_VERSION 5.2.8
ENV SIDEKIQ_VERSION 6.2.1
ENV REDIS_NAMESPACE_VERSION 1.8.1
ENV SIDEKIQ_PROMETHEUS_EXPORTER_VERSION 0.1.15

2 changes: 1 addition & 1 deletion helm/sidekiq-prometheus-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@ apiVersion: v1
appVersion: 0.1.15
description: A Helm chart to deploy sidekiq-prometheus-exporter in Kubernetes
name: sidekiq-prometheus-exporter
version: 0.1.15-2
version: 0.1.15-3
2 changes: 1 addition & 1 deletion helm/sidekiq-prometheus-exporter/README.md
Original file line number Diff line number Diff line change
@@ -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.15-2` |
| `image.tag` | Image tag | `0.1.15-3` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `nil` |
| `containerPort` | Port for the exporter to bind on | `9292` |
2 changes: 1 addition & 1 deletion helm/sidekiq-prometheus-exporter/values.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
image:
registry: docker.io
repository: strech/sidekiq-prometheus-exporter
tag: 0.1.15-2
tag: 0.1.15-3
## 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

0 comments on commit 0c9087a

Please sign in to comment.