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 2026-05-21 18:28:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helm-image (Old) and /work/SRC/openSUSE:Factory/.helm-image.new.2084 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helm-image" Thu May 21 18:28:33 2026 rev:41 rq:1354381 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/helm-image/helm-image.changes 2026-03-27 06:41:24.629920543 +0100 +++ /work/SRC/openSUSE:Factory/.helm-image.new.2084/helm-image.changes 2026-05-21 18:30:52.807296735 +0200 @@ -1,0 +2,5 @@ +Wed May 20 16:09:47 UTC 2026 - SUSE Update Bot <[email protected]> + +- update to new version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.5Qi882/_old 2026-05-21 18:30:53.559327693 +0200 +++ /var/tmp/diff_new_pack.5Qi882/_new 2026-05-21 18:30:53.567328022 +0200 @@ -17,7 +17,7 @@ #!ExclusiveArch: aarch64 ppc64le s390x x86_64 #!BuildTag: opensuse/helm:%%helm_version%%-%RELEASE% #!BuildTag: opensuse/helm:%%helm_version%% -#!BuildTag: opensuse/helm:4.1 +#!BuildTag: opensuse/helm:4.2 #!BuildTag: opensuse/helm:4 #!BuildTag: opensuse/helm:latest @@ -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)" = "4.1" ] + cut -d '.' -f -2)" = "4.2" ] # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.5Qi882/_old 2026-05-21 18:30:53.599329340 +0200 +++ /var/tmp/diff_new_pack.5Qi882/_new 2026-05-21 18:30:53.603329504 +0200 @@ -13,13 +13,13 @@ To run Helm, use the following command: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.1 <helm-sub-command> +$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.2 <helm-sub-command> ``` For instance, to display the Helm version, run: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.1 version --template='{{.Version}}' -v4.1 +$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.2 version --template='{{.Version}}' +v4.2 ``` 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:4.1 +$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:4.2 ``` ## Licensing
