Skip to content

Commit

Permalink
Update sidekiq-prometheus-exporter version for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Strech committed Mar 11, 2022
1 parent 46dc2a7 commit efb6971
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ruby:2.7.3-alpine
FROM ruby:2.7.5-alpine

LABEL maintainer="Sergey Fedorov <[email protected]>"
LABEL repository="strech/sidekiq-prometheus-exporter"

ENV RACK_VERSION 2.0.9
ENV SIDEKIQ_VERSION 6.2.1
ENV REDIS_NAMESPACE_VERSION 1.8.1
ENV SIDEKIQ_PROMETHEUS_EXPORTER_VERSION 0.1.16
ENV SIDEKIQ_PROMETHEUS_EXPORTER_VERSION 0.1.17

RUN addgroup -S exporter \
&& adduser -s /bin/false -SDHg exporter exporter \
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/sidekiq_3.3.1.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: ..
specs:
sidekiq-prometheus-exporter (0.1.16)
sidekiq-prometheus-exporter (0.1.17)
rack (>= 1.6.0)
sidekiq (>= 3.3.1)

GEM
Expand Down Expand Up @@ -122,4 +123,4 @@ DEPENDENCIES
timecop (~> 0.9)

BUNDLED WITH
2.3.9
2.3.7
5 changes: 3 additions & 2 deletions gemfiles/sidekiq_3.x.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: ..
specs:
sidekiq-prometheus-exporter (0.1.16)
sidekiq-prometheus-exporter (0.1.17)
rack (>= 1.6.0)
sidekiq (>= 3.3.1)

GEM
Expand Down Expand Up @@ -137,4 +138,4 @@ DEPENDENCIES
timecop (~> 0.9)

BUNDLED WITH
2.3.9
2.3.7
5 changes: 3 additions & 2 deletions gemfiles/sidekiq_4.x.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: ..
specs:
sidekiq-prometheus-exporter (0.1.16)
sidekiq-prometheus-exporter (0.1.17)
rack (>= 1.6.0)
sidekiq (>= 3.3.1)

GEM
Expand Down Expand Up @@ -98,4 +99,4 @@ DEPENDENCIES
timecop (~> 0.9)

BUNDLED WITH
2.3.9
2.3.7
5 changes: 3 additions & 2 deletions gemfiles/sidekiq_5.x.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: ..
specs:
sidekiq-prometheus-exporter (0.1.16)
sidekiq-prometheus-exporter (0.1.17)
rack (>= 1.6.0)
sidekiq (>= 3.3.1)

GEM
Expand Down Expand Up @@ -97,4 +98,4 @@ DEPENDENCIES
timecop (~> 0.9)

BUNDLED WITH
2.3.9
2.3.7
5 changes: 3 additions & 2 deletions gemfiles/sidekiq_6.x.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: ..
specs:
sidekiq-prometheus-exporter (0.1.16)
sidekiq-prometheus-exporter (0.1.17)
rack (>= 1.6.0)
sidekiq (>= 3.3.1)

GEM
Expand Down Expand Up @@ -94,4 +95,4 @@ DEPENDENCIES
timecop (~> 0.9)

BUNDLED WITH
2.3.9
2.3.7
5 changes: 3 additions & 2 deletions gemfiles/sidekiq_latest.Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ GIT
PATH
remote: ..
specs:
sidekiq-prometheus-exporter (0.1.16)
sidekiq-prometheus-exporter (0.1.17)
rack (>= 1.6.0)
sidekiq (>= 3.3.1)

GEM
Expand Down Expand Up @@ -112,4 +113,4 @@ DEPENDENCIES
timecop (~> 0.9)

BUNDLED WITH
2.3.9
2.3.7
4 changes: 2 additions & 2 deletions 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.16
appVersion: 0.1.17
description: A Helm chart to deploy sidekiq-prometheus-exporter in Kubernetes
name: sidekiq-prometheus-exporter
version: 0.1.16
version: 0.1.17
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.16` |
| `image.tag` | Image tag | `0.1.17` |
| `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.16
tag: 0.1.17
## 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 efb6971

Please sign in to comment.