@@ -35,7 +35,7 @@ The output should be something like:
35
35
36
36
```
37
37
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
39
39
```
40
40
41
41
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
45
45
To install a specific version from the list above, use:
46
46
47
47
``` shell
48
- helm install operaton operaton/operaton --version 1.0.3
48
+ helm install operaton operaton/operaton --version 1.0.4
49
49
```
50
50
51
51
In this example:
52
52
53
53
* 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
55
55
* The installation will take place in the ` default ` namespace.
56
56
57
57
To install the chart in a specific namespace, add the ` -n YOUR_NAMESPACE ` flag:
58
58
59
59
``` 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
61
61
```
62
62
63
63
### Verify the Installation
@@ -70,7 +70,7 @@ You should be able to see your chart installed having the status `deployed` like
70
70
71
71
```
72
72
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
74
74
```
75
75
76
76
### Uninstall the chart
0 commit comments