Skip to content

Commit ca77e8e

Browse files
authored
Merge pull request #3185 from SUSE/for-deploy-7
🤖: Update build recipes for SP7
2 parents a187fc1 + f1e294e commit ca77e8e

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

helm-image/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
#!ExclusiveArch: aarch64 ppc64le s390x x86_64
1818
#!BuildTag: suse/helm:%%helm_version%%-%RELEASE%
1919
#!BuildTag: suse/helm:%%helm_version%%
20-
#!BuildTag: suse/helm:3.18
20+
#!BuildTag: suse/helm:3.19
2121
#!BuildTag: suse/helm:3
2222
#!BuildTag: suse/helm:latest
2323
#!BuildName: suse-helm
24-
#!BuildVersion: 15.7.3.18
24+
#!BuildVersion: 15.7.3.19
2525
#!BuildRelease: 60
2626
FROM registry.suse.com/bci/bci-micro:15.7 AS target
2727
FROM suse/sle15:15.7 AS builder
@@ -33,7 +33,7 @@ RUN set -euo pipefail; \
3333
# sanity check that the version from the tag is equal to the version of helm that we expect
3434
RUN set -euo pipefail; \
3535
[ "$(rpm --root /target -q --qf '%{version}' helm | \
36-
cut -d '.' -f -2)" = "3.18" ]
36+
cut -d '.' -f -2)" = "3.19" ]
3737

3838
# cleanup logs and temporary files
3939
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \

helm-image/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
To run Helm, use the following command:
1515

1616
```ShellSession
17-
$ podman run --rm -it registry.suse.com/suse/helm:3.18 <helm-sub-command>
17+
$ podman run --rm -it registry.suse.com/suse/helm:3.19 <helm-sub-command>
1818
```
1919

2020
For instance, to display the Helm version, run:
2121
```ShellSession
22-
$ podman run --rm -it registry.suse.com/suse/helm:3.18 version --template='{{.Version}}'
23-
v3.18
22+
$ podman run --rm -it registry.suse.com/suse/helm:3.19 version --template='{{.Version}}'
23+
v3.19
2424
```
2525

2626
Refer to the full list of Helm commands, flags and environment variables, in the [official Helm documentation](https://helm.sh/docs/helm/helm/).
@@ -33,7 +33,7 @@ For a comprehensive guide on getting started with Helm, refer to the [official H
3333
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):
3434

3535
```ShellSession
36-
$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.suse.com/suse/helm:3.18
36+
$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.suse.com/suse/helm:3.19
3737
```
3838

3939
## Licensing

helm-image/helm-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Nov 24 16:16:52 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- update for helm 3.19
5+
16
-------------------------------------------------------------------
27
Thu Nov 6 08:18:02 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)