File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 make license-secret-internal
7171 ` ` `
7272
73+ 1. Install or update the required helm repositories
74+
75+ ` ` ` shell
76+ make helm-repos
77+ ` ` `
78+
79+ or
80+
81+ ` ` ` shell
82+ make helm-repo-update
83+ ` ` `
84+
73851. Run skaffold
7486
7587 ` ` ` shell
Original file line number Diff line number Diff line change @@ -163,6 +163,10 @@ helm-repos: ## add helm repos for the project
163163 helm repo add bitnami https://charts.bitnami.com/bitnami
164164 helm repo add jetstack https://charts.jetstack.io
165165
166+ helm-repo-update : # # updates the helm repos for the project
167+ helm repo update bitnami
168+ helm repo update jetstack
169+
166170clean : clean-unit-compose clean-unit-helm clean-integration-compose clean-integration-helm # # delete all test output and reports
167171
168172clean-integration-compose : # # delete docker compose integration test output and reports
You can’t perform that action at this time.
0 commit comments