diff --git a/component-settings.yaml b/component-settings.yaml index 32d0317..ab4d87a 100644 --- a/component-settings.yaml +++ b/component-settings.yaml @@ -33,5 +33,5 @@ VICTORIA_LOGS_IMAGE_VERSION: "v1.6.0-victorialogs" OPENMCP_OPERATOR_VERSION: "v0.19.1" CLUSTER_PROVIDER_KIND_VERSION: "v0.3.0" PLATFORM_SERVICE_GATEWAY_VERSION: "v0.0.10" -KRO_VERSION: "0.9.1" +KRO_VERSION: "0.9.2" OCM_K8S_TOOLKIT_VERSION: "0.4.0" diff --git a/test/e2e/go.mod b/test/e2e/go.mod index ba45d8f..8ab4525 100644 --- a/test/e2e/go.mod +++ b/test/e2e/go.mod @@ -3,7 +3,7 @@ module github.com/openmcp-project/observability-stack go 1.26.1 require ( - github.com/kubernetes-sigs/kro v0.9.1 + github.com/kubernetes-sigs/kro v0.9.2 github.com/openmcp-project/openmcp-testing v0.3.2 github.com/prometheus/client_golang v1.23.2 github.com/prometheus/common v0.67.5 diff --git a/test/e2e/go.sum b/test/e2e/go.sum index 6c84e31..e49c968 100644 --- a/test/e2e/go.sum +++ b/test/e2e/go.sum @@ -213,8 +213,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/kubernetes-sigs/kro v0.9.1 h1:xf/jNNgK6ChVk6LXaHhSHycEJnXiwNVUKkScB3tHuio= -github.com/kubernetes-sigs/kro v0.9.1/go.mod h1:s5vJ+L1MLgF5I2xKexuQIa+WubQ1S4mhhbL3xMILKss= +github.com/kubernetes-sigs/kro v0.9.2 h1:+oDxno2+7T4FWcAS4sb9r1GADpkjyv80guB1LKssPsI= +github.com/kubernetes-sigs/kro v0.9.2/go.mod h1:pHMYqGg913SbCK1rqD1wOYu85pfQWkhNkzzRBNkord0= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=