Improve contribution part of this repository #328

Merged
justusbunsi merged 1 commits from refs/pull/328/head into master 2022-06-12 19:35:25 +00:00

View File

@ -10,14 +10,14 @@ platform:
steps:
- name: helm lint
pull: always
image: alpine:3.15
image: alpine:3.16
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm lint
- name: helm template
pull: always
image: alpine:3.15
image: alpine:3.16
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm dependency update
@ -25,7 +25,7 @@ steps:
- name: verify readme
pull: always
image: alpine:3.15
image: alpine:3.16
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing make npm git
- make readme
@ -60,7 +60,7 @@ trigger:
steps:
- name: generate-chart
pull: always
image: alpine:3.15
image: alpine:3.16
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- apk add --no-cache curl