From 94f1c7d807d5392b870484b7112b4db6e0077813 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 1 May 2024 13:02:40 +0200 Subject: Build images with bazel --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d34292a..8608737 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ kubectl apply -f metallb_announce.yml helm install rabbitmq oci://registry-1.docker.io/bitnamicharts/rabbitmq helm install rest-api . + +bazel run //src/rest-api/cmd:push -- --tag "$(git rev-parse --short HEAD)" +helm upgrade rest-api --set image.tag=$(git rev-parse --short HEAD) k8s/rest-api -- cgit 1.4.1