Skip to content

Commit

Permalink
update deployment to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmainguy committed Mar 6, 2020
1 parent d3b89ae commit 611c33a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployments/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: k8scapcity
image: 'hub.soh.re/k8scapcity:v0.2.0'
image: 'hub.soh.re/k8scapcity:v0.2.1'
env:
- name: NODELABEL
value: node-role.kubernetes.io/compute=true
Expand Down
10 changes: 5 additions & 5 deletions deployments/kubernetes/docker/deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.2.1
docker build -t=push.soh.re/k8scapcity:0.2.1
docker tag push.soh.re/k8scapcity:0.2.1 push.soh.re/k8scapcity:latest
docker push push.soh.re/k8scapcity:0.2.1
docker push push.soh.re/k8scapcity:0.2.1
VERSION=v0.2.1
docker build -t=push.soh.re/k8scapcity:$VERSION .
docker tag push.soh.re/k8scapcity:$VERSION push.soh.re/k8scapcity:latest
docker push push.soh.re/k8scapcity:$VERSION
docker push push.soh.re/k8scapcity:latest

0 comments on commit 611c33a

Please sign in to comment.