mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 09:29:15 -03: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
|