Skip to content

Commit e228b68

Browse files
author
Your Name
committed
Merge branch 'full-chart'
2 parents a97a85b + d835c9d commit e228b68

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

charts/opencloud-full/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ maintainers:
99
1010
url: https://opencloud.eu
1111
type: 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
1515
kubeVersion: ""
1616
sources:
1717
- https://github.com/opencloud-eu/helm

charts/opencloud-full/deployments/timoni/opencloud.cue

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

charts/opencloud-full/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ image:
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

0 commit comments

Comments
 (0)