Skip to content

Commit

Permalink
Bumpup scalardl patch version to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu committed Dec 14, 2021
1 parent 649c197 commit 9490229
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release Charts

on:
push:
branches:
- 'prepare-release-v*'
workflow_dispatch:
branches:
- main
Expand Down
4 changes: 2 additions & 2 deletions charts/scalardl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: scalardl
description: Scalar DL is a tamper-evident and scalable distributed database.
type: application
version: 3.2.1
appVersion: 3.2.1
version: 3.2.2
appVersion: 3.2.2
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/scalardl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ledger:
# -- Docker image
repository: ghcr.io/scalar-labs/scalar-ledger
# -- Docker tag
version: 3.2.1
version: 3.2.2
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 9490229

Please sign in to comment.