Skip to content

Commit

Permalink
bump(charts): bump robot-operator chart to v0.2.7-alpha.7.3
Browse files Browse the repository at this point in the history
tunahanertekin authored and github-actions[bot] committed Nov 11, 2024
1 parent ef38016 commit 585fc42
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/robot-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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 charts/robot-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -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:
4 changes: 3 additions & 1 deletion charts/robot-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -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: {}

0 comments on commit 585fc42

Please sign in to comment.