We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f2d7e commit 43087b8Copy full SHA for 43087b8
Makefile
@@ -29,7 +29,7 @@ name:
29
## version: Output last commit sha1
30
.PHONY: version
31
version:
32
- @printf "$(shell date +%s)-$(shell git rev-parse --short HEAD)"
+ @printf "$(shell git rev-parse --short HEAD)"
33
34
## app: Build whole app
35
.PHONY: app
infra/config.yaml
@@ -17,7 +17,7 @@ spec:
17
values:
18
nameOverride: goweb
19
image:
20
- repository: vibioh/goweb:1611954440-8b573fc # {"$imagepolicy": "default:goweb"}
+ repository: vibioh/goweb:latest # {"$imagepolicy": "default:goweb"}
21
config:
22
API_LOGGER_JSON: "true"
23
ingress:
0 commit comments