straight-arm-50771
03/14/2023, 2:01 PMhelm install <name> <oci://registry-1.docker.io/thethingsindustries/lorawan-stack-helm-chart>
Below gives error: failed to pull chart: could not find protocol handler for:
ttn-deploy:
type: kubernetes:<http://helm.sh/v3:Release|helm.sh/v3:Release>
properties:
chart: thethingsindustries/lorawan-stack-helm-chart
version: 0.0.3
name: lorawan-stack-helm-chart
namespace: things
repositoryOpts:
repo: <http://registry-1.docker.io|registry-1.docker.io>
I've tried setting repo to <oci://registry-1.docker.io/>
which throws error: failed to pull chart: looks like "<oci://registry-1.docker.io/>" is not a valid chart repository or cannot be reached: object required
many-telephone-49025
03/15/2023, 8:22 AMname: kubernetes-yaml
runtime: yaml
description: "Test"
resources:
minecraft-exporter:
type: kubernetes:<http://helm.sh/v3:Release|helm.sh/v3:Release>
properties:
chart: <oci://ghcr.io/dirien/charts/minecraft-exporter>
version: 0.11.1
name: minecraft-exporter
namespace: default
straight-arm-50771
03/15/2023, 4:40 PM