From 83680cfc765fb7387faae399e87a29d508a7256a Mon Sep 17 00:00:00 2001 From: Benjamin Ritter Date: Mon, 3 Aug 2026 11:52:37 +0200 Subject: [PATCH] fix: adjust codegen module name Signed-off-by: Benjamin Ritter --- hack/update-codegen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index fa3efb599..d652e87e7 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -19,7 +19,7 @@ set -o nounset set -o pipefail SRC="github.com" -GOPKG="$SRC/zalando/postgres-operator" +GOPKG="$SRC/zalando/postgres-operator/v2" CUSTOM_RESOURCE_NAME_ZAL="zalando.org" CUSTOM_RESOURCE_NAME_ACID="acid.zalan.do" CUSTOM_RESOURCE_VERSION="v1"