diff --git a/charts/fleet-operator/Chart.yaml b/charts/fleet-operator/Chart.yaml index 1d20f25..a290b70 100644 --- a/charts/fleet-operator/Chart.yaml +++ b/charts/fleet-operator/Chart.yaml @@ -13,9 +13,9 @@ 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.1.6-alpha.14 +version: 0.1.6-alpha.16 # 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: "v0.1.6-alpha.14" +appVersion: "v0.1.6-alpha.16" diff --git a/charts/fleet-operator/templates/fleet-crd.yaml b/charts/fleet-operator/templates/fleet-crd.yaml index 0cf5ef6..78f49a3 100644 --- a/charts/fleet-operator/templates/fleet-crd.yaml +++ b/charts/fleet-operator/templates/fleet-crd.yaml @@ -69,6 +69,9 @@ spec: value. If instance type is `Client`, it should be the same with Server's hostname. Used for getting Server's IP over DNS. type: string + protocol: + default: TCP + type: string reference: description: Reference to the `Server` instance. It is used if `.spec.type` is `Client`. Referenced object can be previously provisioned in diff --git a/charts/fleet-operator/values.yaml b/charts/fleet-operator/values.yaml index 0277b1f..7d648b5 100644 --- a/charts/fleet-operator/values.yaml +++ b/charts/fleet-operator/values.yaml @@ -23,7 +23,7 @@ controllerManager: - ALL image: repository: robolaunchio/fleet-controller-manager - tag: v0.1.6-alpha.14 + tag: v0.1.6-alpha.16 resources: limits: cpu: 500m