Skip to content

Commit

Permalink
bump(charts): bump fleet-operator chart to v0.1.6-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed Mar 7, 2024
1 parent 87b2bd4 commit b9fcafd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/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 charts/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 charts/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

0 comments on commit b9fcafd

Please sign in to comment.