Skip to content

Commit 47456f4

Browse files
author
Your Name
committed
bump up Version
1 parent d56cf8d commit 47456f4

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

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)