Skip to content

Commit

Permalink
test helm chart pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Wenzel authored and Felix Wenzel committed Jan 9, 2024
1 parent 1b3911f commit d7e2cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
branches:
- main
paths:
- ".github/workflows/chart.yaml"
- ".github/workflows/push-helm.yaml"
- "charts/**"

jobs:
release:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion charts/azure-clientid-syncer-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: azure-clientid-syncer-webhook
description: A Helm chart to install the azure-clientid-syncer webhook
type: application
version: 0.0.1
version: 0.0.2
appVersion: 0.0.0
home: https://github.com/shiftavenue/azure-clientid-syncer
sources:
Expand Down

0 comments on commit d7e2cdf

Please sign in to comment.