Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 committed Dec 18, 2024
1 parent ae51404 commit 7263df3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN make compile-generic
FROM gcr.io/distroless/static:nonroot
LABEL maintainer="[email protected]" \
NAME="k8s-service-discovery" \
VERSION="1.3.1"
VERSION="1.3.2"

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set these to the desired values
ARTIFACT_ID=k8s-service-discovery
VERSION=1.3.1
VERSION=1.3.2

IMAGE=cloudogu/${ARTIFACT_ID}:${VERSION}
GOTAG?=1.23.4
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/component-patch-tpl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
values:
images:
serviceDiscovery: cloudogu/k8s-service-discovery:1.3.1
serviceDiscovery: cloudogu/k8s-service-discovery:1.3.2
patches:
values.yaml:
manager:
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ manager:
image:
registry: docker.io
repository: cloudogu/k8s-service-discovery
tag: 1.3.1
tag: 1.3.2
env:
logLevel: info
stage: production
Expand Down

0 comments on commit 7263df3

Please sign in to comment.