Skip to content

Commit

Permalink
fix: binary command on Helm deployment template
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed Aug 13, 2024
1 parent fef3277 commit 3e9ca2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bucket-simple-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: application
description: >-
A Helm chart for Bucket Simple Server, a tiny server to safely expose
some routes on from buckets without sharing cloud credentials
version: 0.1.1 # chart version
version: 0.1.2 # chart version
appVersion: "0.1.0" # application version
kubeVersion: ">=1.22.0-0" # kubernetes version
home: https://github.com/freepik-company/bucket-simple-server
Expand Down
2 changes: 1 addition & 1 deletion charts/bucket-simple-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
image: "{{ .Values.agent.image.repository }}:{{ .Values.agent.image.tag | default (printf "v%s" .Chart.AppVersion) }}"
imagePullPolicy: {{ .Values.agent.image.pullPolicy }}
command:
- /bucketSimpleServer
- /bss
- run
- --config
- /etc/agent/bucketSimpleServer.yaml
Expand Down

0 comments on commit 3e9ca2d

Please sign in to comment.