Skip to content

Commit

Permalink
Merge pull request #244 from adityajoshi12/main
Browse files Browse the repository at this point in the history
  • Loading branch information
adityajoshi12 authored Jan 11, 2025
2 parents 47482ee + ab66176 commit bf7bf33
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 1,021 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release_charts.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Release Chart

on:
workflow_dispatch:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
paths:
- 'chart/**'
- '.github/workflows/release_charts.yml'

jobs:
release:
Expand All @@ -25,6 +29,16 @@ jobs:
- name: Install additional Helm repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"

- name: Generate CRDs
run: |
go install sigs.k8s.io/controller-tools/cmd/[email protected]
make generate manifests
cp config/crd/bases/* chart/hlf-operator/templates/crds/
- name: Operator charts
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion chart/hlf-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.9.0
version: 1.11.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. Versions are not expected to
Expand Down
Loading

0 comments on commit bf7bf33

Please sign in to comment.