Skip to content

Commit fb255fa

Browse files
author
cdviz-intbot[bot]
committed
chore: charts/mise.toml helm version
Made with ❤️️ by updatecli
1 parent 37ead73 commit fb255fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
run = "echo \"=== Chart Release Status ===\"\nfor chart in charts/cdviz-*/; do\n if [[ ! -f \"$chart/Chart.yaml\" ]]; then continue; fi\n name=$(basename \"$chart\")\n version=$(yq .version \"$chart/Chart.yaml\" 2>/dev/null || echo \"N/A\")\n if helm show chart \"$CHARTS_OCI_REGISTRY/$name\" --version \"$version\" &>/dev/null; then\n status=\"✅ published\"\n else\n status=\"❌ not published\"\n fi\n echo \" $name: $version $status\"\ndone\n"
1919

2020
[tools]
21-
helm = "4.1.3"
21+
helm = "4.1.4"

0 commit comments

Comments
 (0)