Skip to content

Commit 62e5ffd

Browse files
committed
Fix: cleaning up auth
1 parent 526c7c4 commit 62e5ffd

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

opensecurity/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
dependencies:
2727
- name: keda

opensecurity/templates/post-install-configuration/job.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ kind: Job
33
metadata:
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
119
spec:
1210
template:
1311
spec:

0 commit comments

Comments
 (0)