Skip to content

Commit 7afaf6e

Browse files
authored
Merge pull request #2124 from SUSE/for-deploy-6
🤖: Update build recipes for SP6
2 parents d1bf784 + 020c31d commit 7afaf6e

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

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.13 <helm-sub-command>
17+
$ podman run --rm -it registry.suse.com/suse/helm:3.16 <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.13 version --template='{{.Version}}'
23-
v3.13
22+
$ podman run --rm -it registry.suse.com/suse/helm:3.16 version --template='{{.Version}}'
23+
v3.16
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.13
36+
$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.suse.com/suse/helm:3.16
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 Dec 9 12:05:35 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- update to new version
5+
16
-------------------------------------------------------------------
27
Wed Oct 30 15:35:19 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
38

helm-image/helm-image.kiwi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://github.com/SUSE/BCI-dockerfile-generator
1414
Please submit bugfixes or comments via https://bugs.opensuse.org/
1515
You can contact the BCI team via https://github.com/SUSE/bci/discussions
1616
-->
17-
<!-- OBS-AddTag: suse/helm:3.13-%RELEASE% suse/helm:3.13 suse/helm:latest -->
17+
<!-- OBS-AddTag: suse/helm:3.16-%RELEASE% suse/helm:3.16 suse/helm:latest -->
1818
<!-- OBS-Imagerepo: obsrepositories:/ -->
1919

2020
<image schemaversion="7.4" name="helm-image" xmlns:suse_label_helper="com.suse.label_helper">
@@ -27,20 +27,20 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2727
<type image="docker" derived_from="obsrepositories:/bci/bci-micro#15.6">
2828
<containerconfig
2929
name="suse/helm"
30-
tag="3.13-%RELEASE%"
31-
additionaltags="3.13,latest">
30+
tag="3.16-%RELEASE%"
31+
additionaltags="3.16,latest">
3232
<labels>
3333
<suse_label_helper:add_prefix prefix="com.suse.application.helm">
3434
<label name="org.opencontainers.image.authors" value="https://github.com/SUSE/bci/discussions"/>
3535
<label name="org.opencontainers.image.title" value="SLE Kubernetes Package Manager"/>
3636
<label name="org.opencontainers.image.description" value="Kubernetes Package Manager container based on the SLE Base Container Image."/>
37-
<label name="org.opencontainers.image.version" value="3.13"/>
37+
<label name="org.opencontainers.image.version" value="3.16"/>
3838
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
3939
<label name="org.opencontainers.image.vendor" value="SUSE LLC"/>
4040
<label name="org.opencontainers.image.source" value="%SOURCEURL%"/>
4141
<label name="org.opencontainers.image.url" value="https://www.suse.com/products/base-container-images/"/>
42-
<label name="org.opencontainers.image.ref.name" value="3.13-%RELEASE%"/>
43-
<label name="org.opensuse.reference" value="registry.suse.com/suse/helm:3.13-%RELEASE%"/>
42+
<label name="org.opencontainers.image.ref.name" value="3.16-%RELEASE%"/>
43+
<label name="org.opensuse.reference" value="registry.suse.com/suse/helm:3.16-%RELEASE%"/>
4444
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
4545
<label name="com.suse.supportlevel" value="l3"/>
4646
<label name="com.suse.eula" value="sle-eula"/>

0 commit comments

Comments
 (0)