From 504229e891769bb0397151f9d5ef2b6199aac5ac Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Fri, 18 Aug 2023 12:49:05 +0000 Subject: [PATCH] chore: release 2.0.1 --- charts/geth-helm/Chart.yaml | 9 ++++----- charts/geth-helm/values.yaml | 5 ++++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/geth-helm/Chart.yaml b/charts/geth-helm/Chart.yaml index 9640a6a..acb6152 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 - +version: 2.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. -appVersion: 1.16.0 +appVersion: 2.0.1 +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 c1b2560..f027141 100644 --- a/charts/geth-helm/values.yaml +++ b/charts/geth-helm/values.yaml @@ -13,4 +13,7 @@ geth: accountAddress: accountSecrets: generatedPasswordSecretName: - initialWalletAmount: 100000000000000000000 \ No newline at end of file + initialWalletAmount: 100000000000000000000 +image: + repository: jx3mqubebuild.azurecr.io/spring-financial-group/geth-helm + tag: 2.0.1