From 137167a17437541264327cb83db4a31fc4bf3851 Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Wed, 3 Apr 2024 23:59:53 +0100 Subject: [PATCH 1/2] fix: Lowercase names for migrate jobs --- charts/flagsmith/templates/jobs-migrate-db.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flagsmith/templates/jobs-migrate-db.yaml b/charts/flagsmith/templates/jobs-migrate-db.yaml index 09677de..4dcaf53 100644 --- a/charts/flagsmith/templates/jobs-migrate-db.yaml +++ b/charts/flagsmith/templates/jobs-migrate-db.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: {{ template "flagsmith.fullname" . }}-migrate-db-{{ .Release.Revision }}-{{ randAlphaNum 5 }} + name: {{ template "flagsmith.fullname" . }}-migrate-db-{{ .Release.Revision }}-{{ randAlphaNum 5 | lower }} {{- $annotations := include "flagsmith.annotations" .Values.common }} {{- with $annotations }} annotations: From 13c4238961674adcec2849db688e6313aed1a3bc Mon Sep 17 00:00:00 2001 From: Gagan Trivedi Date: Tue, 14 May 2024 13:41:33 +0530 Subject: [PATCH 2/2] bump version --- charts/flagsmith/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flagsmith/Chart.yaml b/charts/flagsmith/Chart.yaml index 8906c41..a7b8540 100644 --- a/charts/flagsmith/Chart.yaml +++ b/charts/flagsmith/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: flagsmith description: Flagsmith type: application -version: 0.38.0 +version: 0.38.1 appVersion: 2.113.0 dependencies: - name: postgresql