diff --git a/charts/geth-helm/Chart.yaml b/charts/geth-helm/Chart.yaml index 9640a6a..55e3888 100644 --- a/charts/geth-helm/Chart.yaml +++ b/charts/geth-helm/Chart.yaml @@ -1,7 +1,6 @@ apiVersion: v2 name: geth-helm 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 - # 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.1.0 +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 67610a2..07864f1 100644 --- a/charts/geth-helm/values.yaml +++ b/charts/geth-helm/values.yaml @@ -8,3 +8,6 @@ geth: storage: 5Gi accessMode: ReadWriteMany memory: 2Gi +image: + repository: jx3mqubebuild.azurecr.io/spring-financial-group/geth-helm + tag: 0.1.0