diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart-push-release.yml similarity index 81% rename from .github/workflows/helm-chart.yml rename to .github/workflows/helm-chart-push-release.yml index 5b8efc418..531da57a4 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart-push-release.yml @@ -1,13 +1,14 @@ -name: Release Charts +name: "Push Helm chart to Github Pages on release" on: push: + # tags: + # - v* branches: - helm - workflow_dispatch: jobs: - release: + build-and-push-helm-chart: permissions: contents: write runs-on: ubuntu-latest @@ -27,5 +28,6 @@ jobs: with: charts_dir: deployment pages_branch: gh-pages + packages_with_index: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/deployment/sriov-network-operator/Chart.yaml b/deployment/sriov-network-operator/Chart.yaml index 27da6393d..1a8e38380 100644 --- a/deployment/sriov-network-operator/Chart.yaml +++ b/deployment/sriov-network-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: sriov-network-operator -version: 0.1.1 +version: 0.1.2 kubeVersion: '>= 1.16.0' appVersion: 1.2.0 description: SR-IOV network operator configures and manages SR-IOV networks in the kubernetes cluster