Skip to content

Commit a3ff705

Browse files
gniltawsitewk
authored andcommittedMar 10, 2025·
changed duplicate comment to be more descriptive
1 parent 914e38d commit a3ff705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎charts/operators-installer/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 3.1.0
19+
version: 3.1.1
2020

2121
home: https://github.com/redhat-cop/helm-charts
2222

‎charts/operators-installer/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Name to use for approver SA, Role, and RoleBinding
6464
{{- end }}
6565

6666
{{/*
67-
Name to use for approver SA, Role, and RoleBinding
67+
Name to use for the ConfigMap that will store the scripts for installPlan approval, verification, etc.
6868
*/}}
6969
{{- define "operators-installer.scriptsName" -}}
7070
{{- printf "%s-%s" .csv "scripts" | trunc -63 | replace "." "-" | trimAll "-" }}

0 commit comments

Comments
 (0)
Please sign in to comment.