Skip to content

Commit

Permalink
feat: update to latest prow chart v0.12.0 (#32)
Browse files Browse the repository at this point in the history
* feat: upgrade npm

Signed-off-by: Alex Ouzounis <[email protected]>

* feat: use prow helm chart v0.12.0

Signed-off-by: Alex Ouzounis <[email protected]>

* fix: use new stable helm repo url

Signed-off-by: Alex Ouzounis <[email protected]>

* fix: update npm lock file

Signed-off-by: Alex Ouzounis <[email protected]>

* fix: npm updatr

Signed-off-by: Alex Ouzounis <[email protected]>

* fix: npm update

Signed-off-by: Alex Ouzounis <[email protected]>
  • Loading branch information
alexouzounis authored Jan 7, 2021
1 parent 4a25f57 commit 8cb5523
Show file tree
Hide file tree
Showing 4 changed files with 13,293 additions and 1,980 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ init:
helm plugin install $(HELM_PLUGIN_DIFF_URL) --version $(HELM_PLUGIN_DIFF_VERSION) || echo "Plugin already installed - nothing to do"
# plugin to handle deprecated apis
helm plugin install https://github.com/hickeyma/helm-mapkubeapis || echo "Plugin already installed - nothing to do"
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add stable https://charts.helm.sh/stable
helm repo add jetstack https://charts.jetstack.io
helm repo add estafette https://helm.estafette.io
helm repo add bitnami https://charts.bitnami.com/bitnami
Expand Down
Loading

0 comments on commit 8cb5523

Please sign in to comment.