This message was deleted.
# kubernetes
s
This message was deleted.
s
Update- found an open ticket, OCI not yet supported sad panda
m
Hi @straight-arm-50771, helm Release supports OCI.
Copy code
name: 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
In my example, I use ghcr.io as registry.
s
worked like a charm, thank you!