Skip to content

Commit

Permalink
Need to pin the hydra migration too (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Jun 24, 2024
1 parent f07e472 commit 9d91c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plural/helm/plural/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: plural
description: A helm chart for installing plural
appVersion: 0.11.4
version: 0.10.87
version: 0.10.88
dependencies:
- name: hydra
version: 0.26.5
Expand Down
2 changes: 1 addition & 1 deletion plural/helm/plural/templates/migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
apiVersion: batch/v1
kind: Job
metadata:
name: hydra-migration-{{ randAlphaNum 4 | lower }}
name: hydra-migration-{{ .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 }}
spec:
backoffLimit: 10
template:
Expand Down

0 comments on commit 9d91c9a

Please sign in to comment.