Skip to content

Commit

Permalink
Release 30.0.9 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
GWphua authored Aug 14, 2024
1 parent b40b2c0 commit 1868fa6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
CR_SKIP_EXISTING: true # If left false, having a .tgz file in main repository will throw error.
- name: Clean-up and shift files to releases directory
run: |
git pull origin main
mkdir -p releases/
shopt -s nullglob
files=(.cr-release-packages/druid-*)
Expand Down
2 changes: 1 addition & 1 deletion 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.8
$ helm install my-druid druid-helm/druid --version 30.0.9
```


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.8
version: 30.0.9
appVersion: 30.0.0
description: Apache Druid is a high performance real-time analytics database.
keywords:
Expand Down
File renamed without changes.

0 comments on commit 1868fa6

Please sign in to comment.