Skip to content

Commit c6e2978

Browse files
committed
Update worker cmd and bump version
1 parent 9ad8822 commit c6e2978

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
description: GitLab Auto-deploy Helm Chart - Rails version
33
name: auto-deploy-rails
4-
version: 0.2.9
4+
version: 0.2.11
55
icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Copy [```values.yaml```](https://gitlab.com/leifcr/auto-deploy-rails/blob/master
9191
| readinessProbe.initialDelaySeconds | # of seconds after the container has started before readiness probes are initiated. | `5` |
9292
| readinessProbe.timeoutSeconds | # of seconds after which the readiness probe times out. | `3` |
9393
| worker.enabled | | `true` |
94-
| worker.command | | `bundle exec sidekiq` |
94+
| worker.command | | `sidekiq` |
9595
| worker.replicaCount | | 1 |
9696
| worker.sidekiq_alive.enabled | | `true` |
9797
| worker.sidekiq_alive.livenessProbe.path | Path to access on the HTTP server on periodic probe of container liveness. | `/` |

values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ readinessProbe:
3434
timeoutSeconds: 3
3535
worker:
3636
enabled: true
37-
command: 'bundle exec sidekiq' # Note: Will override entrypoint.
37+
command: 'sidekiq' # Note: Will override entrypoint.
3838
replicaCount: 1
3939
sidekiq_alive:
4040
enabled: true

0 commit comments

Comments
 (0)