diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 4bf07250..4ffaa73d 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -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.178.0 +version: 0.179.0 # 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 diff --git a/charts/akash-provider/templates/deployment.yaml b/charts/akash-provider/templates/deployment.yaml index 4545e667..36843c44 100644 --- a/charts/akash-provider/templates/deployment.yaml +++ b/charts/akash-provider/templates/deployment.yaml @@ -121,9 +121,6 @@ spec: - name: AKASH_CLUSTER_NODE_PORT_QUANTITY value: "2500" - - name: AKASH_CLUSTER_PUBLIC_HOSTNAME - value: "provider.{{ .Values.domain }}" - - name: AKASH_BID_PRICE_STRATEGY value: "{{ ternary "scale" "shellScript" (empty .Values.bidpricescript) }}" {{ if .Values.bidpricescript }}