helm_utils

package
v0.92.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLatestVersionFromOCI

func GetLatestVersionFromOCI(ociURL string) (string, error)

func GetLatestVersionFromRepo

func GetLatestVersionFromRepo(repoName, chartName string) (string, error)

func GetRepoNameFromURL

func GetRepoNameFromURL(repoURL string) (string, error)

Types

type ChartMetadata

type ChartMetadata struct {
	Version string `yaml:"version"`
}

type ChartVersion

type ChartVersion struct {
	Name        string `json:"name"`
	Version     string `json:"version"`
	AppVersion  string `json:"app_version"`
	Description string `json:"description"`
}

type RepoEntry

type RepoEntry struct {
	Name string `json:"name"`
	URL  string `json:"url"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL