Skip to content

Commit

Permalink
fix up akash node and akash provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sacreman committed Oct 21, 2021
1 parent 2e49b9c commit 8b39269
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 23 deletions.
2 changes: 1 addition & 1 deletion charts/akash-node/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.2.0
version: 0.3.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
Expand Down
10 changes: 7 additions & 3 deletions charts/akash-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
replicaCount: 1

image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
repository: ovrclk/akashd
tag: latest
pullPolicy: IfNotPresent

akashd:
ports:
p2p: 26656
rpc: 26657

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/akash-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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.60.0
version: 0.61.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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.12.2
appVersion: 0.14.0
18 changes: 1 addition & 17 deletions charts/akash-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,12 @@

replicaCount: 1

image:
repository: ovrclk/akashd
tag: latest
pullPolicy: IfNotPresent

akashd:
ports:
p2p: 26656
rpc: 26657

installCRDs: true

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

ingress:
# Pubicly routable FQDN of the the Provider
#
domain: ""
classname: nginx

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand Down Expand Up @@ -84,7 +68,7 @@ akash_client:
akash_provider:
providercert:
ingress-static-hosts: false
ingress-domain: "localhost.local"
ingress-domain:
ingress-expose-lb-hosts: false
network-policies-enabled: false
bid-price-strategy: "randomRange"
Expand Down

0 comments on commit 8b39269

Please sign in to comment.