diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3ad569a1..f66d086f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # global owner -* @sacreman +* @devalpatel67 diff --git a/.gitmodules b/.gitmodules index f98f5163..0422243e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "provider"] path = provider - url = https://github.com/akash-network/provider.git + url = https://github.com/devalpatel67/provider.git diff --git a/charts/akash-hostname-operator/Chart.yaml b/charts/akash-hostname-operator/Chart.yaml index 854b25ce..36c48e6e 100644 --- a/charts/akash-hostname-operator/Chart.yaml +++ b/charts/akash-hostname-operator/Chart.yaml @@ -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 diff --git a/charts/akash-hostname-operator/values.yaml b/charts/akash-hostname-operator/values.yaml index ccbc7c73..0f6fa89b 100644 --- a/charts/akash-hostname-operator/values.yaml +++ b/charts/akash-hostname-operator/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: ghcr.io/akash-network/provider + repository: ghcr.io/devalpatel67/provider pullPolicy: IfNotPresent imagePullSecrets: [] @@ -23,10 +23,12 @@ serviceAccount: podAnnotations: {} -podSecurityContext: {} +podSecurityContext: + {} # fsGroup: 2000 -securityContext: {} +securityContext: + {} # capabilities: # drop: # - 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 diff --git a/charts/akash-inventory-operator/Chart.yaml b/charts/akash-inventory-operator/Chart.yaml index 74604c1c..6c97023e 100644 --- a/charts/akash-inventory-operator/Chart.yaml +++ b/charts/akash-inventory-operator/Chart.yaml @@ -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 diff --git a/charts/akash-inventory-operator/values.yaml b/charts/akash-inventory-operator/values.yaml index e7686256..a14fd282 100644 --- a/charts/akash-inventory-operator/values.yaml +++ b/charts/akash-inventory-operator/values.yaml @@ -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 diff --git a/charts/akash-ip-operator/Chart.yaml b/charts/akash-ip-operator/Chart.yaml index 8e8d75ff..03e6ad12 100644 --- a/charts/akash-ip-operator/Chart.yaml +++ b/charts/akash-ip-operator/Chart.yaml @@ -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 diff --git a/charts/akash-ip-operator/values.yaml b/charts/akash-ip-operator/values.yaml index 801aba85..78445df8 100644 --- a/charts/akash-ip-operator/values.yaml +++ b/charts/akash-ip-operator/values.yaml @@ -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: diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 7c666c26..589635ed 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -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 diff --git a/charts/akash-provider/values.yaml b/charts/akash-provider/values.yaml index a40d53fe..25e27a54 100644 --- a/charts/akash-provider/values.yaml +++ b/charts/akash-provider/values.yaml @@ -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: