mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
8 lines
192 B
Bash
Executable File
8 lines
192 B
Bash
Executable File
#!/bin/bash
|
|
|
|
common_path=library/common/1.0.0
|
|
|
|
go-yq -i '.type = "application"' "$common_path"/Chart.yaml
|
|
helm template ./"$common_path"
|
|
go-yq -i '.type = "library"' "$common_path"/Chart.yaml
|