Skip to content

Commit

Permalink
Commit committed....
Browse files Browse the repository at this point in the history
Signed-off-by: Mriyam Tamuli <mbtamuli@gmail.com>
  • Loading branch information
mbtamuli committed Jan 17, 2024
1 parent 21dc1ab commit fdeb76b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/06-helm-release.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/06-update-helm-chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 06-update-helm-chart

on:
push:
branches: '*'
tags: 'v*.*.*'

jobs:
update-helm-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure Git
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Update Helm chart appVersion and version
working-directory: helm-charts
run:
cd hello-world
echo $GITHUB_REF

0 comments on commit fdeb76b

Please sign in to comment.