diff --git a/charts/lh-operator/Chart.yaml b/charts/lh-operator/Chart.yaml index 44b5de1..a26af6f 100644 --- a/charts/lh-operator/Chart.yaml +++ b/charts/lh-operator/Chart.yaml @@ -17,10 +17,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.10.0 +version: 0.10.1 # This is the version number of the application being deployed. This version number should be # 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: "0.10.0" +appVersion: "0.10.1" diff --git a/charts/lh-operator/crds/lhclusters.littlehorse.io-v1.yml b/charts/lh-operator/crds/lhclusters.littlehorse.io-v1.yml index a212405..6a8f795 100644 --- a/charts/lh-operator/crds/lhclusters.littlehorse.io-v1.yml +++ b/charts/lh-operator/crds/lhclusters.littlehorse.io-v1.yml @@ -509,8 +509,14 @@ spec: nullable: true properties: name: + description: Specifies the name of the listener for the operator. + Defaults to operator-only + nullable: true type: string port: + description: Specifies the port of the listener for the operator. + Defaults to 3031 + nullable: true type: integer type: object podAnnotations: