Skip to content

Commit 12da36b

Browse files
committed
increase version to 0.1.1
1 parent c4cdc64 commit 12da36b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
upx -9 ./build/openapi2krakend
77

88
dockerize: build
9-
docker buildx build --platform=linux/amd64 -f docker/Dockerfile -t okhuz/openapi2krakend:0.0.7 .
9+
docker buildx build --platform=linux/amd64 -f docker/Dockerfile -t okhuz/openapi2krakend:0.1.1 .
1010

1111
test:
1212
go test ./... -v

deployment/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
initContainers:
1616
- name: init-configuration
17-
image: okhuz/openapi2krakend:0.0.7
17+
image: okhuz/openapi2krakend:0.1.1
1818
imagePullPolicy: Always
1919
env:
2020
- name: API_URLS

0 commit comments

Comments
 (0)