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-01-30 18:22:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helm-image (Old) and /work/SRC/openSUSE:Factory/.helm-image.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helm-image" Fri Jan 30 18:22:18 2026 rev:38 rq:1329861 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/helm-image/helm-image.changes 2026-01-02 14:29:52.079794749 +0100 +++ /work/SRC/openSUSE:Factory/.helm-image.new.1995/helm-image.changes 2026-01-30 18:22:34.318247197 +0100 @@ -1,0 +2,5 @@ +Wed Jan 28 14:59:23 UTC 2026 - SUSE Update Bot <[email protected]> + +- rerender for helm 4.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.yj4YZ6/_old 2026-01-30 18:22:36.374333484 +0100 +++ /var/tmp/diff_new_pack.yj4YZ6/_new 2026-01-30 18:22:36.422335498 +0100 @@ -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.0 +#!BuildTag: opensuse/helm:4.1 #!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.0" ] + cut -d '.' -f -2)" = "4.1" ] # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.yj4YZ6/_old 2026-01-30 18:22:36.690346746 +0100 +++ /var/tmp/diff_new_pack.yj4YZ6/_new 2026-01-30 18:22:36.726348256 +0100 @@ -13,13 +13,13 @@ To run Helm, use the following command: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.0 <helm-sub-command> +$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.1 <helm-sub-command> ``` For instance, to display the Helm version, run: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.0 version --template='{{.Version}}' -v4.0 +$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.1 version --template='{{.Version}}' +v4.1 ``` 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.0 +$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:4.1 ``` ## Licensing
