From 00d89981acbd1a591ff3f7abba0133d5878f660d Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Mon, 7 Sep 2026 18:51:00 +0200 Subject: [PATCH] `grafana` et `redis` n'avaient pas de `.helmignore`, donc ils ne se publiaient pas (#43) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Défaut antérieur à #42 : tar -X échouait déjà, mais l'étape ne tourne que sur main et ces deux charts n'avaient pas été touchés depuis longtemps. Le lot Loki l'a réveillé en modifiant grafana/values.yaml. Co-Authored-By: Claude Opus 5 Co-authored-by: Gabriel Radureau --- grafana/.helmignore | 23 +++++++++++++++++++++++ redis/.helmignore | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 grafana/.helmignore create mode 100644 redis/.helmignore diff --git a/grafana/.helmignore b/grafana/.helmignore new file mode 100644 index 0000000..0e8a0eb --- /dev/null +++ b/grafana/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/redis/.helmignore b/redis/.helmignore new file mode 100644 index 0000000..0e8a0eb --- /dev/null +++ b/redis/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/