Skip to content

Commit 0977d19

Browse files
committed
bump version
1 parent 158ac11 commit 0977d19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.4.0
6+
VERSION ?= v0.4.1
77

88
# DOCKER is the executable used to run docker commands. Also supports podman
99
DOCKER ?= docker

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: questdb/questdb-operator
8-
newTag: v0.4.0
8+
newTag: v0.4.1

0 commit comments

Comments
 (0)