Skip to content

Commit

Permalink
fix: remove with
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Sep 12, 2024
1 parent 4a3ca84 commit 01f8090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/keep/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: keep
version: 0.1.10
version: 0.1.11
description: Keep Helm Chart
type: application
icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75
appVersion: 0.24.1
appVersion: 0.24.2
deprecated: false
annotations:
app: keep
Expand Down
4 changes: 1 addition & 3 deletions charts/keep/templates/keep-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ spec:
keep-component: backend
template:
metadata:
{{- with .Values.backend.podAnnotations }}
{{- if .Values.backend.podAnnotations }}
annotations:
{{- if .Values.backend.podAnnotations }}
{{- range $key, $value := .Values.backend.podAnnotations }}
{{- if kindIs "string" $value }}
{{ $key }}: {{ tpl $value $ | quote }}
{{- else }}
{{ $key }}: {{ $value | toYaml | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
labels:
{{- include "keep.selectorLabels" . | nindent 8 }}
Expand Down

0 comments on commit 01f8090

Please sign in to comment.