From fea2d34835f28ecf605e3b3d313dd1f0128e1d69 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Wed, 15 Apr 2026 15:43:31 -0500 Subject: [PATCH] add chart --- ops/chart/Chart.lock | 6 ++++++ ops/chart/templates/common.tpl | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 ops/chart/Chart.lock create mode 100644 ops/chart/templates/common.tpl diff --git a/ops/chart/Chart.lock b/ops/chart/Chart.lock new file mode 100644 index 0000000..7867e89 --- /dev/null +++ b/ops/chart/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.6.2 +digest: sha256:35e8f4e5d15d878c246a04eb51de580291f31203fa10e9e4d2318f16026b2061 +generated: "2026-04-15T15:40:50.605667603-05:00" diff --git a/ops/chart/templates/common.tpl b/ops/chart/templates/common.tpl new file mode 100644 index 0000000..5436228 --- /dev/null +++ b/ops/chart/templates/common.tpl @@ -0,0 +1,4 @@ +{{/* +Render all resources provided by the common library +*/}} +{{- include "bjw-s.common.loader.all" . -}} \ No newline at end of file