Skip to content

Conversation

@hernan82arg
Copy link
Contributor

Bitnami deprecated its kubectl image, we're moving to Alpine's k8s image.

@hernan82arg hernan82arg self-assigned this Oct 2, 2025
@rmvangun rmvangun added the chore label Oct 2, 2025
@hernan82arg hernan82arg requested a review from rmvangun October 2, 2025 16:35
cursor[bot]

This comment was marked as outdated.

Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>
@rmvangun rmvangun merged commit 51cfb5b into main Oct 29, 2025
5 of 6 checks passed
@rmvangun rmvangun deleted the chore/alpine-k8s branch October 29, 2025 13:36
- name: copy-k8s-secret
image: bitnami/kubectl:1.31.2
# renovate: datasource=docker depName=kubectl package=alpine/k8s
image: alpine/k8s:1.33.4
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Missing yq Tool in Minimal Image

The image changed from bitnami/kubectl:1.31.2 to alpine/k8s:1.33.4, but the script requires the yq command-line tool on line 38 which is NOT included in the alpine/k8s image. The alpine/k8s image is a minimal image containing only kubectl; yq would need to be explicitly installed. This will cause the Job to fail at runtime when it tries to execute yq eval.

Fix in Cursor Fix in Web

rmvangun added a commit that referenced this pull request Oct 29, 2025
Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>

chore: Collect talos support bundle (#950)

Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>

Move to alpine k8s image (#946)

Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>
Co-authored-by: rmvangun <85766511+rmvangun@users.noreply.github.com>
rmvangun added a commit that referenced this pull request Oct 29, 2025
Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>

chore: Collect talos support bundle (#950)

Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>

Move to alpine k8s image (#946)

Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>
Co-authored-by: rmvangun <85766511+rmvangun@users.noreply.github.com>

Disable coredns

Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>
rmvangun added a commit that referenced this pull request Oct 29, 2025
Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>

chore: Collect talos support bundle (#950)

Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>

Move to alpine k8s image (#946)

Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>
Co-authored-by: rmvangun <85766511+rmvangun@users.noreply.github.com>

Disable coredns

Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants