File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
charts/openstack-hypervisor-operator Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : 0.1.3
16+ version : 0.1.4
1717# This is the version number of the application being deployed. This version number should be
1818# incremented each time you make changes to the application. Versions are not expected to
1919# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change 2121 spec :
2222 containers :
2323 - args : {{- toYaml .Values.controllerManager.manager.args | nindent 8 }}
24- command :
25- - /manager
2624 env :
2725 - name : OS_AUTH_URL
2826 value : {{ quote .Values.controllerManager.manager.env.osAuthUrl }}
Original file line number Diff line number Diff line change 5858 # seccompProfile:
5959 # type: RuntimeDefault
6060 containers :
61- - command :
62- - /manager
63- args :
61+ - args :
6462 - --leader-elect
6563 - --health-probe-bind-address=:8081
6664 env :
You can’t perform that action at this time.
0 commit comments