mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/verdaccio] Set deployment strategy type to Recreate (#3182)
* Set deployment strategy type to Recreate * Bump Chart version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A lightweight private npm proxy registry (sinopia fork)
|
||||
name: verdaccio
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
appVersion: 2.7.1
|
||||
icon: https://raw.githubusercontent.com/verdaccio/verdaccio/master/assets/bitmap/logo/logo-twitter.png
|
||||
sources:
|
||||
|
||||
@@ -9,6 +9,8 @@ metadata:
|
||||
name: {{ template "verdaccio.fullname" . }}
|
||||
spec:
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
{{- if .Values.podAnnotations }}
|
||||
|
||||
Reference in New Issue
Block a user