From b45a1e9e80e5cbc7c624aa8fe0283aa5f794c3df Mon Sep 17 00:00:00 2001 From: Jeremias Weber Date: Thu, 19 Dec 2024 15:02:09 +0100 Subject: [PATCH] Bump version --- Dockerfile | 2 +- Makefile | 2 +- k8s/helm/component-patch-tpl.yaml | 2 +- k8s/helm/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e76c8f9..0637e75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN make compile-generic FROM gcr.io/distroless/static:nonroot LABEL maintainer="hello@cloudogu.com" \ NAME="k8s-service-discovery" \ - VERSION="1.3.2" + VERSION="1.3.3" WORKDIR / diff --git a/Makefile b/Makefile index f4b75d7..b503075 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Set these to the desired values ARTIFACT_ID=k8s-service-discovery -VERSION=1.3.2 +VERSION=1.3.3 IMAGE=cloudogu/${ARTIFACT_ID}:${VERSION} GOTAG?=1.23.4 diff --git a/k8s/helm/component-patch-tpl.yaml b/k8s/helm/component-patch-tpl.yaml index 1078db8..6cf3a4f 100644 --- a/k8s/helm/component-patch-tpl.yaml +++ b/k8s/helm/component-patch-tpl.yaml @@ -1,7 +1,7 @@ apiVersion: v1 values: images: - serviceDiscovery: cloudogu/k8s-service-discovery:1.3.2 + serviceDiscovery: cloudogu/k8s-service-discovery:1.3.3 patches: values.yaml: manager: diff --git a/k8s/helm/values.yaml b/k8s/helm/values.yaml index 1480602..cd5c138 100644 --- a/k8s/helm/values.yaml +++ b/k8s/helm/values.yaml @@ -26,7 +26,7 @@ manager: image: registry: docker.io repository: cloudogu/k8s-service-discovery - tag: 1.3.2 + tag: 1.3.3 env: logLevel: info stage: production