diff --git a/README.md b/README.md index 69589fb..378f182 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,16 @@ ## Usage -To run Helm, use the following comamand: +To run Helm, use the following command: ```ShellSession -# podman run --rm -it registry.opensuse.org/opensuse/helm:%%helm_version%% +$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.15 +``` -podman run --rm -it registry.opensuse.org/opensuse/helm:%%helm_version%% version +For instance, to display the Helm version, run: +```ShellSession +$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.15 version --template='{{.Version}}' +v3.15 ``` Refer to the full list of Helm commands, flags and environment variables, in the [official Helm documentation](https://helm.sh/docs/helm/helm/). @@ -24,10 +28,11 @@ For a comprehensive guide on getting started with Helm, refer to the [official H ### 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 host’s network): + +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): ```ShellSession -podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config registry.opensuse.org/opensuse/helm:%%helm_version%% +$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:3.15 ``` ## Licensing diff --git a/_service b/_service index bb1b334..695a3f0 100644 --- a/_service +++ b/_service @@ -1,10 +1,4 @@ - - helm-image.kiwi - %%helm_version%% - helm - minor - \ No newline at end of file diff --git a/helm-image.changes b/helm-image.changes index 9093537..e7aa874 100644 --- a/helm-image.changes +++ b/helm-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 19 07:36:33 UTC 2024 - Dan Čermák + +- improve README + ------------------------------------------------------------------- Mon Jun 17 08:06:22 UTC 2024 - Alexandre Vicenzi diff --git a/helm-image.kiwi b/helm-image.kiwi index 13f3648..56d8b67 100644 --- a/helm-image.kiwi +++ b/helm-image.kiwi @@ -14,7 +14,7 @@ https://github.com/SUSE/BCI-dockerfile-generator Please submit bugfixes or comments via https://bugs.opensuse.org/ You can contact the BCI team via https://github.com/SUSE/bci/discussions --> - + @@ -27,19 +27,19 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions + additionaltags="3.15-%RELEASE%,latest">