11 lines
198 B
Text
11 lines
198 B
Text
|
# vim:expandtab:
|
||
|
local helmapp = import "../_templates/argo_helm_app.template";
|
||
|
|
||
|
[
|
||
|
helmapp + {
|
||
|
name:: "reloader",
|
||
|
repo:: "https://stakater.github.io/stakater-charts",
|
||
|
version:: "v0.0.110"
|
||
|
}
|
||
|
]
|