Skip to content

Commit 9d91c9a

Browse files
Need to pin the hydra migration too (#1320)
1 parent f07e472 commit 9d91c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plural/helm/plural/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: plural
33
description: A helm chart for installing plural
44
appVersion: 0.11.4
5-
version: 0.10.87
5+
version: 0.10.88
66
dependencies:
77
- name: hydra
88
version: 0.26.5

plural/helm/plural/templates/migration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
apiVersion: batch/v1
6060
kind: Job
6161
metadata:
62-
name: hydra-migration-{{ randAlphaNum 4 | lower }}
62+
name: hydra-migration-{{ .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 }}
6363
spec:
6464
backoffLimit: 10
6565
template:

0 commit comments

Comments
 (0)