Skip to content

Commit

Permalink
ci(repo): Fix Helm publish Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 2, 2024
1 parent 5dfaff9 commit aec6bb3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/helm_publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and publish Helm Chart

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -30,6 +31,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Helm Dependencies Update For fuel-nats
run: |
cd cluster/charts/"${{ matrix.chart }} && helm dependency update
- name: Package and Push Charts
uses: bsord/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions cluster/charts/fuel-local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: fuel-local
version: 0.2.0
dependencies:
- name: fuel-streams-publisher
version: "0.3.7"
version: "0.3.8"
repository: "file://../fuel-streams-publisher"
- name: fuel-nats
version: "0.1.0"
version: "0.1.1"
repository: "file://../fuel-nats"
2 changes: 1 addition & 1 deletion cluster/charts/fuel-nats/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: fuel-nats
description: Fuel's NATS configuration based on the official NATS Helm chart
version: 0.1.0
version: 0.1.1
appVersion: "2.10.22"
type: application

Expand Down
2 changes: 1 addition & 1 deletion cluster/charts/fuel-streams-publisher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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: 0.3.7
version: 0.3.8
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down

0 comments on commit aec6bb3

Please sign in to comment.