Skip to content

Commit

Permalink
update helm dep before package
Browse files Browse the repository at this point in the history
Signed-off-by: rick <[email protected]>
  • Loading branch information
LinuxSuRen committed Apr 9, 2024
1 parent 5b8b177 commit 05a568b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ copy-restart: build-embed-ui
atest service restart

# helm
helm-package:
helm-dev-update:
helm dep update helm/api-testing
helm-package: helm-dev-update
helm package helm/api-testing --version ${HELM_VERSION}-helm --app-version ${APP_VERSION} -d bin
helm-push:
helm push bin/api-testing-${HELM_VERSION}-helm.tgz oci://${HELM_REPO}
helm-lint:
helm-lint: helm-dev-update
helm lint helm/api-testing

test:
Expand Down
6 changes: 3 additions & 3 deletions helm/api-testing/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.1.0
digest: sha256:5714f35ab590a15ee13582d889dceb7ac1d117af79f6e36129af2d999a3d41f1
generated: "2024-03-22T11:37:25.2034558+08:00"
version: 15.1.3
digest: sha256:40d43cd158585ff78c94e3eb2f46d2410488923a1e9242bf5c8c8af5bac0707d
generated: "2024-04-09T11:17:10.1150205+08:00"

0 comments on commit 05a568b

Please sign in to comment.