Skip to content

Commit

Permalink
gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmaciejko-gid committed Feb 28, 2024
1 parent 9b89380 commit 9915b44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Helm
uses: azure/setup-helm@v2
uses: azure/setup-helm@v3
with:
version: 'v3.7.0'

Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Helm
uses: azure/setup-helm@v2
uses: azure/setup-helm@v3
with:
version: 'v3.7.0'

Expand All @@ -22,15 +22,13 @@ jobs:
git config --global user.name "GitHub Actions"
- name: Package Helm Charts
run: helm package -d charts hive-metastore
run: helm package -d charts/tmp hive-metastore

- name: Publish Helm Charts on bh-pages branch
run: |
git add -A
git fetch
git stash
git checkout bh-pages
git stash pop
mv charts/tmp/* charts/
helm repo index .
git add -A
git commit -m "Helm chart release"
Expand Down

0 comments on commit 9915b44

Please sign in to comment.