From ac721b81834ffbfe81be5939674114c0174a21ebb23d028048290d862a57cf41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 25 Sep 2024 09:49:48 +0000 Subject: [PATCH 1/2] [info=6b746748277893a10bd56b1731a67162] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/helm-image?expand=0&rev=166 --- README.md | 8 ++++---- helm-image.changes | 5 +++++ helm-image.kiwi | 12 ++++++------ 3 files changed, 15 insertions(+), 10 deletions(-) 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">