Skip to content

Commit

Permalink
fix(hostname-operator): do not specify the path (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy108369 authored Aug 9, 2023
1 parent 941c720 commit b89fa79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/akash-hostname-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)

# Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...)
version: 4.1.0
version: 4.1.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 charts/akash-hostname-operator/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
data:
run.sh: |
#!/bin/sh
exec /bin/provider-services hostname-operator --listen 0.0.0.0:8188
exec provider-services hostname-operator --listen 0.0.0.0:8188

0 comments on commit b89fa79

Please sign in to comment.