Skip to content

Commit e72b986

Browse files
author
Your Name
committed
Bump up Version
1 parent a3c3c3c commit e72b986

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

charts/opencloud-full/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maintainers:
99
1010
url: https://opencloud.eu
1111
type: application
12-
version: 0.3.0
12+
version: 0.3.1
1313
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1414
appVersion: latest
1515
kubeVersion: ""

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ bundle: {
296296
version: "4.3.3"
297297
}
298298
sync: {
299-
timeout: 25
299+
timeout: 5
300+
createNamespace: true
300301
}
301302
helmValues: {
302303
ltb_passwd: {

charts/opencloud-full/templates/_common/_tplvalues.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ Adds the app names to the scope and set the name of the app based on the input p
8989
{{- $_ := set .scope "appNameIdm" "idm" -}}
9090
{{- $_ := set .scope "appNameIdp" "idp" -}}
9191
{{- $_ := set .scope "appNameKeycloak" "keycloak" -}}
92-
{{- $_ := set .scope "appNameKeycloakPG" "keycloakpg" -}}
9392
{{- $_ := set .scope "appNameMinio" "minio" -}}
9493
{{- $_ := set .scope "appNameNats" "nats" -}}
9594
{{- $_ := set .scope "appNameNotifications" "notifications" -}}

charts/opencloud-full/templates/keycloak/postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloakPG" "appNameSuffix" "") -}}
1+
{{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloak" "appNameSuffix" "") -}}
22
{{- if .Values.keycloak.enabled }}
33
apiVersion: apps/v1
44
kind: Deployment
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
apiVersion: v1
2-
kind: Pod
3-
metadata:
4-
name: s3-test-pod
5-
spec:
6-
containers:
7-
- name: s3-test
8-
image: minio/mc
9-
command: ["sleep", "infinity"]
10-
volumeMounts:
11-
- name: s3-credentials
12-
mountPath: /root/.aws
13-
readOnly: true
14-
volumes:
15-
- name: s3-credentials
16-
secret:
17-
secretName: s3secret
18-
items:
19-
- key: accessKey
20-
path: credentials
1+
# apiVersion: v1
2+
# kind: Pod
3+
# metadata:
4+
# name: s3-test-pod
5+
# spec:
6+
# containers:
7+
# - name: s3-test
8+
# image: minio/mc
9+
# command: ["sleep", "infinity"]
10+
# volumeMounts:
11+
# - name: s3-credentials
12+
# mountPath: /root/.aws
13+
# readOnly: true
14+
# volumes:
15+
# - name: s3-credentials
16+
# secret:
17+
# secretName: s3secret
18+
# items:
19+
# - key: accessKey
20+
# path: credentials

0 commit comments

Comments
 (0)