File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ - Update the Kubernetes Deployment ` spec.strategy.type ` field to be of type ` Recreate `
11
+ in order to properly handle upgrades/restarts as the default deployment creates a PVC
12
+ of type ` ReadWriteOnce ` and could only be assigned to one replica.
10
13
- Expose the ` --verbose ` and ` --sign ` runtime parameters as Helm variables.
11
14
12
15
## [ 2.4.0] ( https://github.com/coder/code-marketplace/releases/tag/v2.4.0 ) - 2025-09-04
Original file line number Diff line number Diff line change 11
11
selector :
12
12
matchLabels :
13
13
{{- include "code-marketplace.selectorLabels" . | nindent 6 }}
14
+ strategy :
15
+ type : Recreate
14
16
template :
15
17
metadata :
16
18
{{- with .Values.podAnnotations }}
You can’t perform that action at this time.
0 commit comments