Skip to main content
Module

x/helmet/mod.ts>OciRegistryChartConfig

Type-safe Helm - the right way to do Infrastructure as Code in Kubernetes
Go to Latest
type alias OciRegistryChartConfig
import { type OciRegistryChartConfig } from "https://deno.land/x/helmet@1.26.6/mod.ts";
definition: { source: RemoteChartSource.OciRegistry; ociRef: string; version: string; } & ChartConfigHooks