Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/image_licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/trusted_registries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/base-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down