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-09-17 16:44:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/helm-image (Old)
 and      /work/SRC/openSUSE:Factory/.helm-image.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "helm-image"

Wed Sep 17 16:44:13 2025 rev:33 rq:1305277 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/helm-image/helm-image.changes    2025-08-02 
00:41:46.674609887 +0200
+++ /work/SRC/openSUSE:Factory/.helm-image.new.27445/helm-image.changes 
2025-09-17 16:44:31.491611717 +0200
@@ -1,0 +2,5 @@
+Tue Sep 16 10:03:25 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- adjust for helm 3.19
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.E4ZpAp/_old  2025-09-17 16:44:32.043635039 +0200
+++ /var/tmp/diff_new_pack.E4ZpAp/_new  2025-09-17 16:44:32.047635208 +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:3.18
+#!BuildTag: opensuse/helm:3.19
 #!BuildTag: opensuse/helm:3
 #!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)" = "3.18" ]
+    cut -d '.' -f -2)" = "3.19" ]
 RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
     rm -rf 
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2};
 rm -f {/target,}/etc/shadow-
 FROM opensuse/bci/bci-micro:latest

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.E4ZpAp/_old  2025-09-17 16:44:32.075636391 +0200
+++ /var/tmp/diff_new_pack.E4ZpAp/_new  2025-09-17 16:44:32.079636559 +0200
@@ -13,13 +13,13 @@
 To run Helm, use the following command:
 
 ```ShellSession
-$ podman run --rm -it  registry.opensuse.org/opensuse/helm:3.18 
<helm-sub-command>
+$ podman run --rm -it  registry.opensuse.org/opensuse/helm:3.19 
<helm-sub-command>
 ```
 
 For instance, to display the Helm version, run:
 ```ShellSession
-$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.18 version 
--template='{{.Version}}'
-v3.18
+$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.19 version 
--template='{{.Version}}'
+v3.19
 ```
 
 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.18
+$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z 
registry.opensuse.org/opensuse/helm:3.19
 ```
 
 ## Licensing

Reply via email to