We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cdc64 commit 12da36bCopy full SHA for 12da36b
Makefile
@@ -6,7 +6,7 @@ build:
6
upx -9 ./build/openapi2krakend
7
8
dockerize: build
9
- docker buildx build --platform=linux/amd64 -f docker/Dockerfile -t okhuz/openapi2krakend:0.0.7 .
+ docker buildx build --platform=linux/amd64 -f docker/Dockerfile -t okhuz/openapi2krakend:0.1.1 .
10
11
test:
12
go test ./... -v
deployment/deployment.yaml
@@ -14,7 +14,7 @@ spec:
14
spec:
15
initContainers:
16
- name: init-configuration
17
- image: okhuz/openapi2krakend:0.0.7
+ image: okhuz/openapi2krakend:0.1.1
18
imagePullPolicy: Always
19
env:
20
- name: API_URLS
0 commit comments