Skip to content

Commit

Permalink
update amq-broker and artemiscloud operators readme
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Bueno <[email protected]>
  • Loading branch information
tlbueno committed May 22, 2024
1 parent b9f58a0 commit a1019d0
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/amq-broker-operator-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ You may override the default values below by creating a yaml file with one or mo
helm install my-amq-broker-operator-crds -f ./my-values.yaml tlbueno/amq-broker-operator-crds
```

You can use the helm command below to list the available chars versions and apps versions
```sh
helm search repo tlbueno/amq-broker-operator-crds --versions
```

In the list below you can see that chart version 0.2.0 is related to app version 7.12.0.OPR.1 which is the operator version this chart is related to
```sh
NAME CHART VERSION APP VERSION DESCRIPTION
tlbueno/amq-broker-operator-crds 0.2.0 7.12.0.OPR.1 A Helm chart to install AMQ Broker Operator CRDs
tlbueno/amq-broker-operator-crds 0.1.0 7.11.6.OPR.2 A Helm chart to install AMQ Broker Operator CRDs
```

Default values:
- Currently the chart do not have any default value.

13 changes: 13 additions & 0 deletions charts/artemiscloud-operator-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ You may override the default values below by creating a yaml file with one or mo
helm install my-artemiscloud-operator-crds -f ./my-values.yaml tlbueno/artemiscloud-operator-crds
```

You can use the helm command below to list the available chars versions and apps versions
```sh
helm search repo tlbueno/artemiscloud-operator-crds --versions
```

In the list below you can see that chart version 0.2.1 is related to app version 1.2.1 which is the operator version this chart is related to
```sh
NAME CHART VERSION APP VERSION DESCRIPTION
tlbueno/artemiscloud-operator-crds 0.2.1 1.2.1 A Helm chart to install ArtemisCloud Operator CRDs
tlbueno/artemiscloud-operator-crds 0.2.0 1.2.0 A Helm chart to install ArtemisCloud Operator CRDs
tlbueno/artemiscloud-operator-crds 0.1.0 1.1.0 A Helm chart to install ArtemisCloud Operator CRDs
```

Default values:
- Currently the chart do not have any default value.

13 changes: 13 additions & 0 deletions charts/artemiscloud-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ You may override the default values below by creating a yaml file with one or mo
helm install my-artemiscloud-operator -f ./my-values.yaml tlbueno/artemiscloud-operator
```

You can use the helm command below to list the available chars versions and apps versions
```sh
helm search repo tlbueno/artemiscloud-operator --versions
```

In the list below you can see that chart version 0.2.1 is related to app version 1.2.1 which is the version of the operator that chart install
```sh
NAME CHART VERSION APP VERSION DESCRIPTION
tlbueno/artemiscloud-operator 0.2.1 1.2.1 A Helm chart to install ArtemisCloud Operator
tlbueno/artemiscloud-operator 0.2.0 1.2.0 A Helm chart to install ArtemisCloud Operator
tlbueno/artemiscloud-operator 0.1.0 1.1.0 A Helm chart to install ArtemisCloud Operator
```

Default values:
```yaml
# Default values for artemiscloud-operator.
Expand Down

0 comments on commit a1019d0

Please sign in to comment.