diff --git a/Dockerfile b/Dockerfile index 8fed32b..81a0db5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index fe5522c..27f027f 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ To run Helm, use the following command: ```ShellSession -$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.16 +$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.17 ``` 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 diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..f20d250 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,5 @@ +mtime: 1738084159 +commit: bce96af8e2baab1fac76dc5ef4eb710c797c6120 +url: https://github.com/SUSE/bci-dockerfile-generator +revision: Tumbleweed +subdir: helm-image diff --git a/helm-image.changes b/helm-image.changes index e7e3238..bd0e4ff 100644 --- a/helm-image.changes +++ b/helm-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 28 17:09:19 UTC 2025 - SUSE Update Bot + +- adjust for new version + ------------------------------------------------------------------- Wed Jan 1 14:13:48 UTC 2025 - SUSE Update Bot