Skip to content

Commit 245b969

Browse files
committed
(all) update v0.6
1 parent 7f85594 commit 245b969

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
app: taka-api
1818
spec:
1919
containers:
20-
- image: gcr.io/k8s-aksels/github-takaapp-api:v0.5
20+
- image: gcr.io/k8s-aksels/github-takaapp-api:v0.6
2121
name: taka-api-container
2222
resources:
2323
requests:

routes/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ import (
1111
// it is important otherwise services (eq cloudfare) will health check on /
1212
// and will think the server died
1313
func GetDocs(c echo.Context) error {
14-
return c.String(http.StatusOK, "Version 0.5")
14+
return c.String(http.StatusOK, "Version 0.6")
1515
}

server

2.31 MB
Binary file not shown.

0 commit comments

Comments
 (0)