Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jelemux committed Dec 19, 2024
1 parent 8dfc0d3 commit 4dcd50c
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 @@ -30,7 +30,7 @@ RUN make compile-generic
FROM gcr.io/distroless/static:nonroot
LABEL maintainer="hello@cloudogu.com" \
NAME="k8s-ces-setup" \
VERSION="3.2.1"
VERSION="3.2.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-ces-setup
VERSION=3.2.1
VERSION=3.2.2

GOTAG?=1.23.2
MAKEFILES_VERSION=9.3.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:
k8sCesSetup: cloudogu/k8s-ces-setup:3.2.1
k8sCesSetup: cloudogu/k8s-ces-setup:3.2.2
kubectl: bitnami/kubectl:1.27.4
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 @@ -11,7 +11,7 @@ setup:
image:
registry: docker.io
repository: cloudogu/k8s-ces-setup
tag: 3.2.1
tag: 3.2.2
imagePullPolicy: IfNotPresent
networkPolicies:
enabled: false
Expand Down

0 comments on commit 4dcd50c

Please sign in to comment.