diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3eeb30c..4ef88c6 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -24,10 +24,7 @@ jobs: python-version: 3.7 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.0.1 - with: - version: v3.3.0 - + uses: helm/chart-testing-action@v2.1.0 - name: Run chart-testing (list-changed) id: list-changed run: | @@ -40,8 +37,8 @@ jobs: run: ct lint --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.1.0 + uses: helm/kind-action@v1.2.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) - run: ct install --config ct.yaml \ No newline at end of file + run: ct install --config ct.yaml diff --git a/charts/verdaccio/Chart.yaml b/charts/verdaccio/Chart.yaml index 47d3abf..f16df0f 100644 --- a/charts/verdaccio/Chart.yaml +++ b/charts/verdaccio/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A lightweight private node.js proxy registry name: verdaccio -version: 4.1.0 -appVersion: 5.1.0 +version: 4.1.1 +appVersion: 5.1.1 home: https://verdaccio.org icon: https://cdn.verdaccio.dev/logos/default.png sources: diff --git a/charts/verdaccio/values.yaml b/charts/verdaccio/values.yaml index d5b9126..fecb3c7 100644 --- a/charts/verdaccio/values.yaml +++ b/charts/verdaccio/values.yaml @@ -1,6 +1,6 @@ image: repository: verdaccio/verdaccio - tag: 5.1.0 + tag: 5.1.1 pullPolicy: IfNotPresent pullSecrets: [] # - dockerhub-secret