From f263b1fb64d356c506f9803c61f09277ff6c69eb Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Sun, 14 May 2023 18:15:05 +0000 Subject: [PATCH] chore: release 0.0.22 --- charts/geth-helm/Chart.yaml | 9 ++++----- charts/geth-helm/values.yaml | 3 +++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/charts/geth-helm/Chart.yaml b/charts/geth-helm/Chart.yaml index 9640a6a..4f4b291 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: 0.0.22 # 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.22 +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 73a6915..58d7587 100644 --- a/charts/geth-helm/values.yaml +++ b/charts/geth-helm/values.yaml @@ -7,3 +7,6 @@ geth: storageClass: azurefile storage: 5Gi accessMode: ReadWriteMany +image: + repository: jx3mqubebuild.azurecr.io/spring-financial-group/geth-helm + tag: 0.0.22