Skip to content

Commit

Permalink
fix ocv binary location in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
simisimis committed Jan 15, 2025
1 parent f510065 commit adb8030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion on-chain-voting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.3.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion on-chain-voting/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# on-chain-voting

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion on-chain-voting/templates/deployment-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
lifecycle:
{{- toYaml . | nindent 12 }}
{{- end }}
command: [ "/app/target/release/mina_ocv" ]
command: [ "/app/mina_ocv" ]
{{- if .Values.server.args }}
args:
{{- toYaml .Values.server.args | nindent 12 }}
Expand Down

0 comments on commit adb8030

Please sign in to comment.