Skip to content

Commit

Permalink
Bump version to 30.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf2014 committed Aug 14, 2024
1 parent 40754e3 commit 3eb97f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
files=(.cr-release-packages/druid-*)
# Move files to releases directory
if [ ${#files[@]} -gt 0 ]; then
git stash
git pull -X ours origin main # To remove after chart-releaser-action allows skip_upload
git stash pop
mv .cr-release-packages/druid-* releases/
git add releases/druid-*
helm repo index .
git add index.yaml
else
echo "No files starting with 'druid-' found in .cr-release-packages/"
fi
Expand All @@ -81,6 +81,8 @@ jobs:
if git diff --cached --quiet; then
echo "No changes to commit."
else
helm repo index .
git add index.yaml
git commit -m "Update releases directory"
git push origin main
fi
Expand Down
2 changes: 1 addition & 1 deletion charts/druid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

apiVersion: v2
name: druid
version: 30.0.13
version: 30.0.14
appVersion: 30.0.0
description: Apache Druid is a high performance real-time analytics database.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/druid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$ helm repo add druid-helm https://asdf2014.github.io/druid-helm/

# Install chart
$ helm install my-druid druid-helm/druid --version 30.0.13
$ helm install my-druid druid-helm/druid --version 30.0.14
```


Expand Down

1 comment on commit 3eb97f9

@GWphua
Copy link
Collaborator

@GWphua GWphua commented on 3eb97f9 Aug 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.