diff --git a/.github/image_licenses.yaml b/.github/image_licenses.yaml index 088c405987..96762c9a54 100644 --- a/.github/image_licenses.yaml +++ b/.github/image_licenses.yaml @@ -77,6 +77,9 @@ licenses: docker.io/otel/opentelemetry-collector-contrib: license: Apache-2.0 licenseLink: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/LICENSE + docker.io/rancher/kubectl: + license: Apache-2.0 + licenseLink: https://raw.githubusercontent.com/kubernetes/kubernetes/refs/heads/master/LICENSE docker.io/stellio/stellio-api-gateway: license: Apache-2.0 licenseLink: https://github.com/stellio-hub/stellio-context-broker/blob/develop/LICENSE.txt diff --git a/.github/trusted_registries.yaml b/.github/trusted_registries.yaml index 0b72d60f75..c75d504441 100644 --- a/.github/trusted_registries.yaml +++ b/.github/trusted_registries.yaml @@ -21,6 +21,8 @@ docker.io: otel: opentelemetry-collector-contrib: ALL_TAGS postgres: ALL_TAGS + rancher: + kubectl: ALL_TAGS stellio: ALL_IMAGES traefik: ALL_TAGS velero: ALL_IMAGES diff --git a/charts/base-cluster/values.yaml b/charts/base-cluster/values.yaml index 81664cefbd..13d36730d6 100644 --- a/charts/base-cluster/values.yaml +++ b/charts/base-cluster/values.yaml @@ -67,8 +67,8 @@ global: kubectl: image: registry: docker.io - repository: bitnami/kubectl - tag: 1.33.3-debian-12-r1@sha256:cd354d5b25562b195b277125439c23e4046902d7f1abc0dc3c75aad04d298c17 + repository: rancher/kubectl + tag: 1.33.3@sha256:26d09fcee6eb9a14b81c95e52dd90964a0a24263abb075f58651d2ac62651b59 flux: image: registry: docker.io