diff --git a/charts/geth-helm/Chart.yaml b/charts/geth-helm/Chart.yaml index 2c7cd6b..2a47f89 100644 --- a/charts/geth-helm/Chart.yaml +++ b/charts/geth-helm/Chart.yaml @@ -1,7 +1,6 @@ apiVersion: v2 name: geth-node description: A Helm chart for Kubernetes - # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -11,13 +10,13 @@ description: A Helm chart for Kubernetes # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. 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.1.0 - +version: 0.0.7 # 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: 1.16.0 +appVersion: 0.0.7 +sources: + - https://github.com/spring-financial-group/geth-helm.git diff --git a/charts/geth-helm/values.yaml b/charts/geth-helm/values.yaml index df5ba16..ab15d69 100644 --- a/charts/geth-helm/values.yaml +++ b/charts/geth-helm/values.yaml @@ -4,4 +4,7 @@ geth: repository: ethereum/client-go tag: stable replicaCount: 1 - storageClass: standard \ No newline at end of file + storageClass: standard +image: + repository: jx3mqubebuild.azurecr.io/spring-financial-group/geth-helm + tag: 0.0.7