From 51e92ef224e4213af9206b715a3c6ca113628fdb Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Wed, 26 Feb 2025 12:14:55 +0100 Subject: [PATCH] Update k8s version, remove unneeded postgresql test Signed-off-by: Yury Tsarev --- examples/cluster-claim.yaml | 2 +- project.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cluster-claim.yaml b/examples/cluster-claim.yaml index fc1679e..88e54d4 100644 --- a/examples/cluster-claim.yaml +++ b/examples/cluster-claim.yaml @@ -8,7 +8,7 @@ spec: parameters: id: platform-ref-azure-cluster region: westus - version: "1.28" + version: "1.31" nodes: count: 1 instanceType: Standard_B2s diff --git a/project.mk b/project.mk index a8c8b9e..4583d62 100644 --- a/project.mk +++ b/project.mk @@ -1,4 +1,4 @@ PROJECT_NAME := platform-ref-azure -UPTEST_INPUT_MANIFESTS := examples/cluster-claim.yaml,examples/postgres-claim.yaml,examples/mariadb-claim.yaml,examples/app-claim.yaml +UPTEST_INPUT_MANIFESTS := examples/cluster-claim.yaml,examples/mariadb-claim.yaml,examples/app-claim.yaml UPTEST_SKIP_IMPORT := true UPTEST_SKIP_UPDATE := true