Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 committed Oct 29, 2024
1 parent e74b26c commit b48bcb1
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 @@ -34,7 +34,7 @@ RUN make compile-generic
FROM gcr.io/distroless/static:nonroot
LABEL maintainer="[email protected]" \
NAME="k8s-backup-operator" \
VERSION="1.1.0"
VERSION="1.1.1"

WORKDIR /
COPY --from=builder /workspace/target/k8s-backup-operator .
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-backup-operator
VERSION=1.1.0
VERSION=1.1.1
IMAGE=cloudogu/${ARTIFACT_ID}:${VERSION}
GOTAG?=1.23
LINT_VERSION=v1.61.0
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:
backupOperator: cloudogu/k8s-backup-operator:1.1.0
backupOperator: cloudogu/k8s-backup-operator:1.1.1
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 @@ -23,7 +23,7 @@ manager:
image:
registry: docker.io
repository: cloudogu/k8s-backup-operator
tag: 1.1.0
tag: 1.1.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit b48bcb1

Please sign in to comment.