Skip to content

Commit

Permalink
🐛 fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
batistein committed Dec 8, 2021
1 parent 6d90822 commit 769fade
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- main
paths:
- 'charts/**'

workflow_dispatch:

jobs:
Expand All @@ -22,6 +21,7 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
Expand All @@ -32,4 +32,5 @@ jobs:
with:
version: v1.2.1
env:
CR_TOKEN: '${{ secrets.CR_TOKEN }}'
CR_TOKEN: '${{ secrets.CR_TOKEN }}'
CR_SKIP_EXISTING: true
2 changes: 1 addition & 1 deletion charts/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-api-bootstrap-provider-kubeadm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/cluster-api-provider-hetzner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/cluster-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/csi-hcloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/monochart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
description: Utility-first Helm Chart. One Chart to rule them all.
name: monochart
version: v0.2.0
version: 0.2.0

0 comments on commit 769fade

Please sign in to comment.