Skip to content

Commit bed5618

Browse files
author
Your Name
committed
Merge branch 'full-chart'
2 parents 10e5250 + 459ff10 commit bed5618

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
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: 2.0.6
12+
version: 2.0.7
1313
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1414
appVersion: 2.3.0
1515
kubeVersion: ""

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ bundle: {
1414
}
1515
chart: {
1616
name: "opencloud-full"
17-
version: "2.0.6"
17+
version: "2.0.7"
1818
}
1919
sync: {
20-
timeout: 5
20+
timeout: 10
2121
createNamespace: true
2222
}
2323
helmValues: {
@@ -350,7 +350,7 @@ bundle: {
350350
replication: {
351351
enabled: bool @timoni(runtime:bool:OPENLDAP_REPLICATION_ENABLED)
352352
}
353-
replicas: string @timoni(runtime:string:OPENLDAP_REPLICA_COUNT)
353+
replicaCount: string @timoni(runtime:string:OPENLDAP_REPLICA_COUNT)
354354
global: {
355355
ldapDomain: string @timoni(runtime:string:LDAP_GLOBAL_DOMAIN)
356356
adminPassword: string @timoni(runtime:string:LDAP_ADMIN_PASSWORD)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ metadata:
345345
{{- range $key, $value := .labels }}
346346
{{ $key }}: {{ $value | quote }}
347347
{{- end }}
348+
annotations:
349+
helm.sh/resource-policy: keep
348350
data:
349351
{{- $secretObj := (lookup "v1" "Secret" .scope.Release.Namespace .name) | default dict }}
350352
{{- $secretData := (get $secretObj "data") | default dict }}

charts/opencloud-full/values.yaml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ deploymentStrategy:
313313
# required: true
314314
# @schema
315315
# -- deployment strategy type to use. Can be "RollingUpdate" or "Recreate"
316-
type: RollingUpdate
316+
type: Recreate
317317
rollingUpdate:
318318
# @schema
319319
# oneOf:
@@ -3226,7 +3226,8 @@ services:
32263226
# $ref: schema/templates.json#/annotationsTemplate
32273227
# @schema
32283228
# -- Persistent volume annotations.
3229-
annotations: {}
3229+
annotations:
3230+
helm.sh/resource-policy: keep
32303231
# @schema
32313232
# $ref: schema/templates.json#/finalizersTemplate
32323233
# @schema
@@ -3557,7 +3558,8 @@ services:
35573558
# $ref: schema/templates.json#/annotationsTemplate
35583559
# @schema
35593560
# -- Persistent volume annotations.
3560-
annotations: {}
3561+
annotations:
3562+
helm.sh/resource-policy: keep
35613563
# @schema
35623564
# $ref: schema/templates.json#/finalizersTemplate
35633565
# @schema
@@ -3953,7 +3955,8 @@ services:
39533955
# $ref: schema/templates.json#/annotationsTemplate
39543956
# @schema
39553957
# -- Persistent volume annotations.
3956-
annotations: {}
3958+
annotations:
3959+
helm.sh/resource-policy: keep
39573960
# @schema
39583961
# $ref: schema/templates.json#/finalizersTemplate
39593962
# @schema
@@ -4434,7 +4437,8 @@ services:
44344437
# $ref: schema/templates.json#/annotationsTemplate
44354438
# @schema
44364439
# -- Persistent volume annotations.
4437-
annotations: {}
4440+
annotations:
4441+
helm.sh/resource-policy: keep
44384442
# @schema
44394443
# $ref: schema/templates.json#/finalizersTemplate
44404444
# @schema
@@ -4829,7 +4833,8 @@ services:
48294833
# $ref: schema/templates.json#/annotationsTemplate
48304834
# @schema
48314835
# -- Persistent volume annotations.
4832-
annotations: {}
4836+
annotations:
4837+
helm.sh/resource-policy: keep
48334838
# @schema
48344839
# $ref: schema/templates.json#/finalizersTemplate
48354840
# @schema
@@ -5014,7 +5019,8 @@ services:
50145019
# $ref: schema/templates.json#/annotationsTemplate
50155020
# @schema
50165021
# -- Persistent volume annotations.
5017-
annotations: {}
5022+
annotations:
5023+
helm.sh/resource-policy: keep
50185024
# @schema
50195025
# $ref: schema/templates.json#/finalizersTemplate
50205026
# @schema
@@ -5566,7 +5572,8 @@ services:
55665572
# $ref: schema/templates.json#/annotationsTemplate
55675573
# @schema
55685574
# -- Persistent volume annotations.
5569-
annotations: {}
5575+
annotations:
5576+
helm.sh/resource-policy: keep
55705577
# @schema
55715578
# $ref: schema/templates.json#/finalizersTemplate
55725579
# @schema

0 commit comments

Comments
 (0)