Skip to content

Working Helm Configuration on AMD64 #697

@paulhanssen

Description

@paulhanssen

Hi,

I've successfully installed Pulse in a VM on a Raspberry Pi 4B ARM64 instance. It works great (and is great)... thanks!

I'd now like to try putting in into a k3s cluster I've built, mostly to get some memory back.

The only helm command line I've gotten to run is this:

helm upgrade --install pulse  oci://ghcr.io/rcourtman/pulse-chart/pulse:4.24.0-rc.3  --values pulse-values.yaml --namespace pulse  --create-namespace

From there it appears to install

Release "pulse" does not exist. Installing it now.
Pulled: ghcr.io/rcourtman/pulse-chart/pulse:4.24.0-rc.3
...
NAME: pulse
LAST DEPLOYED: Wed Nov 12 12:37:17 2025
NAMESPACE: pulse
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
...

Unfortunately, the pod is stuck in the ImagePullBackOff state, which means (my understanding is that) it can't find the image.

Do you have a known working version number &/or command line for Pulse on AMD64? Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions