File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3
3
This file documents all notable changes to Falco Talon Helm Chart. The release
4
4
numbering uses [ semantic versioning] ( http://semver.org ) .
5
5
6
+ ## 0.3.0 - 2024-02-07
7
+
8
+ - bump up version to ` v0.3.0 `
9
+ - fix missing usage of the ` imagePullSecrets `
10
+
6
11
## 0.2.3 - 2024-12-18
7
12
8
13
- add a Grafana dashboard for the Prometheus metrics
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : 0.2.1
2
+ appVersion : 0.3.0
3
3
description : React to the events from Falco
4
4
name : falco-talon
5
- version : 0.2.2
5
+ version : 0.3.0
6
6
keywords :
7
7
- falco
8
8
- monitoring
Original file line number Diff line number Diff line change 24
24
secret-checksum : {{ (lookup "v1" "Secret" .Release.Namespace (include "falco-talon.name" . | cat "-config")).data | toJson | sha256sum }}
25
25
spec :
26
26
serviceAccountName : {{ include "falco-talon.name" . }}
27
+ {{- if .Values.imagePullSecrets }}
28
+ imagePullSecrets :
29
+ {{- range .Values.imagePullSecrets }}
30
+ - name : {{ . }}
31
+ {{- end }}
32
+ {{- end }}
27
33
{{- if .Values.priorityClassName }}
28
34
priorityClassName : " {{ .Values.priorityClassName }}"
29
35
{{- end }}
You can’t perform that action at this time.
0 commit comments