Skip to content

Commit b3680fb

Browse files
authored
Merge pull request #316 from SovereignCloudStack/chore/helm_defaults_r9
🌱 chore(charts): Use values we use in every docs as defaults
2 parents b65dd88 + 37357e1 commit b3680fb

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

charts/values.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ clusterStackVariables:
1010
ociUsername: ""
1111
controllerManager:
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
4448
hookServerSvc:
4549
ports:
4650
- port: 443

0 commit comments

Comments
 (0)