Skip to content

Commit

Permalink
build(manifests): 🐳 update manifests and chart for v0.1.6-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Mar 7, 2024
1 parent 034c0ea commit 35f86e0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions config/crd/bases/fleet.roboscale.io_fleets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: robolaunchio/fleet-controller-manager
newTag: v0.1.6-alpha.14
newTag: v0.1.6-alpha.16
4 changes: 2 additions & 2 deletions hack/deploy/chart/fleet-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions hack/deploy/chart/fleet-operator/templates/fleet-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/chart/fleet-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion hack/deploy/manifests/fleet_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ spec:
hostname:
description: If instance type is `Server`, it can be an arbitrary 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 another cluster. In that case, cluster's name can be specified in `.spec.cluster` field.
properties:
Expand Down Expand Up @@ -612,7 +615,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/fleet-controller-manager:v0.1.6-alpha.14
image: robolaunchio/fleet-controller-manager:v0.1.6-alpha.16
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 35f86e0

Please sign in to comment.