diff --git a/charts/verdaccio/Chart.yaml b/charts/verdaccio/Chart.yaml index 0776d40..3e71678 100644 --- a/charts/verdaccio/Chart.yaml +++ b/charts/verdaccio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A lightweight private node.js proxy registry name: verdaccio -version: 4.15.0 +version: 4.16.0 appVersion: 5.29.0 home: https://verdaccio.org icon: https://cdn.verdaccio.dev/logos/default.png diff --git a/charts/verdaccio/values.yaml b/charts/verdaccio/values.yaml index 543ae94..dc4448a 100644 --- a/charts/verdaccio/values.yaml +++ b/charts/verdaccio/values.yaml @@ -101,7 +101,7 @@ serviceAccount: name: "" # Extra Environment Values - allows yaml definitions -extraEnvVars: +# extraEnvVars: # - name: VALUE_FROM_SECRET # valueFrom: # secretKeyRef: @@ -109,6 +109,9 @@ extraEnvVars: # key: secret_key # - name: REGULAR_VAR # value: ABC +extraEnvVars: + - name: VERDACCIO_PORT + value: "4873" ## Secret Environment Variables ## Use this to pass sensitive key:values to the container via k8s secret