diff --git a/README.md b/README.md index 378f182..7d4978c 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ To run Helm, use the following command: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.15 +$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.16 ``` 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 +$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.16 version --template='{{.Version}}' +v3.16 ``` Refer to the full list of Helm commands, flags and environment variables, in the [official Helm documentation](https://helm.sh/docs/helm/helm/). @@ -32,7 +32,7 @@ For a comprehensive guide on getting started with Helm, refer to the [official H 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:Z registry.opensuse.org/opensuse/helm:3.15 +$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:3.16 ``` ## Licensing diff --git a/helm-image.changes b/helm-image.changes index f5acf4e..350d0cd 100644 --- a/helm-image.changes +++ b/helm-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 25 09:30:18 UTC 2024 - Dirk Mueller + +- adjust for new helm version + ------------------------------------------------------------------- Fri Sep 13 09:56:19 UTC 2024 - Dirk Mueller diff --git a/helm-image.kiwi b/helm-image.kiwi index e47a72f..3d92b0b 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,20 +27,20 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions + tag="3.16" + additionaltags="3.16-%RELEASE%,latest">