Skip to content

Commit 751bf8a

Browse files
risingwave-cicyliu0arkbriar
authored
chore: bump risingwave to v2.6.2, release chart 0.2.43 (#211)
* chore: bump risingwave to v2.6.2, release chart 0.2.43 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Pin helm to v3.19.2 Signed-off-by: arkbriar <arkbriar@gmail.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: arkbriar <arkbriar@gmail.com> Co-authored-by: cyliu0 <35356271+cyliu0@users.noreply.github.com> Co-authored-by: arkbriar <arkbriar@gmail.com>
1 parent 376a41a commit 751bf8a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
2929
- name: Install Helm
3030
uses: azure/setup-helm@v4
31+
with:
32+
version: v3.19.2
3133

3234
- name: Run chart-releaser
3335
uses: helm/chart-releaser-action@v1.6.0

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Install Helm
2323
uses: azure/setup-helm@v4
24+
with:
25+
version: v3.19.2
2426

2527
- name: Install helm-unittests
2628
run: |

charts/risingwave/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.2.42
22+
version: 0.2.43
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
2727
# It is recommended to use it with quotes.
28-
appVersion: "v2.6.1"
28+
appVersion: "v2.6.2"
2929

3030
dependencies:
3131
- name: common

charts/risingwave/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ diagnosticMode:
109109
image:
110110
registry: docker.risingwave.com
111111
repository: risingwavelabs/risingwave
112-
tag: "v2.6.1"
112+
tag: "v2.6.2"
113113
digest: ""
114114
## @param image.pullPolicy RisingWave image pull policy
115115
## Specify a imagePullPolicy

0 commit comments

Comments
 (0)