@@ -4,25 +4,25 @@ Your release is named {{ .Release.Name }}.
4
4
5
5
{{- if .Values.invenio.extra_config}}
6
6
7
- DEPRECATION WARNING:
7
+ DEPRECATION WARNING:
8
8
`invenio.extra_config` has been renamed to `invenio.extraConfig` and will be
9
9
removed in a future release.
10
10
11
11
{{- end }}
12
12
13
13
{{- if .Values.invenio.sentry.existing_secret }}
14
14
15
- DEPRECATION WARNING:
16
- `invenio.sentry.existing_secret` has been renamed to `invenio.sentry.existingSecret`
15
+ DEPRECATION WARNING:
16
+ `invenio.sentry.existing_secret` has been renamed to `invenio.sentry.existingSecret`
17
17
and its type has changed from boolean to string.
18
18
This key will be removed in a future release.
19
19
20
20
{{- end }}
21
21
22
22
{{- if .Values.invenio.sentry.secret_name }}
23
23
24
- DEPRECATION WARNING:
25
- `invenio.sentry.secret_name` has been removed in favor of
24
+ DEPRECATION WARNING:
25
+ `invenio.sentry.secret_name` has been removed in favor of
26
26
`invenio.sentry.existingSecret` will be removed in a future release.
27
27
28
28
{{- end }}
@@ -47,7 +47,7 @@ DEPRECATION WARNING:
47
47
48
48
{{- if .Values.invenio.datacite.existing_secret }}
49
49
50
- DEPRECATION WARNING:
50
+ DEPRECATION WARNING:
51
51
`invenio.datacite.existing_secret` has been renamed to `invenio.datacite.existingSecret`
52
52
and its type has changed from boolean to string.
53
53
This key will be removed in a future release.
@@ -56,8 +56,16 @@ DEPRECATION WARNING:
56
56
57
57
{{- if .Values.invenio.datacite.secret_name }}
58
58
59
- DEPRECATION WARNING:
59
+ DEPRECATION WARNING:
60
60
`invenio.datacite.secret_name` has been renamed in favor of
61
61
`invenio.datacite.existingSecret` will be removed in a future release.
62
62
63
63
{{- end }}
64
+
65
+ {{- if .Values.invenio.extra_env_from_secret }}
66
+
67
+ DEPRECATION WARNING:
68
+ `invenio.extra_env_from_secret` will be removed in future a release.
69
+ Use `invenio.extraEnvFrom` or `invenio.extraEnvVars` instead.
70
+
71
+ {{- end }}
0 commit comments