Skip to content

Commit

Permalink
update to base image 5.1.1 (#70)
Browse files Browse the repository at this point in the history
* Update README.md

* Update Chart.yaml

* Update values.yaml

* Update Chart.yaml

* Update lint-test.yaml

* Update Chart.yaml

* Update lint-test.yaml

* Update lint-test.yaml

* Update README.md

* Update Chart.yaml
  • Loading branch information
juanpicado authored Jul 2, 2021
1 parent 269a87a commit def07bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/[email protected]
with:
version: v3.3.0

uses: helm/[email protected]
- name: Run chart-testing (list-changed)
id: list-changed
run: |
Expand All @@ -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
run: ct install --config ct.yaml
4 changes: 2 additions & 2 deletions charts/verdaccio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/verdaccio/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: verdaccio/verdaccio
tag: 5.1.0
tag: 5.1.1
pullPolicy: IfNotPresent
pullSecrets: []
# - dockerhub-secret
Expand Down

0 comments on commit def07bd

Please sign in to comment.