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:
991010 url : https://opencloud.eu
1111type : application
12- version : 3.0.0
12+ version : 3.1.1
1313# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
14- appVersion : 3.0 .0
14+ appVersion : 3.1 .0
1515kubeVersion : " "
1616sources :
1717 - https://github.com/opencloud-eu/helm
Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ bundle: {
22 apiVersion : " v1alpha1 "
33 name : " opencloud "
44 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+ },
516 " opencloud " : {
617 module : {
718 url : " oci://ghcr.io/stefanprodan/modules/flux-helm-release "
@@ -14,7 +25,7 @@ bundle: {
1425 }
1526 chart : {
1627 name : " opencloud-full "
17- version : " 2.0.x "
28+ version : " * "
1829 }
1930 sync : {
2031 timeout : 10
Original file line number Diff line number Diff line change 3838 # required: false
3939 # @schema
4040 # -- Image tag. Defaults to the chart's appVersion.
41- tag : 3.0 .0
41+ tag : 3.1 .0
4242 # @schema
4343 # type: [string, null]
4444 # required: false
You can’t perform that action at this time.
0 commit comments