Skip to content

Commit

Permalink
Fix key to specify update strategy
Browse files Browse the repository at this point in the history
Update api version to v1
  • Loading branch information
amithins committed Jun 3, 2019
1 parent 48cc85a commit 9910097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions stable/mission-control/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All changes to this chart will be documented in this file.

## [1.1.2] - Jun 3, 2019
* Update Mission-Control version to 3.5.3
* Use correct key to specify UpdateStrategy
* Update apiVersion to apps/v1

## [1.1.1] - May 20, 2019
* Fix missing logger image tag
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "mission-control.fullname" . }}
Expand All @@ -11,7 +11,7 @@ metadata:
spec:
serviceName: {{ template "mission-control.fullname" . }}
replicas: {{ .Values.replicaCount }}
strategy:
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
Expand Down

0 comments on commit 9910097

Please sign in to comment.