refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version * Patch with the secret fixes from common * fix amd
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{/* Define the cronjob */}}
|
||||
{{- define "authentik.cronjob" -}}
|
||||
{{- $jobName := include "common.names.fullname" . }}
|
||||
{{- $jobName := include "tc.common.names.fullname" . }}
|
||||
|
||||
---
|
||||
apiVersion: batch/v1beta1
|
||||
@@ -8,7 +8,7 @@ kind: CronJob
|
||||
metadata:
|
||||
name: {{ printf "%s-cronjob" $jobName }}
|
||||
labels:
|
||||
{{- include "common.labels" . | nindent 4 }}
|
||||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
spec:
|
||||
schedule: "0 */{{ .Values.geoip.freqhours }} * * *"
|
||||
concurrencyPolicy: Forbid
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
metadata:
|
||||
spec:
|
||||
restartPolicy: Never
|
||||
{{- with (include "common.controller.volumes" . | trim) }}
|
||||
{{- with (include "tc.common.controller.volumes" . | trim) }}
|
||||
volumes:
|
||||
{{- nindent 12 . }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user