We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578c04b commit 946e6b0Copy full SHA for 946e6b0
plural/helm/plural/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: plural
3
description: A helm chart for installing plural
4
appVersion: 0.11.8
5
-version: 0.10.98
+version: 0.10.99
6
dependencies:
7
- name: hydra
8
version: 0.26.5
plural/helm/plural/templates/migration.yaml
@@ -2,6 +2,8 @@ apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "plural.migration-name" . }}
+ annotations:
+ platform.plural.sh/ignore: 'true'
spec:
template:
9
@@ -84,6 +86,8 @@ apiVersion: batch/v1
84
86
85
87
88
name: hydra-migration-{{ .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 }}
89
90
91
92
backoffLimit: 10
93
0 commit comments