Skip to content

Commit

Permalink
Merge pull request #489 from davidkarlsen/fixHelmReleasing
Browse files Browse the repository at this point in the history
fix releasing of helm Charts
  • Loading branch information
Marko Mikulicic authored Dec 17, 2020
2 parents d2f5be9 + 1f6108c commit 092a0c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Release Charts

on:
push:
tags:
- 'helm-v*'
paths:
- 'helm/**'
branches:
- master

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion helm/sealed-secrets/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sealed-secrets
description: A Helm chart for Sealed Secrets
version: 1.13.0
version: 1.13.1
icon: https://avatars0.githubusercontent.com/u/34656521?s=200&v=4
appVersion: 0.13.1
kubeVersion: ">=1.9.0-0"
Expand Down

0 comments on commit 092a0c2

Please sign in to comment.