Skip to content

kubectl not installed properly on 3.4.0 docker image #26

@PercleChiu

Description

@PercleChiu

What happened?

Hi,
First thank you for maintaining this project.
We tried to upgrade to the newest release (3.4.0) and discovered that the kubectl is not installed properly.

What did you expect to happen?

kubectl 1.32.0 installed properly

How can we reproduce this?

docker run -it quay.io/fairwinds/helm-release-pruner:v3.4.0 /bin/bash
29f6765ea5b2:/# kubectl version
/usr/local/bin/kubectl: line 1: syntax error near unexpected token `<'
/usr/local/bin/kubectl: line 1: `<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: kubernetes-release/release/v1.32.0/bin/linux/amd64/kubectl</Details></Error>'
29f6765ea5b2:/# which kubectl
/usr/local/bin/kubectl
29f6765ea5b2:/# cat /usr/local/bin/kubectl
<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: kubernetes-release/release/v1.32.0/bin/linux/amd64/kubectl</Details></Error>29f6765ea5b2:/

Version

3.4.0

Search

  • I did search for other open and closed issues before opening this.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriageThis bug needs triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions