From 35ad38dda7ed58697cee3595ae797bf556efe582 Mon Sep 17 00:00:00 2001 From: ada Date: Mon, 20 Apr 2026 21:10:38 -0600 Subject: [PATCH] other changes --- README.md | 2 +- helm/templates/_helpers.tpl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 helm/templates/_helpers.tpl diff --git a/README.md b/README.md index cc1d480..d143961 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Install these separately in your cluster before using this chart: - DefectDojo, if you want report ingestion enabled - MinIO or another S3-compatible store, if you want raw report uploads enabled -You will also need the corresponding credentials for Socket.dev, Pulumi, AWS or MinIO, and DefectDojo. +You will also need the corresponding credentials for Socket.dev, Pulumi, S3-compatible object storage, and DefectDojo. ## Validation workflow diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl new file mode 100644 index 0000000..abac73d --- /dev/null +++ b/helm/templates/_helpers.tpl @@ -0,0 +1,3 @@ +{{- define "template.tools-image" -}} +{{- printf "%s:%s" .Values.pipeline.toolsImage.repository .Values.pipeline.toolsImage.tag -}} +{{- end }}