Skip to content

Commit

Permalink
helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb-mp committed May 8, 2024
1 parent df057aa commit 2f1d38e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -27,5 +28,6 @@ jobs:
with:
charts_dir: deployment
pages_branch: gh-pages
packages_with_index: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion deployment/sriov-network-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2f1d38e

Please sign in to comment.