Skip to content

Commit

Permalink
provider chart update
Browse files Browse the repository at this point in the history
  • Loading branch information
devalpatel67 committed Nov 22, 2023
1 parent e8e1213 commit 4795d12
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# global owner
* @sacreman
* @devalpatel67
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "provider"]
path = provider
url = https://github.com/akash-network/provider.git
url = https://github.com/devalpatel67/provider.git
4 changes: 2 additions & 2 deletions charts/akash-hostname-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ version: 8.0.0
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
#
# Refs https://github.com/akash-network/provider/releases
appVersion: 0.4.8
# Refs https://github.com/devalpatel67/provider/releases
appVersion: 0.4.9
14 changes: 9 additions & 5 deletions charts/akash-hostname-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: ghcr.io/akash-network/provider
repository: ghcr.io/devalpatel67/provider
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand All @@ -23,10 +23,12 @@ serviceAccount:

podAnnotations: {}

podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000

securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
Expand All @@ -41,12 +43,14 @@ service:
ingress:
enabled: false
className: "akash-ingress-class"
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts: {}

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down
4 changes: 2 additions & 2 deletions charts/akash-inventory-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ version: 8.0.0
# 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.
#
# Refs https://github.com/akash-network/provider/releases
appVersion: 0.4.8
# Refs https://github.com/devalpatel67/provider/releases
appVersion: 0.4.9
2 changes: 1 addition & 1 deletion charts/akash-inventory-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Declare variables to be passed into your templates.

image:
repository: ghcr.io/akash-network/provider
repository: ghcr.io/devalpatel67/provider
pullPolicy: IfNotPresent
4 changes: 2 additions & 2 deletions charts/akash-ip-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ version: 8.0.0
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
#
# Refs https://github.com/akash-network/provider/releases
appVersion: 0.4.8
# Refs https://github.com/devalpatel67/provider/releases
appVersion: 0.4.9
2 changes: 1 addition & 1 deletion charts/akash-ip-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Declare variables to be passed into your templates.

image:
repository: ghcr.io/akash-network/provider
repository: ghcr.io/devalpatel67/provider

provider_address:
6 changes: 3 additions & 3 deletions charts/akash-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ 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: 8.0.0
version: 8.0.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
# follow Semantic Versioning. They should reflect the version the application is using.
#
# Refs https://github.com/akash-network/provider/releases
appVersion: 0.4.8
# Refs https://github.com/devalpatel67/provider/releases
appVersion: 0.4.9
2 changes: 1 addition & 1 deletion charts/akash-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

image:
repository: ghcr.io/akash-network/provider
repository: ghcr.io/devalpatel67/provider
pullPolicy: IfNotPresent

from:
Expand Down

0 comments on commit 4795d12

Please sign in to comment.