diff --git a/Chart.yaml b/Chart.yaml index b6da369..9324cc1 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,4 +14,4 @@ type: library # 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. -version: 0.3.0 +version: 0.4.0 diff --git a/README.md b/README.md index 7e8819c..b68c155 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To use the library chart, `common` should be listed in `dependencies` field in y ```yaml dependencies: - name: common - version: 0.3.0 + version: 0.4.0 repository: https://hahow-helm-charts.storage.googleapis.com/ ``` diff --git a/starter/Chart.yaml b/starter/Chart.yaml index 9e25321..6c5f5fc 100644 --- a/starter/Chart.yaml +++ b/starter/Chart.yaml @@ -24,5 +24,5 @@ appVersion: 1.16.0 dependencies: - name: common - version: "0.3.0" + version: "0.4.0" repository: "https://hahow-helm-charts.storage.googleapis.com/"