Skip to content

Commit

Permalink
[amq-broker-crd-operator] - version typo fix
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 7527739 commit cb77c8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/amq-broker-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "7.11.6.OPR.1" # this is the operator version
appVersion: "7.11.6.OPR.2" # this is the operator version

dependencies:
- name: amq-broker-operator-crds
Expand Down
2 changes: 1 addition & 1 deletion charts/amq-broker-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Default values:
# you can have different versions of the operator at the same time.
# as an example, you can install amq-broker-operator-crds for operator 7.12.0.OPR.1,
# then install the amq-broker-operator for operator 7.12.0.OPR.1,
# then install the amq-broker-operator for operator 7.11.6.OPR.1 in a different namespace
# then install the amq-broker-operator for operator 7.11.6.OPR.2 in a different namespace
# as the CRDs have backward compatibility and you installed the latest one,
# you can have multiple operator versions at the same time but you need to ensure they are
# watching specific namespaces otherwise it can have unexpected behavior
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ subjects:
- kind: ServiceAccount
name: amq-broker-controller-manager
namespace: {{ .Values.namespace.name }}
{{- end }}

2 changes: 1 addition & 1 deletion charts/amq-broker-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# you can have different versions of the operator at the same time.
# as an example, you can install amq-broker-operator-crds for operator 7.12.0.OPR.1,
# then install the amq-broker-operator for operator 7.12.0.OPR.1,
# then install the amq-broker-operator for operator 7.11.6.OPR.1 in a different namespace
# then install the amq-broker-operator for operator 7.11.6.OPR.2 in a different namespace
# as the CRDs have backward compatibility and you installed the latest one,
# you can have multiple operator versions at the same time but you need to ensure they are
# watching specific namespaces otherwise it can have unexpected behavior
Expand Down

0 comments on commit cb77c8d

Please sign in to comment.