Go to file
2024-06-17 17:33:35 +00:00
_service [info=b38af0957e4d8f2074c478328c8e053f] 2023-07-06 11:35:24 +00:00
.gitattributes [info=b38af0957e4d8f2074c478328c8e053f] 2023-07-06 11:35:24 +00:00
.gitignore [info=b38af0957e4d8f2074c478328c8e053f] 2023-07-06 11:35:24 +00:00
config.sh [info=f41234bdf1bcfbeebb85bd73c51ce709] 2024-04-12 12:15:39 +00:00
helm-image.changes [info=cf74e6241e7777f81badebd988d024fd] 2024-06-17 08:38:09 +00:00
helm-image.kiwi [info=b5b51bddbe941eb97d155a2bbffb1a57] 2024-06-05 16:00:22 +00:00
README.md [info=cf74e6241e7777f81badebd988d024fd] 2024-06-17 08:38:09 +00:00

Kubernetes Package Manager container image

Redistributable

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 comamand:

# podman run --rm -it  registry.opensuse.org/opensuse/helm:%%helm_version%% <helm-sub-command>

podman run --rm -it registry.opensuse.org/opensuse/helm:%%helm_version%% version

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 running on the host, mount the Kubernetes configuration file (kubeconfig) into the container (use --net=host flag to allow container to use hosts network):

podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config registry.opensuse.org/opensuse/helm:%%helm_version%%

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 openSUSE Tumbleweed.