File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
templates/post-install-configuration Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 2.76.57
18+ version : 2.76.58
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 2.76.57 "
24+ appVersion : " 2.76.58 "
2525
2626dependencies :
2727 - name : keda
Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ kind: Job
33metadata :
44 name : post-install-configuration
55 namespace : {{ .Release.Namespace }}
6- annotations :
7- " helm.sh/hook " : post-install,post-upgrade
8- " helm.sh/hook-weight " : " 0" # Runs after default resources (weight 0)
9- # Add hook-delete-policy if you want Helm to clean up successful jobs
10- # "helm.sh/hook-delete-policy": hook-succeeded
6+ # Add standard labels if desired, e.g., Helm chart labels
7+ labels :
8+ {{- include "opensecurity.labels" . | nindent 4 }} # Example using a standard labels helper
119spec :
1210 template :
1311 spec :
You can’t perform that action at this time.
0 commit comments