diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 608c702f..a10e4813 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -47,4 +47,4 @@ sources: [] # Versions are expected to follow Semantic Versioning (https://semver.org/) # Note that when this chart is published to https://github.com/openshift-helm-charts/charts # it will follow the RHDH versioning 1.y.z -version: 6.2.0 +version: 6.2.1 diff --git a/charts/backstage/templates/sonataflows.yaml b/charts/backstage/templates/sonataflows.yaml index a4d578ee..01038a5c 100644 --- a/charts/backstage/templates/sonataflows.yaml +++ b/charts/backstage/templates/sonataflows.yaml @@ -85,7 +85,7 @@ spec: apiVersion: batch/v1 kind: Job metadata: - name: {{ .Release.Name }}-create-sf-db-{{ .Chart.Version | replace "." "-" }} + name: {{ .Release.Name }}-create-sf-db-{{ .Chart.Version | replace "." "-" | lower }} namespace: {{ .Release.Namespace }} spec: {{- with .Values.orchestrator.sonataflowPlatform.dbCreationJobTTLSecondsAfterFinished }}