We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158ac11 commit 0977d19Copy full SHA for 0977d19
Makefile
@@ -3,7 +3,7 @@
3
# To re-generate a bundle for another specific version without changing the standard setup, you can:
4
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
5
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6
-VERSION ?= 0.4.0
+VERSION ?= v0.4.1
7
8
# DOCKER is the executable used to run docker commands. Also supports podman
9
DOCKER ?= docker
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: questdb/questdb-operator
- newTag: v0.4.0
+ newTag: v0.4.1
0 commit comments