Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package helm-image for openSUSE:Factory checked in at 2025-12-01 11:12:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helm-image (Old) and /work/SRC/openSUSE:Factory/.helm-image.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helm-image" Mon Dec 1 11:12:53 2025 rev:36 rq:1320516 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/helm-image/helm-image.changes 2025-10-21 11:18:26.063872022 +0200 +++ /work/SRC/openSUSE:Factory/.helm-image.new.14147/helm-image.changes 2025-12-01 11:12:57.397581089 +0100 @@ -1,0 +2,5 @@ +Thu Nov 27 17:24:51 UTC 2025 - SUSE Update Bot <[email protected]> + +- adjust for helm 4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.M6hoT3/_old 2025-12-01 11:12:58.037608162 +0100 +++ /var/tmp/diff_new_pack.M6hoT3/_new 2025-12-01 11:12:58.041608332 +0100 @@ -17,8 +17,8 @@ #!ExclusiveArch: aarch64 ppc64le s390x x86_64 #!BuildTag: opensuse/helm:%%helm_version%%-%RELEASE% #!BuildTag: opensuse/helm:%%helm_version%% -#!BuildTag: opensuse/helm:3.19 -#!BuildTag: opensuse/helm:3 +#!BuildTag: opensuse/helm:4.0 +#!BuildTag: opensuse/helm:4 #!BuildTag: opensuse/helm:latest FROM opensuse/bci/bci-micro:latest AS target @@ -31,7 +31,7 @@ # sanity check that the version from the tag is equal to the version of helm that we expect RUN set -euo pipefail; \ [ "$(rpm --root /target -q --qf '%{version}' helm | \ - cut -d '.' -f -2)" = "3.19" ] + cut -d '.' -f -2)" = "4.0" ] # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.M6hoT3/_old 2025-12-01 11:12:58.069609516 +0100 +++ /var/tmp/diff_new_pack.M6hoT3/_new 2025-12-01 11:12:58.077609854 +0100 @@ -13,13 +13,13 @@ To run Helm, use the following command: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.19 <helm-sub-command> +$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.0 <helm-sub-command> ``` For instance, to display the Helm version, run: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.19 version --template='{{.Version}}' -v3.19 +$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.0 version --template='{{.Version}}' +v4.0 ``` 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 @@ 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.19 +$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:4.0 ``` ## Licensing
