File tree Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Expand file tree Collapse file tree 2 files changed +17
-13
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.4.0
16+ version : 0.4.1
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 @@ -10,7 +10,9 @@ clusterStackVariables:
1010 ociUsername : " "
1111controllerManager :
1212 manager :
13- extraEnv : []
13+ extraEnv :
14+ - name : HELM_CACHE_HOME
15+ value : /tmp/downloads/cluster-stacks/.helm/cache
1416 source : oci
1517 args :
1618 - --leader-elect=true
@@ -30,17 +32,19 @@ controllerManager:
3032 serviceAccount :
3133 annotations : {}
3234 rbac :
33- additionalRules : []
34- # Example:
35- # additionalRules:
36- # - apiGroups:
37- # - "custom.api.group"
38- # resources:
39- # - "customresources"
40- # verbs:
41- # - "get"
42- # - "list"
43- # - "watch"
35+ additionalRules :
36+ - apiGroups :
37+ - " openstack.k-orc.cloud"
38+ resources :
39+ - " images"
40+ verbs :
41+ - create
42+ - delete
43+ - get
44+ - list
45+ - patch
46+ - update
47+ - watch
4448hookServerSvc :
4549 ports :
4650 - port : 443
You can’t perform that action at this time.
0 commit comments