Skip to content

Commit b03e36e

Browse files
authored
Merge pull request #3336 from SUSE/for-deploy-16.1
🤖: Update build recipes for 16.1
2 parents e09a400 + 59a4e33 commit b03e36e

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,10 +17,10 @@
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
#!BuildName: suse-helm
23-
#!BuildVersion: 16.1.3.18
23+
#!BuildVersion: 16.1.3.19
2424
FROM bci/bci-micro:16.1 AS target
2525
FROM bci/bci-base:16.1 AS builder
2626
COPY --from=target / /target
@@ -31,7 +31,7 @@ RUN set -euo pipefail; \
3131
# sanity check that the version from the tag is equal to the version of helm that we expect
3232
RUN set -euo pipefail; \
3333
[ "$(rpm --root /target -q --qf '%{version}' helm | \
34-
cut -d '.' -f -2)" = "3.18" ]
34+
cut -d '.' -f -2)" = "3.19" ]
3535

3636
# cleanup logs and temporary files
3737
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
@@ -15,13 +15,13 @@
1515
To run Helm, use the following command:
1616

1717
```ShellSession
18-
$ podman run --rm -it registry.suse.com/suse/helm:3.18 <helm-sub-command>
18+
$ podman run --rm -it registry.suse.com/suse/helm:3.19 <helm-sub-command>
1919
```
2020

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

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

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

4040
## 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+
Sun Jan 11 17:55:44 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- adjust for helm 3.19
5+
16
-------------------------------------------------------------------
27
Sun Jan 11 17:25:12 UTC 2026 - Dirk Müller <dmueller@suse.com>
38

0 commit comments

Comments
 (0)