Skip to content

Commit 431f5d4

Browse files
committed
chore(helm): Adding helm repo update
1 parent 098cc1b commit 431f5d4

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,18 @@
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+
7385
1. Run skaffold
7486

7587
```shell

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
166170
clean: clean-unit-compose clean-unit-helm clean-integration-compose clean-integration-helm ## delete all test output and reports
167171

168172
clean-integration-compose: ## delete docker compose integration test output and reports

0 commit comments

Comments
 (0)