Skip to content

Commit 31c8a9f

Browse files
authored
Merge pull request #3199 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents 89bd925 + 295760e commit 31c8a9f

12 files changed

+25
-15
lines changed

helm-image/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#!ExclusiveArch: aarch64 ppc64le s390x x86_64
1818
#!BuildTag: opensuse/helm:%%helm_version%%-%RELEASE%
1919
#!BuildTag: opensuse/helm:%%helm_version%%
20-
#!BuildTag: opensuse/helm:3.19
21-
#!BuildTag: opensuse/helm:3
20+
#!BuildTag: opensuse/helm:4.0
21+
#!BuildTag: opensuse/helm:4
2222
#!BuildTag: opensuse/helm:latest
2323

2424
FROM opensuse/bci/bci-micro:latest AS 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.19" ]
34+
cut -d '.' -f -2)" = "4.0" ]
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
@@ -13,13 +13,13 @@
1313
To run Helm, use the following command:
1414

1515
```ShellSession
16-
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.19 <helm-sub-command>
16+
$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.0 <helm-sub-command>
1717
```
1818

1919
For instance, to display the Helm version, run:
2020
```ShellSession
21-
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.19 version --template='{{.Version}}'
22-
v3.19
21+
$ podman run --rm -it registry.opensuse.org/opensuse/helm:4.0 version --template='{{.Version}}'
22+
v4.0
2323
```
2424

2525
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 @@ For a comprehensive guide on getting started with Helm, refer to the [official H
3232
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):
3333

3434
```ShellSession
35-
$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:3.19
35+
$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:4.0
3636
```
3737

3838
## 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+
Thu Nov 27 17:24:51 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- adjust for helm 4
5+
16
-------------------------------------------------------------------
27
Mon Oct 20 12:53:40 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

kubevirt-image/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -euo pipefail; \
3131
# sanity check that the version from the tag is equal to the version of kubevirt-virt-api that we expect
3232
RUN set -euo pipefail; \
3333
[ "$(rpm --root /target -q --qf '%{version}' kubevirt-virt-api | \
34-
cut -d '.' -f -3)" = "1.6.2" ]
34+
cut -d '.' -f -3)" = "1.6.3" ]
3535
RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash virt-api
3636

3737

kubevirt-image/Dockerfile.controller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -euo pipefail; \
3131
# sanity check that the version from the tag is equal to the version of kubevirt-virt-controller that we expect
3232
RUN set -euo pipefail; \
3333
[ "$(rpm --root /target -q --qf '%{version}' kubevirt-virt-controller | \
34-
cut -d '.' -f -3)" = "1.6.2" ]
34+
cut -d '.' -f -3)" = "1.6.3" ]
3535
RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash virt-controller
3636

3737

kubevirt-image/Dockerfile.exportproxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -euo pipefail; \
3131
# sanity check that the version from the tag is equal to the version of kubevirt-virt-exportproxy that we expect
3232
RUN set -euo pipefail; \
3333
[ "$(rpm --root /target -q --qf '%{version}' kubevirt-virt-exportproxy | \
34-
cut -d '.' -f -3)" = "1.6.2" ]
34+
cut -d '.' -f -3)" = "1.6.3" ]
3535
RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash virt-exportproxy
3636

3737

kubevirt-image/Dockerfile.exportserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -euo pipefail; \
3131
# sanity check that the version from the tag is equal to the version of kubevirt-virt-exportserver that we expect
3232
RUN set -euo pipefail; \
3333
[ "$(rpm --root /target -q --qf '%{version}' kubevirt-virt-exportserver | \
34-
cut -d '.' -f -3)" = "1.6.2" ]
34+
cut -d '.' -f -3)" = "1.6.3" ]
3535
RUN set -euo pipefail; useradd -u 107 --create-home -s /bin/bash virt-exportserver
3636

3737

kubevirt-image/Dockerfile.handler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -euo pipefail; \
3131
# sanity check that the version from the tag is equal to the version of kubevirt-virt-handler that we expect
3232
RUN set -euo pipefail; \
3333
[ "$(rpm --root /target -q --qf '%{version}' kubevirt-virt-handler | \
34-
cut -d '.' -f -3)" = "1.6.2" ]
34+
cut -d '.' -f -3)" = "1.6.3" ]
3535

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

kubevirt-image/Dockerfile.launcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -euo pipefail; \
3131
# sanity check that the version from the tag is equal to the version of kubevirt-virt-launcher that we expect
3232
RUN set -euo pipefail; \
3333
[ "$(rpm --root /target -q --qf '%{version}' kubevirt-virt-launcher | \
34-
cut -d '.' -f -3)" = "1.6.2" ]
34+
cut -d '.' -f -3)" = "1.6.3" ]
3535
RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash virt-launcher
3636

3737

kubevirt-image/Dockerfile.operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -euo pipefail; \
3131
# sanity check that the version from the tag is equal to the version of kubevirt-virt-operator that we expect
3232
RUN set -euo pipefail; \
3333
[ "$(rpm --root /target -q --qf '%{version}' kubevirt-virt-operator | \
34-
cut -d '.' -f -3)" = "1.6.2" ]
34+
cut -d '.' -f -3)" = "1.6.3" ]
3535
RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash virt-operator
3636

3737

0 commit comments

Comments
 (0)