Accepting request 1240948 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1240948 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helm-image?expand=0&rev=26
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#!BuildTag: opensuse/helm:%%helm_version%%-%RELEASE%
|
||||
#!BuildTag: opensuse/helm:%%helm_version%%
|
||||
#!BuildTag: opensuse/helm:3.16
|
||||
#!BuildTag: opensuse/helm:3.17
|
||||
#!BuildTag: opensuse/helm:3
|
||||
#!BuildTag: opensuse/helm:latest
|
||||
|
||||
@@ -32,7 +32,7 @@ RUN set -euo pipefail; \
|
||||
# sanity check that the version from the tag is equal to the version of helm that we expect
|
||||
RUN set -euo pipefail; \
|
||||
[ "$(rpm --root /target -q --qf '%{version}' helm | \
|
||||
cut -d '.' -f -2)" = "3.16" ]
|
||||
cut -d '.' -f -2)" = "3.17" ]
|
||||
FROM opensuse/bci/bci-micro:latest
|
||||
COPY --from=builder /target /
|
||||
# Define labels according to https://en.opensuse.org/Building_derived_containers
|
||||
|
@@ -13,13 +13,13 @@
|
||||
To run Helm, use the following command:
|
||||
|
||||
```ShellSession
|
||||
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.16 <helm-sub-command>
|
||||
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.17 <helm-sub-command>
|
||||
```
|
||||
|
||||
For instance, to display the Helm version, run:
|
||||
```ShellSession
|
||||
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.16 version --template='{{.Version}}'
|
||||
v3.16
|
||||
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.17 version --template='{{.Version}}'
|
||||
v3.17
|
||||
```
|
||||
|
||||
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
|
||||
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.opensuse.org/opensuse/helm:3.16
|
||||
$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:3.17
|
||||
```
|
||||
|
||||
## Licensing
|
||||
|
5
_scmsync.obsinfo
Normal file
5
_scmsync.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
mtime: 1738084159
|
||||
commit: bce96af8e2baab1fac76dc5ef4eb710c797c6120
|
||||
url: https://github.com/SUSE/bci-dockerfile-generator
|
||||
revision: Tumbleweed
|
||||
subdir: helm-image
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 17:09:19 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
- adjust for new version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 1 14:13:48 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user