Skip to content

Commit

Permalink
bump(charts): bump robot-operator chart to v0.2.7-alpha.6.1
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 699be03 commit 87b2bd4
Show file tree
Hide file tree
Showing 9 changed files with 2,576 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/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
version: 0.2.7-alpha.6.1
# 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"
appVersion: "v0.2.7-alpha.6.1"
2,492 changes: 2,492 additions & 0 deletions charts/robot-operator/templates/codeeditor-crd.yaml

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions charts/robot-operator/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ metadata:
labels:
{{- include "robot-operator.labels" . | nindent 4 }}
rules:
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps
resources:
Expand Down Expand Up @@ -187,6 +199,32 @@ rules:
- get
- patch
- update
- apiGroups:
- robot.roboscale.io
resources:
- codeeditors
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- robot.roboscale.io
resources:
- codeeditors/finalizers
verbs:
- update
- apiGroups:
- robot.roboscale.io
resources:
- codeeditors/status
verbs:
- get
- patch
- update
- apiGroups:
- robot.roboscale.io
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/robot-operator/templates/metrics-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
control-plane: controller-manager
{{- include "robot-operator.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.metricsService.ports | toYaml | nindent 2 -}}
{{- .Values.metricsService.ports | toYaml | nindent 2 }}
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,24 @@ webhooks:
- UPDATE
resources:
- ros2bridges
sideEffects: None
- admissionReviewVersions:
- v1
clientConfig:
service:
name: '{{ include "robot-operator.fullname" . }}-webhook-service'
namespace: '{{ .Release.Namespace }}'
path: /mutate-robot-roboscale-io-v1alpha2-codeeditor
failurePolicy: Fail
name: mcodeeditor.kb.io
rules:
- apiGroups:
- robot.roboscale.io
apiVersions:
- v1alpha2
operations:
- CREATE
- UPDATE
resources:
- codeeditors
sideEffects: None
2 changes: 1 addition & 1 deletion charts/robot-operator/templates/ros2workload-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ spec:
- created
type: object
status:
description: Status of the ROS2Bridge instance.
description: Status of the StatefulSet.
properties:
availableReplicas:
description: Total number of available pods (ready for at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,24 @@ webhooks:
- UPDATE
resources:
- ros2bridges
sideEffects: None
- admissionReviewVersions:
- v1
clientConfig:
service:
name: '{{ include "robot-operator.fullname" . }}-webhook-service'
namespace: '{{ .Release.Namespace }}'
path: /validate-robot-roboscale-io-v1alpha2-codeeditor
failurePolicy: Fail
name: vcodeeditor.kb.io
rules:
- apiGroups:
- robot.roboscale.io
apiVersions:
- v1alpha2
operations:
- CREATE
- UPDATE
resources:
- codeeditors
sideEffects: None
2 changes: 1 addition & 1 deletion charts/robot-operator/templates/webhook-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
control-plane: controller-manager
{{- include "robot-operator.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.webhookService.ports | toYaml | nindent 2 -}}
{{- .Values.webhookService.ports | toYaml | nindent 2 }}
2 changes: 1 addition & 1 deletion charts/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
tag: v0.2.7-alpha.6.1
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 87b2bd4

Please sign in to comment.