From a1f946a55e94df53e7ce95a6b5f889a914ea6b57 Mon Sep 17 00:00:00 2001 From: Robert Auer Date: Wed, 10 Jan 2024 12:15:43 +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 50b637e..350d56a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN make compile-generic FROM gcr.io/distroless/static:nonroot LABEL maintainer="hello@cloudogu.com" \ NAME="k8s-backup-operator" \ - VERSION="0.10.0" + VERSION="0.10.1" WORKDIR / COPY --from=builder /workspace/target/k8s-backup-operator . diff --git a/Makefile b/Makefile index 4cdd246..a7e12e2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Set these to the desired values ARTIFACT_ID=k8s-backup-operator -VERSION=0.10.0 +VERSION=0.10.1 IMAGE=cloudogu/${ARTIFACT_ID}:${VERSION} GOTAG?=1.21 MAKEFILES_VERSION=9.0.1 diff --git a/k8s/helm/component-patch-tpl.yaml b/k8s/helm/component-patch-tpl.yaml index 92a480b..c625884 100644 --- a/k8s/helm/component-patch-tpl.yaml +++ b/k8s/helm/component-patch-tpl.yaml @@ -1,7 +1,7 @@ apiVersion: v1 values: images: - backupOperator: cloudogu/k8s-backup-operator:0.10.0 + backupOperator: cloudogu/k8s-backup-operator:0.10.1 kubeRbacProxy: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1 patches: values.yaml: diff --git a/k8s/helm/values.yaml b/k8s/helm/values.yaml index 8992a16..fd6b359 100644 --- a/k8s/helm/values.yaml +++ b/k8s/helm/values.yaml @@ -18,7 +18,7 @@ manager: logLevel: info image: repository: cloudogu/k8s-backup-operator - tag: 0.10.0 + tag: 0.10.1 imagePullPolicy: IfNotPresent resources: limits: