From 25a23475ad2cee80d6ac5d354240ba07f0ec2292 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Mon, 16 Jan 2023 15:57:08 +0100 Subject: [PATCH] renovate: ignore operator manager kustomization Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .../config/manager/kustomization.yaml | 2 +- renovate.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/operators/constellation-node-operator/config/manager/kustomization.yaml b/operators/constellation-node-operator/config/manager/kustomization.yaml index b72809ef7..23ff3a7e4 100644 --- a/operators/constellation-node-operator/config/manager/kustomization.yaml +++ b/operators/constellation-node-operator/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/edgelesssys/constellation/node-operator - newTag: v2.3.0 + newTag: v0.0.0 diff --git a/renovate.json b/renovate.json index d77df8111..ad7e23407 100644 --- a/renovate.json +++ b/renovate.json @@ -16,7 +16,8 @@ ], "prConcurrentLimit": 4, "ignorePaths": [ - "cli/internal/helm/charts/cilium/**" + "cli/internal/helm/charts/cilium/**", + "operators/constellation-node-operator/config/manager/kustomization.yaml" ], "ignoreDeps": [ "github.com/edgelesssys/constellation/v2"