diff --git a/chart/monocular/Chart.yaml b/chart/monocular/Chart.yaml index a2a8e1533..ea31ac028 100644 --- a/chart/monocular/Chart.yaml +++ b/chart/monocular/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: monocular description: Monocular is a search and discovery front end for Helm Charts Repositories. -version: 1.4.6 +version: 1.4.7 appVersion: v1.7.0 home: https://github.com/helm/monocular sources: diff --git a/chart/monocular/templates/repo-sync-cronjobs.yaml b/chart/monocular/templates/repo-sync-cronjobs.yaml index 4fc65a546..bccbacb94 100644 --- a/chart/monocular/templates/repo-sync-cronjobs.yaml +++ b/chart/monocular/templates/repo-sync-cronjobs.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1beta1 kind: CronJob metadata: - name: {{ template "fullname" $ }}-sync-scheduled-{{ .name }} + name: {{ template "fullname" $ }}-sync-scheduled-{{ .name | lower }} labels: monocular.helm.sh/repo-name: {{ .name }} app: {{ template "fullname" $ }} diff --git a/chart/monocular/templates/repo-sync-jobs.yaml b/chart/monocular/templates/repo-sync-jobs.yaml index 5e7b7afa3..021401453 100644 --- a/chart/monocular/templates/repo-sync-jobs.yaml +++ b/chart/monocular/templates/repo-sync-jobs.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: {{ template "fullname" $ }}-sync-initial-{{ .name }}-{{ randAlphaNum 5 | lower }} + name: {{ template "fullname" $ }}-sync-initial-{{ .name | lower }}-{{ randAlphaNum 5 | lower }} labels: monocular.helm.sh/repo-name: {{ .name }} app: {{ template "fullname" $ }}