From 637eb11a8c76c080d256cb9dcc22acc68e8c8757 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 21 Apr 2025 15:04:57 -0400 Subject: [PATCH] remove offending line from NOTES.txt --- charts/postgresql/templates/NOTES.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/postgresql/templates/NOTES.txt b/charts/postgresql/templates/NOTES.txt index 61c5c78..c09ddb3 100644 --- a/charts/postgresql/templates/NOTES.txt +++ b/charts/postgresql/templates/NOTES.txt @@ -118,4 +118,3 @@ WARNING: The configured password will be ignored on new installation in case whe {{- include "common.warnings.rollingTag" .Values.volumePermissions.image }} {{- include "common.warnings.resources" (dict "sections" (list "metrics" "primary" "readReplicas" "volumePermissions") "context" $) }} {{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image) "context" $) }} -{{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image) "context" $) }}