We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f85594 commit 245b969Copy full SHA for 245b969
deploy.yml
@@ -17,7 +17,7 @@ spec:
17
app: taka-api
18
spec:
19
containers:
20
- - image: gcr.io/k8s-aksels/github-takaapp-api:v0.5
+ - image: gcr.io/k8s-aksels/github-takaapp-api:v0.6
21
name: taka-api-container
22
resources:
23
requests:
routes/docs.go
@@ -11,5 +11,5 @@ import (
11
// it is important otherwise services (eq cloudfare) will health check on /
12
// and will think the server died
13
func GetDocs(c echo.Context) error {
14
- return c.String(http.StatusOK, "Version 0.5")
+ return c.String(http.StatusOK, "Version 0.6")
15
}
server
2.31 MB
0 commit comments