From 4b2c86be65712554b43f5e30d2a01e3556323f4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:46:36 +0100 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/controller-tools to v0.17.2 (#1368) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency kubernetes-sigs/controller-tools to v0.17.2 * chore(ci): fix coverage and seccomp Signed-off-by: Oliver Bähler * chore(ci): use ghcr for seccomp image Signed-off-by: Oliver Bähler --------- Signed-off-by: Oliver Bähler Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oliver Bähler --- .github/workflows/coverage.yml | 2 ++ .gitignore | 1 + Dockerfile.tracing | 2 +- Makefile | 2 +- .../capsule/crds/capsule.clastix.io_capsuleconfigurations.yaml | 2 +- .../capsule/crds/capsule.clastix.io_globaltenantresources.yaml | 2 +- charts/capsule/crds/capsule.clastix.io_tenantresources.yaml | 2 +- charts/capsule/crds/capsule.clastix.io_tenants.yaml | 2 +- 8 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c154aea6..b516596e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -79,6 +79,8 @@ jobs: if: ${{ steps.checksecret.outputs.result == 'true' }} uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: projectcapsule/capsule files: ./coverage.out fail_ci_if_error: true verbose: true diff --git a/.gitignore b/.gitignore index 59d273ea..e39eba7e 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ dist/ .DS_Store *.tgz kind.yaml +capsule-seccomp.json diff --git a/Dockerfile.tracing b/Dockerfile.tracing index ea91197a..0fab1264 100644 --- a/Dockerfile.tracing +++ b/Dockerfile.tracing @@ -3,7 +3,7 @@ ARG TARGET_IMAGE FROM ${TARGET_IMAGE} AS target # Inject Harpoon Image -FROM alegrey91/harpoon:v0.9.4 +FROM ghcr.io/alegrey91/harpoon:latest WORKDIR / COPY --from=target /ko-app/capsule ./manager diff --git a/Makefile b/Makefile index 3dcb96f1..a9716edf 100644 --- a/Makefile +++ b/Makefile @@ -325,7 +325,7 @@ helm-doc: # -- Tools #################### CONTROLLER_GEN := $(LOCALBIN)/controller-gen -CONTROLLER_GEN_VERSION ?= v0.17.1 +CONTROLLER_GEN_VERSION ?= v0.17.2 CONTROLLER_GEN_LOOKUP := kubernetes-sigs/controller-tools controller-gen: @test -s $(CONTROLLER_GEN) && $(CONTROLLER_GEN) --version | grep -q $(CONTROLLER_GEN_VERSION) || \ diff --git a/charts/capsule/crds/capsule.clastix.io_capsuleconfigurations.yaml b/charts/capsule/crds/capsule.clastix.io_capsuleconfigurations.yaml index e3e8b2ed..0097d211 100644 --- a/charts/capsule/crds/capsule.clastix.io_capsuleconfigurations.yaml +++ b/charts/capsule/crds/capsule.clastix.io_capsuleconfigurations.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.17.1 + controller-gen.kubebuilder.io/version: v0.17.2 name: capsuleconfigurations.capsule.clastix.io spec: group: capsule.clastix.io diff --git a/charts/capsule/crds/capsule.clastix.io_globaltenantresources.yaml b/charts/capsule/crds/capsule.clastix.io_globaltenantresources.yaml index f9c7ed29..628c9b1c 100644 --- a/charts/capsule/crds/capsule.clastix.io_globaltenantresources.yaml +++ b/charts/capsule/crds/capsule.clastix.io_globaltenantresources.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.17.1 + controller-gen.kubebuilder.io/version: v0.17.2 name: globaltenantresources.capsule.clastix.io spec: group: capsule.clastix.io diff --git a/charts/capsule/crds/capsule.clastix.io_tenantresources.yaml b/charts/capsule/crds/capsule.clastix.io_tenantresources.yaml index 2c9a0be7..3ff26818 100644 --- a/charts/capsule/crds/capsule.clastix.io_tenantresources.yaml +++ b/charts/capsule/crds/capsule.clastix.io_tenantresources.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.17.1 + controller-gen.kubebuilder.io/version: v0.17.2 name: tenantresources.capsule.clastix.io spec: group: capsule.clastix.io diff --git a/charts/capsule/crds/capsule.clastix.io_tenants.yaml b/charts/capsule/crds/capsule.clastix.io_tenants.yaml index 44b2b2a5..1f5119b5 100644 --- a/charts/capsule/crds/capsule.clastix.io_tenants.yaml +++ b/charts/capsule/crds/capsule.clastix.io_tenants.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.17.1 + controller-gen.kubebuilder.io/version: v0.17.2 name: tenants.capsule.clastix.io spec: group: capsule.clastix.io