Skip to content

Commit fc0c59d

Browse files
committed
Fix Helm Chart release workflow
1 parent d18735b commit fc0c59d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- charts/*
8+
- charts/**
99

1010
jobs:
1111
release:

charts/ext-postgres-operator/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ description: |
77
helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator
88
99
type: application
10+
1011
version: 2.0.0
1112
appVersion: "2.0.0"

0 commit comments

Comments
 (0)