Skip to content

Commit

Permalink
build(manifests): update manifests and chart for v0.2.7-alpha.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed Nov 11, 2024
1 parent 095acc9 commit 4a8b660
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v0.2.7-alpha.7.2"></a>
## [v0.2.7-alpha.7.2] - 2024-10-03
### Fix
- **validation:** fix label existence conditions in dev webhooks

Expand Down Expand Up @@ -480,7 +483,8 @@
- Merge pull request [#24](https://github.com/robolaunch/robot-operator/issues/24) from robolaunch/23-allow-multiple-launches


[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.7.1...HEAD
[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.7.2...HEAD
[v0.2.7-alpha.7.2]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.7.1...v0.2.7-alpha.7.2
[v0.2.7-alpha.7.1]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.7...v0.2.7-alpha.7.1
[v0.2.7-alpha.7]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.6.4-we-patch-v1...v0.2.7-alpha.7
[v0.2.7-alpha.6.4-we-patch-v1]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.6.4...v0.2.7-alpha.6.4-we-patch-v1
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/robot-controller-manager
newTag: v0.2.7-alpha.7.2
newTag: v0.2.7-alpha.7.3
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.7.2</small>
# Robot Operator <small>0.2.7-alpha.7.3</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.7.2
version: 0.2.7-alpha.7.3
# 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.7.2"
appVersion: "v0.2.7-alpha.7.3"
4 changes: 2 additions & 2 deletions hack/deploy/chart/robot-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ spec:
10 }}
securityContext: {{- toYaml .Values.controllerManager.kubeRbacProxy.containerSecurityContext
| nindent 10 }}
securityContext:
runAsNonRoot: true
securityContext: {{- toYaml .Values.controllerManager.podSecurityContext | nindent
8 }}
serviceAccountName: {{ include "robot-operator.fullname" . }}-controller-manager
terminationGracePeriodSeconds: 10
volumes:
Expand Down
4 changes: 3 additions & 1 deletion hack/deploy/chart/robot-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ controllerManager:
- ALL
image:
repository: robolaunchio/robot-controller-manager
tag: v0.2.7-alpha.7.2
tag: v0.2.7-alpha.7.3
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
podSecurityContext:
runAsNonRoot: true
replicas: 1
serviceAccount:
annotations: {}
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 @@ -15099,7 +15099,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/robot-controller-manager:v0.2.7-alpha.7.2
image: robolaunchio/robot-controller-manager:v0.2.7-alpha.7.3
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 4a8b660

Please sign in to comment.