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-09-22 15:50:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helm-image (Old) and /work/SRC/openSUSE:Factory/.helm-image.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helm-image" Tue Sep 22 15:50:57 2026 rev:48 rq:1379543 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/helm-image/helm-image.changes 2026-09-01 15:49:34.081292142 +0200 +++ /work/SRC/openSUSE:Factory/.helm-image.new.383539/helm-image.changes 2026-09-22 15:51:29.878949905 +0200 @@ -1,0 +2,5 @@ +Sun Sep 20 06:48:40 UTC 2026 - SUSE Update Bot <[email protected]> + +- adjust for new helm version 4.3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.rV2Fm0/_old 2026-09-22 15:51:30.475974812 +0200 +++ /var/tmp/diff_new_pack.rV2Fm0/_new 2026-09-22 15:51:30.478974937 +0200 @@ -17,7 +17,7 @@ #!ExclusiveArch: aarch64 ppc64le s390x riscv64 x86_64 #!BuildTag: opensuse/helm:%%helm_version%%-%RELEASE% #!BuildTag: opensuse/helm:%%helm_version%% -#!BuildTag: opensuse/helm:4.2 +#!BuildTag: opensuse/helm:4.3 #!BuildTag: opensuse/helm:4 #!BuildTag: opensuse/helm:latest @@ -32,7 +32,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.2" ] + cut -d '.' -f -2)" = "4.3" ] # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.rV2Fm0/_old 2026-09-22 15:51:30.513976397 +0200 +++ /var/tmp/diff_new_pack.rV2Fm0/_new 2026-09-22 15:51:30.518976606 +0200 @@ -13,13 +13,13 @@ To run Helm, use the following command: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.2 <helm-sub-command> +$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.3 <helm-sub-command> ``` For instance, to display the Helm version, run: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.2 version --template='{{.Version}}' -v4.2 +$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.3 version --template='{{.Version}}' +v4.3 ``` 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.2 +$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:4.3 ``` ## Licensing
