Skip to content

Commit d82a91b

Browse files
authored
chore: set app version to 1.0.0-beta-4 (#13)
resolves issue #12
1 parent 099a7ac commit d82a91b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The output should be something like:
3535

3636
```
3737
NAME CHART VERSION APP VERSION DESCRIPTION
38-
operaton/operaton 1.0.3 1.0.0-beta-3 Helm chart for Operaton
38+
operaton/operaton 1.0.4 1.0.0-beta-4 Helm chart for Operaton
3939
```
4040

4141
Note: The `--devel` flag includes development versions in the search results. Without this flag, only stable versions will be listed.
@@ -45,19 +45,19 @@ Note: The `--devel` flag includes development versions in the search results. Wi
4545
To install a specific version from the list above, use:
4646

4747
```shell
48-
helm install operaton operaton/operaton --version 1.0.3
48+
helm install operaton operaton/operaton --version 1.0.4
4949
```
5050

5151
In this example:
5252

5353
* The Operaton chart will be installed under the release name `operaton`
54-
* The version `1.0.3` will be used
54+
* The version `1.0.4` will be used
5555
* The installation will take place in the `default` namespace.
5656

5757
To install the chart in a specific namespace, add the `-n YOUR_NAMESPACE` flag:
5858

5959
```shell
60-
helm install operaton operaton/operaton --version 1.0.3 -n YOUR_NAMESPACE
60+
helm install operaton operaton/operaton --version 1.0.4 -n YOUR_NAMESPACE
6161
```
6262

6363
### Verify the Installation
@@ -70,7 +70,7 @@ You should be able to see your chart installed having the status `deployed` like
7070

7171
```
7272
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
73-
operaton default 1 2025-02-28 10:20:34.586319 +0100 CET deployed operaton-1.0.3 1.0.0-beta-3
73+
operaton default 1 2025-02-28 10:20:34.586319 +0100 CET deployed operaton-1.0.4 1.0.0-beta-4
7474
```
7575

7676
### Uninstall the chart

README.tpl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The output should be something like:
3535

3636
```
3737
NAME CHART VERSION APP VERSION DESCRIPTION
38-
operaton/operaton {{ CHART_VERSION }} 1.0.0-beta-3 Helm chart for Operaton
38+
operaton/operaton {{ CHART_VERSION }} 1.0.0-beta-4 Helm chart for Operaton
3939
```
4040

4141
Note: The `--devel` flag includes development versions in the search results. Without this flag, only stable versions will be listed.
@@ -70,7 +70,7 @@ You should be able to see your chart installed having the status `deployed` like
7070

7171
```
7272
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
73-
operaton default 1 2025-02-28 10:20:34.586319 +0100 CET deployed operaton-{{ CHART_VERSION }} 1.0.0-beta-3
73+
operaton default 1 2025-02-28 10:20:34.586319 +0100 CET deployed operaton-{{ CHART_VERSION }} 1.0.0-beta-4
7474
```
7575

7676
### Uninstall the chart

charts/operaton/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: operaton
33
description: |
44
Helm chart for Operaton
55
type: application
6-
version: 1.0.3
7-
appVersion: 1.0.0-beta-3
6+
version: 1.0.4
7+
appVersion: 1.0.0-beta-4
88
keywords:
99
- bpm
1010
- bpmn

charts/operaton/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ general:
4545

4646
image:
4747
name: operaton/operaton
48-
tag: 1.0.0-beta-3
48+
tag: 1.0.0-beta-4
4949
command: ['./operaton.sh']
5050
args: ['--rest']
5151

@@ -160,7 +160,7 @@ Each distro has different tags, check the list of
160160
[supported tags/releases](https://github.com/operaton/operaton-docker?tab=readme-ov-file#supported-tagsreleases)
161161
by Operaton docker project for more details.
162162

163-
The default image used in the chart is `operaton/operaton`, currently with the tag `1.0.0-beta-3`.
163+
The default image used in the chart is `operaton/operaton`, currently with the tag `1.0.0-beta-4`.
164164

165165
`repository` and `tag` use [`tpl`](https://helm.sh/docs/howto/charts_tips_and_tricks/#using-the-tpl-function) function, it allows you to do templating:
166166

charts/operaton/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ commonLabels: {}
2121

2222
image:
2323
repository: operaton/operaton
24-
tag: 1.0.0-beta-3
24+
tag: 1.0.0-beta-4
2525
pullPolicy: IfNotPresent
2626
pullSecrets: []
2727
command: []

0 commit comments

Comments
 (0)