Skip to content

Commit

Permalink
Merge pull request #2124 from SUSE/for-deploy-6
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP6
  • Loading branch information
dirkmueller authored Dec 9, 2024
2 parents d1bf784 + 020c31d commit 7afaf6e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
8 changes: 4 additions & 4 deletions helm-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
To run Helm, use the following command:

```ShellSession
$ podman run --rm -it registry.suse.com/suse/helm:3.13 <helm-sub-command>
$ podman run --rm -it registry.suse.com/suse/helm:3.16 <helm-sub-command>
```

For instance, to display the Helm version, run:
```ShellSession
$ podman run --rm -it registry.suse.com/suse/helm:3.13 version --template='{{.Version}}'
v3.13
$ podman run --rm -it registry.suse.com/suse/helm:3.16 version --template='{{.Version}}'
v3.16
```

Refer to the full list of Helm commands, flags and environment variables, in the [official Helm documentation](https://helm.sh/docs/helm/helm/).
Expand All @@ -33,7 +33,7 @@ For a comprehensive guide on getting started with Helm, refer to the [official H
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.suse.com/suse/helm:3.13
$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.suse.com/suse/helm:3.16
```

## Licensing
Expand Down
5 changes: 5 additions & 0 deletions helm-image/helm-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 9 12:05:35 UTC 2024 - SUSE Update Bot <[email protected]>

- update to new version

-------------------------------------------------------------------
Wed Oct 30 15:35:19 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
12 changes: 6 additions & 6 deletions helm-image/helm-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ https://github.com/SUSE/BCI-dockerfile-generator
Please submit bugfixes or comments via https://bugs.opensuse.org/
You can contact the BCI team via https://github.com/SUSE/bci/discussions
-->
<!-- OBS-AddTag: suse/helm:3.13-%RELEASE% suse/helm:3.13 suse/helm:latest -->
<!-- OBS-AddTag: suse/helm:3.16-%RELEASE% suse/helm:3.16 suse/helm:latest -->
<!-- OBS-Imagerepo: obsrepositories:/ -->

<image schemaversion="7.4" name="helm-image" xmlns:suse_label_helper="com.suse.label_helper">
Expand All @@ -27,20 +27,20 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<type image="docker" derived_from="obsrepositories:/bci/bci-micro#15.6">
<containerconfig
name="suse/helm"
tag="3.13-%RELEASE%"
additionaltags="3.13,latest">
tag="3.16-%RELEASE%"
additionaltags="3.16,latest">
<labels>
<suse_label_helper:add_prefix prefix="com.suse.application.helm">
<label name="org.opencontainers.image.authors" value="https://github.com/SUSE/bci/discussions"/>
<label name="org.opencontainers.image.title" value="SLE Kubernetes Package Manager"/>
<label name="org.opencontainers.image.description" value="Kubernetes Package Manager container based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.version" value="3.13"/>
<label name="org.opencontainers.image.version" value="3.16"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
<label name="org.opencontainers.image.vendor" value="SUSE LLC"/>
<label name="org.opencontainers.image.source" value="%SOURCEURL%"/>
<label name="org.opencontainers.image.url" value="https://www.suse.com/products/base-container-images/"/>
<label name="org.opencontainers.image.ref.name" value="3.13-%RELEASE%"/>
<label name="org.opensuse.reference" value="registry.suse.com/suse/helm:3.13-%RELEASE%"/>
<label name="org.opencontainers.image.ref.name" value="3.16-%RELEASE%"/>
<label name="org.opensuse.reference" value="registry.suse.com/suse/helm:3.16-%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
<label name="com.suse.supportlevel" value="l3"/>
<label name="com.suse.eula" value="sle-eula"/>
Expand Down

0 comments on commit 7afaf6e

Please sign in to comment.