Skip to content

Commit

Permalink
etrip chart 0.7.2 - fix worker pod's command
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebarbarosie committed Jan 13, 2025
1 parent 1af973c commit 1da884f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/etrip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v1
name: etrip
description: eTrip PHP Helm chart
type: application
version: 0.7.1
version: 0.7.2
appVersion: 6.5.35
2 changes: 1 addition & 1 deletion charts/etrip/templates/deploy-ngworker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
fsGroup: 33
containers:
- name: worker
command: [ php, /bin/worker.php ]
command: [ php, bin/worker.php ]
{{- include "etripngImage" . | nindent 8 }}
volumeMounts:
- mountPath: /app/config.yaml
Expand Down

0 comments on commit 1da884f

Please sign in to comment.