@@ -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