File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ maintainers:
9
9
10
10
url : https://opencloud.eu
11
11
type : application
12
- version : 3.0.0
12
+ version : 3.1.1
13
13
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
14
- appVersion : 3.0 .0
14
+ appVersion : 3.1 .0
15
15
kubeVersion : " "
16
16
sources :
17
17
- https://github.com/opencloud-eu/helm
Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ bundle: {
2
2
apiVersion : " v1alpha1 "
3
3
name : " opencloud "
4
4
instances : {
5
+ " service-account " : {
6
+ module : url : " oci://ghcr.io/stefanprodan/modules/flux-tenant "
7
+ namespace : " opencloud "
8
+ values : {
9
+ role : " namespace-admin "
10
+ resourceQuota : {
11
+ kustomizations : 100
12
+ helmreleases : 100
13
+ }
14
+ }
15
+ },
5
16
" opencloud " : {
6
17
module : {
7
18
url : " oci://ghcr.io/stefanprodan/modules/flux-helm-release "
@@ -14,7 +25,7 @@ bundle: {
14
25
}
15
26
chart : {
16
27
name : " opencloud-full "
17
- version : " 2.0.x "
28
+ version : " * "
18
29
}
19
30
sync : {
20
31
timeout : 10
Original file line number Diff line number Diff line change 38
38
# required: false
39
39
# @schema
40
40
# -- Image tag. Defaults to the chart's appVersion.
41
- tag : 3.0 .0
41
+ tag : 3.1 .0
42
42
# @schema
43
43
# type: [string, null]
44
44
# required: false
You can’t perform that action at this time.
0 commit comments