mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-02-14 18:09:51 +00:00
refactor to baseline on pluggable oci collection/distribution Co-authored-by: Josh Wolf <josh@joshwolf.dev>
7 lines
438 B
Go
7 lines
438 B
Go
// Package helmtemplater
|
|
// This is an almost complete copy paste of fleet's helmdeployer package, but repurporsed without the need for fleet's helm fork.
|
|
// The modifications include:
|
|
// * removing the need for fleet's helm fork by removing the custom field on "ForceAdopt"/*
|
|
// * Removing the majority of the uninstall/install/upgrade helm install logic, since hauler is only using fleet's templating engine/*
|
|
package helmtemplater
|