about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 17:02:08 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 17:02:08 +0200
commit87f217afb8b2b45d3c4e99f35053ece68c655b7f (patch)
treecb95455107821490c41bcf8cfcd513e0f5a4f608 /README.md
parentChange module name and cleanup http handler (diff)
downloadfs-tracer-backend-87f217afb8b2b45d3c4e99f35053ece68c655b7f.tar.gz
fs-tracer-backend-87f217afb8b2b45d3c4e99f35053ece68c655b7f.tar.bz2
fs-tracer-backend-87f217afb8b2b45d3c4e99f35053ece68c655b7f.zip
Change instructions to reference the service in the tag
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bcbc18a..8f24a31 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,5 @@ kubectl apply -f metallb_announce.yml
 
 helm install rabbitmq oci://registry-1.docker.io/bitnamicharts/rabbitmq
 
-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
+bazel run //src/rest-api/cmd:push -- --tag "rest-api-$(git rev-parse --short HEAD)"
+helm upgrade rest-api --set image.tag="rest-api-$(git rev-parse --short HEAD)" k8s/rest-api