File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ and their default values.
9090| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
9191| ` image.pullSecrets ` | Image pull secrets | ` [] ` |
9292| ` image.repository ` | Verdaccio container image repository | ` verdaccio/verdaccio ` |
93- | ` image.tag ` | Verdaccio container image tag | ` 5.21.1 ` |
93+ | ` image.tag ` | Verdaccio container image tag. Also used as ` app.kubernetes.io/version ` label when set | defaults to ` appVersion ` in Chart.yaml |
9494| ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
9595| ` tolerations ` | List of node taints to tolerate | ` [] ` |
9696| ` persistence.accessMode ` | PVC Access Mode for Verdaccio volume | ` ReadWriteOnce ` |
Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A lightweight private node.js proxy registry
33name : verdaccio
4- version : 4.30 .0
4+ version : 4.31 .0
55appVersion : 6.2.3
66home : https://verdaccio.org
77icon : https://cdn.verdaccio.dev/logos/default.png
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Common labels
3838helm.sh/chart: { { include " verdaccio.chart" . } }
3939{ { include " verdaccio.selectorLabels" . } }
4040{ {- if .Chart.AppVersion } }
41- app.kubernetes.io/version: { { .Chart.AppVersion | quote } }
41+ app.kubernetes.io/version: { { .Values.image.tag | default . Chart.AppVersion | quote } }
4242{ {- end } }
4343app.kubernetes.io/managed-by: { { .Release.Service } }
4444app: { { include " verdaccio.fullname" . } }
You can’t perform that action at this time.
0 commit comments