Skip to content

Commit 1cf4322

Browse files
Helm: kestra 1.0.27->1.0.28, starter 1.0.19->1.0.20, appVersion v1.2.0 (#248)
Co-authored-by: bump-version-wf <[email protected]>
1 parent e3a601c commit 1cf4322

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

charts/kestra-starter/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
type: application
3-
version: "1.0.19"
4-
appVersion: "v1.1.13"
3+
version: "1.0.20"
4+
appVersion: "v1.2.0"
55
name: kestra-starter
66
description: Infinitely scalable, event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
77
home: https://kestra.io
@@ -43,4 +43,4 @@ dependencies:
4343
version: "5.4.0"
4444
- name: kestra
4545
repository: https://helm.kestra.io/
46-
version: "1.0.27"
46+
version: "1.0.28"

charts/kestra-starter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# kestra-starter
2828

29-
![Version: 1.0.19](https://img.shields.io/badge/Version-1.0.19-informational?style=flat-square) ![AppVersion: v1.1.13](https://img.shields.io/badge/AppVersion-v1.1.13-informational?style=flat-square)
29+
![Version: 1.0.20](https://img.shields.io/badge/Version-1.0.20-informational?style=flat-square) ![AppVersion: v1.2.0](https://img.shields.io/badge/AppVersion-v1.2.0-informational?style=flat-square)
3030

3131
Infinitely scalable, event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
3232

@@ -38,7 +38,7 @@ To install the chart with the release name `my-kestra-starter`:
3838

3939
```console
4040
$ helm repo add kestra https://helm.kestra.io/
41-
$ helm install my-kestra-starter kestra/kestra-starter --version 1.0.19
41+
$ helm install my-kestra-starter kestra/kestra-starter --version 1.0.20
4242
```
4343

4444
## Requirements
@@ -47,7 +47,7 @@ $ helm install my-kestra-starter kestra/kestra-starter --version 1.0.19
4747
|------------|------|---------|
4848
| https://charts.min.io/ | minio | 5.4.0 |
4949
| https://groundhog2k.github.io/helm-charts/ | postgres | 1.5.7 |
50-
| https://helm.kestra.io/ | kestra | 1.0.27 |
50+
| https://helm.kestra.io/ | kestra | 1.0.28 |
5151

5252
## Values
5353

charts/kestra/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
type: application
3-
version: "1.0.27"
4-
appVersion: "v1.1.13"
3+
version: "1.0.28"
4+
appVersion: "v1.2.0"
55
name: kestra
66
description: Infinitely scalable, event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
77
home: https://kestra.io

charts/kestra/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# kestra
2828

29-
![Version: 1.0.27](https://img.shields.io/badge/Version-1.0.27-informational?style=flat-square) ![AppVersion: v1.1.13](https://img.shields.io/badge/AppVersion-v1.1.13-informational?style=flat-square)
29+
![Version: 1.0.28](https://img.shields.io/badge/Version-1.0.28-informational?style=flat-square) ![AppVersion: v1.2.0](https://img.shields.io/badge/AppVersion-v1.2.0-informational?style=flat-square)
3030

3131
Infinitely scalable, event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
3232

@@ -38,7 +38,7 @@ To install the chart with the release name `my-kestra`:
3838

3939
```console
4040
$ helm repo add kestra https://helm.kestra.io/
41-
$ helm install my-kestra kestra/kestra --version 1.0.27
41+
$ helm install my-kestra kestra/kestra --version 1.0.28
4242
```
4343

4444
## Migration from 0.x.x to 1.0.0

0 commit comments

Comments
 (0)