Skip to content

Commit

Permalink
add podannotations for updater
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Oct 15, 2024
1 parent 369dc24 commit d5218bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vaas
version: 2.3.1
version: 2.3.2
description: Deployment of a Verdict-as-a-Service on-premise instance
maintainers:
- name: G DATA CyberDefense AG
Expand Down
4 changes: 4 additions & 0 deletions charts/vaas/templates/gdscan/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ spec:
activeDeadlineSeconds: 600
template:
metadata:
{{- with .Values.gdscan.autoUpdate.podAnnotations }}
annotations:
{{- toYaml . | nindent 12 }}
{{- end }}
labels:
app.kubernetes.io/name: update
app.kubernetes.io/instance: "{{ .Release.Name }}"
Expand Down
1 change: 1 addition & 0 deletions charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ gdscan:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault
podAnnotations: {}
enabled: true
# every hour
schedule: "0 * * * *"
Expand Down

0 comments on commit d5218bb

Please sign in to comment.