diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 614af97..8bb77c4 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.0 +version: 0.4.1 diff --git a/charts/cron-job/Chart.yaml b/charts/cron-job/Chart.yaml index 84d0cb9..f71ddf7 100644 --- a/charts/cron-job/Chart.yaml +++ b/charts/cron-job/Chart.yaml @@ -19,5 +19,5 @@ version: 0.63.0 dependencies: - name: common - version: 0.4.0 + version: 0.4.1 repository: file://../common diff --git a/charts/onechart/Chart.yaml b/charts/onechart/Chart.yaml index 0a69158..3637dbe 100644 --- a/charts/onechart/Chart.yaml +++ b/charts/onechart/Chart.yaml @@ -19,5 +19,5 @@ version: 0.63.0 dependencies: - name: common - version: 0.4.0 + version: 0.4.1 repository: file://../common