Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
meiserloh committed Oct 18, 2024
1 parent 081c1be commit 5220c06
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="0.15.2"
VERSION="1.0.0"

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=0.15.2
VERSION=1.0.0

IMAGE=cloudogu/${ARTIFACT_ID}:${VERSION}
GOTAG?=1.23.2
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:0.15.2
serviceDiscovery: cloudogu/k8s-service-discovery:1.0.0
kubeRbacProxy: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1
patches:
values.yaml:
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kubeRbacProxy:
manager:
image:
repository: cloudogu/k8s-service-discovery
tag: 0.15.2
tag: 1.0.0
env:
logLevel: info
stage: production
Expand Down

0 comments on commit 5220c06

Please sign in to comment.