diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ece581..4b538d3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,6 @@ on: - main paths: - 'charts/**' - workflow_dispatch: jobs: @@ -22,6 +21,7 @@ jobs: run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + - name: Install Helm uses: azure/setup-helm@v1 with: @@ -32,4 +32,5 @@ jobs: with: version: v1.2.1 env: - CR_TOKEN: '${{ secrets.CR_TOKEN }}' \ No newline at end of file + CR_TOKEN: '${{ secrets.CR_TOKEN }}' + CR_SKIP_EXISTING: true \ No newline at end of file diff --git a/charts/cert-manager/Chart.yaml b/charts/cert-manager/Chart.yaml index 2e97313..029835e 100644 --- a/charts/cert-manager/Chart.yaml +++ b/charts/cert-manager/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: cert-manager # The version and appVersion fields are set automatically by the release tool -version: v0.1.0 +version: 0.1.0 appVersion: v1.4.0-alpha.0 description: A Helm chart for cert-manager home: https://github.com/jetstack/cert-manager diff --git a/charts/cluster-api-bootstrap-provider-kubeadm/Chart.yaml b/charts/cluster-api-bootstrap-provider-kubeadm/Chart.yaml index f558d72..6898d47 100755 --- a/charts/cluster-api-bootstrap-provider-kubeadm/Chart.yaml +++ b/charts/cluster-api-bootstrap-provider-kubeadm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cabpk description: Cluster API Bootstrap Provider Kubeadm Helm Chart generated from kustomize. type: application -version: v1.0.1 +version: 1.0.1 appVersion: "v1.0.1" keywords: - capi \ No newline at end of file diff --git a/charts/cluster-api-controlplane-provider-kubeadm/Chart.yaml b/charts/cluster-api-controlplane-provider-kubeadm/Chart.yaml index 0a0cc4a..0a6dcc0 100755 --- a/charts/cluster-api-controlplane-provider-kubeadm/Chart.yaml +++ b/charts/cluster-api-controlplane-provider-kubeadm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cacpk description: Cluster API Controlplane Provider Kubeadm Helm Chart generated from kustomize. type: application -version: v1.0.1 +version: 1.0.1 appVersion: "v1.0.1" keywords: - capi \ No newline at end of file diff --git a/charts/cluster-api-provider-hetzner/Chart.yaml b/charts/cluster-api-provider-hetzner/Chart.yaml index c75ce7f..b06c6c7 100755 --- a/charts/cluster-api-provider-hetzner/Chart.yaml +++ b/charts/cluster-api-provider-hetzner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: caph description: Cluster API Provider Hetzner Helm Chart generated from kustomize. type: application -version: v1.0.0-alpha.1 +version: 1.0.0-alpha.1 appVersion: "v1.0.0-alpha.1" keywords: - capi \ No newline at end of file diff --git a/charts/cluster-api/Chart.yaml b/charts/cluster-api/Chart.yaml index 0ffe3cf..99debd3 100755 --- a/charts/cluster-api/Chart.yaml +++ b/charts/cluster-api/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: capi description: Cluster API Helm Chart generated from kustomize. type: application -version: v1.0.1 +version: 1.0.1 appVersion: "v1.0.1" keywords: - capi \ No newline at end of file diff --git a/charts/csi-hcloud/Chart.yaml b/charts/csi-hcloud/Chart.yaml index 5e47656..8edb079 100644 --- a/charts/csi-hcloud/Chart.yaml +++ b/charts/csi-hcloud/Chart.yaml @@ -14,7 +14,7 @@ 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. -version: v0.1.0 +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. diff --git a/charts/monochart/Chart.yaml b/charts/monochart/Chart.yaml index 3eec52e..a7e418c 100644 --- a/charts/monochart/Chart.yaml +++ b/charts/monochart/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 description: Utility-first Helm Chart. One Chart to rule them all. name: monochart -version: v0.2.0 \ No newline at end of file +version: 0.2.0 \ No newline at end of file