Skip to content

Commit

Permalink
build(manifests): update manifests and chart for v0.2.7-alpha.6.4-we-…
Browse files Browse the repository at this point in the history
…patch-v1
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed Jun 4, 2024
1 parent d9a7782 commit c38571f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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/robot-controller-manager
newTag: v0.2.7-alpha.6.4-we-patch
newTag: v0.2.7-alpha.6.4-we-patch-v1
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

![](https://raw.githubusercontent.com/robolaunch/trademark/main/logos/svg/rocket.svg)

# Robot Operator <small>0.2.7-alpha.6.4-we-patch</small>
# Robot Operator <small>0.2.7-alpha.6.4-we-patch-v1</small>

robolaunch Kubernetes Robot Operator manages lifecycle of ROS 2 based robots and enables defining, deploying and distributing robots declaratively.
4 changes: 2 additions & 2 deletions hack/deploy/chart/robot-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.2.7-alpha.6.4-we-patch
version: 0.2.7-alpha.6.4-we-patch-v1
# 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.2.7-alpha.6.4-we-patch"
appVersion: "v0.2.7-alpha.6.4-we-patch-v1"
2 changes: 1 addition & 1 deletion hack/deploy/chart/robot-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: robolaunchio/robot-controller-manager
tag: v0.2.7-alpha.6.4-we-patch
tag: v0.2.7-alpha.6.4-we-patch-v1
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/manifests/robot_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11449,7 +11449,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/robot-controller-manager:v0.2.7-alpha.6.4-we-patch
image: robolaunchio/robot-controller-manager:v0.2.7-alpha.6.4-we-patch-v1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit c38571f

Please sign in to comment.