SUSE Linux Kubernetes Package Manager (helm)

Helm (Kubernetes Package Manager) container based on the SUSE Linux Enterprise Base Container Image.

Get Image
Digest:
sha256:c6c22e0a75966b0b2d4e2cd84e1551f497cf30514e2b5891b61616037c5ab22c
c6c22e0a7
Repository:
registry.suse.com/suse/helm:latest

Helm (Kubernetes Package Manager) container image

SLSA Provenance: Available

Description

Helm is a tool for managing Kubernetes charts, which are packages of pre-configured Kubernetes resources. This container image simplifies the deployment and use of Helm by packaging it into a ready-to-use container.

Usage

To run Helm, use the following command:

$ podman run --rm -it  registry.suse.com/suse/helm:3.20 <helm-sub-command>

For instance, to display the Helm version, run:

$ podman run --rm -it registry.suse.com/suse/helm:3.20 version --template='{{.Version}}'
v3.20

Refer to the full list of Helm commands, flags and environment variables, in the official Helm documentation.

For a comprehensive guide on getting started with Helm, refer to the official Helm tutorial.

Connecting Helm container to the Host's Kubernetes Cluster

To interact with a Kubernetes cluster, mount the Kubernetes configuration file (kubeconfig) from the container host into the container (use the --net=host flag to allow the container to use the host’s network):

$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.suse.com/suse/helm:3.20

Licensing

SPDX-License-Identifier: Apache-2.0

This documentation and the build recipe are licensed as Apache-2.0. The container itself contains various software components under various open source licenses listed in the associated Software Bill of Materials (SBOM).

This image is based on SUSE Linux Enterprise Server, a reliable, secure, and scalable server operating system built to power mission-critical workloads in physical and virtual environments.

  • Image Data

    Last Built: 27 Apr 11:05 UTC

    Compressed Size: 32.9 MB

    Uncompressed Size: 100.3 MB

    Support Level: L3

    Supported until: 31 Jul 2031


  • Health Index
    A

    No vulnerabilities found

    Last Scan:

    about 20 hours ago