Skip to content

Commit

Permalink
1.1.3-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdie committed Dec 20, 2023
1 parent f83b550 commit ee5fc5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion charts/opennotificaties/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: opennotificaties
description: API voor het routeren van notificaties

type: application
version: 1.1.3-beta.3
version: 1.1.3-beta.4
appVersion: 1.5.1

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{{ if .Values.settings.cleanOldNotifications.enabled -}}
{{- if semverCompare ">=1.21-0" .Capabilities.KubeVersion.GitVersion -}}
apiVersion: batch/v1
{{- else -}}
apiVersion: batch/v1beta1
{{- end }}
kind: CronJob
metadata:
name: {{ include "opennotificaties.fullname" . }}-clean-old-notificatons
Expand Down

0 comments on commit ee5fc5d

Please sign in to comment.