Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #50 from tar-xzvff/update_app_version
Browse files Browse the repository at this point in the history
Update app version
  • Loading branch information
tar-xzvff authored Aug 22, 2018
2 parents 6461cec + 582ef0b commit 8279eb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker_build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

docker build -t relate-webui:20180818007 -f docker/relate_webui/Dockerfile .
docker build -t relate-webui:20180818008 -f docker/relate_webui/Dockerfile .

docker build -t relate-staticfiles-webserver:20180524 -f docker/relate_staticfiles_webserver/Dockerfile .
2 changes: 1 addition & 1 deletion manifest/helm/relate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ metadata:
spec:
containers:
- name: relate
image: relate-webui:20180818007
image: relate-webui:20180818008
ports:
- name: relate
containerPort: 7777
Expand Down
2 changes: 1 addition & 1 deletion manifest/helm/relate/templates/relate-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: relate
image: relate-webui:20180802005
image: relate-webui:20180823006
ports:
- name: relate
containerPort: 7777
Expand Down
2 changes: 1 addition & 1 deletion manifest/relate_old.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
spec:
containers:
- name: relate
image: relate-webui:20180802005
image: relate-webui:20180823006
ports:
- name: relate
containerPort: 7777
Expand Down

0 comments on commit 8279eb1

Please sign in to comment.