@@ -103,11 +103,11 @@ For more information about the available backup parameters, see <<kubernetes-neo
103
103
=====
104
104
[.include-with-gke]
105
105
======
106
- [source, yaml, role='noheader' ]
106
+ [source, yaml, subs="attributes+,+macros" ]
107
107
----
108
108
neo4j:
109
109
image: "neo4j/helm-charts-backup"
110
- imageTag: "5.26.0 "
110
+ imageTag: "{neo4j-version-exact} "
111
111
jobSchedule: "* * * * *"
112
112
successfulJobsHistoryLimit: 3
113
113
failedJobsHistoryLimit: 1
@@ -128,11 +128,11 @@ consistencyCheck:
128
128
129
129
[.include-with-aws]
130
130
======
131
- [source, yaml, role='noheader' ]
131
+ [source, yaml, subs="attributes+,+macros" ]
132
132
----
133
133
neo4j:
134
134
image: "neo4j/helm-charts-backup"
135
- imageTag: "5.26.0 "
135
+ imageTag: "{neo4j-version-exact} "
136
136
jobSchedule: "* * * * *"
137
137
successfulJobsHistoryLimit: 3
138
138
failedJobsHistoryLimit: 1
@@ -153,11 +153,11 @@ consistencyCheck:
153
153
154
154
[.include-with-azure]
155
155
======
156
- [source, yaml, role='noheader' ]
156
+ [source, yaml, subs="attributes+,+macros" ]
157
157
----
158
158
neo4j:
159
159
image: "neo4j/helm-charts-backup"
160
- imageTag: "5.26.0 "
160
+ imageTag: "{neo4j-version-exact} "
161
161
jobSchedule: "* * * * *"
162
162
successfulJobsHistoryLimit: 3
163
163
failedJobsHistoryLimit: 1
@@ -192,11 +192,11 @@ For example:
192
192
=====
193
193
[.include-with-gke]
194
194
======
195
- [source, yaml, role='noheader' ]
195
+ [source, yaml, subs="attributes+,+macros" ]
196
196
----
197
197
neo4j:
198
198
image: "neo4j/helm-charts-backup"
199
- imageTag: "5.26.0 "
199
+ imageTag: "{neo4j-version-exact} "
200
200
jobSchedule: "* * * * *"
201
201
successfulJobsHistoryLimit: 3
202
202
failedJobsHistoryLimit: 1
@@ -219,11 +219,11 @@ serviceAccountName: "demo-service-account"
219
219
220
220
[.include-with-aws]
221
221
======
222
- [source, yaml, role='noheader' ]
222
+ [source, yaml, subs="attributes+,+macros" ]
223
223
----
224
224
neo4j:
225
225
image: "neo4j/helm-charts-backup"
226
- imageTag: "5.26.0 "
226
+ imageTag: "{neo4j-version-exact} "
227
227
jobSchedule: "* * * * *"
228
228
successfulJobsHistoryLimit: 3
229
229
failedJobsHistoryLimit: 1
@@ -246,11 +246,11 @@ serviceAccountName: "demo-service-account"
246
246
247
247
[.include-with-azure]
248
248
======
249
- [source, yaml, role='noheader' ]
249
+ [source, yaml, subs="attributes+,+macros" ]
250
250
----
251
251
neo4j:
252
252
image: "neo4j/helm-charts-backup"
253
- imageTag: "5.26.0 "
253
+ imageTag: "{neo4j-version-exact} "
254
254
jobSchedule: "* * * * *"
255
255
successfulJobsHistoryLimit: 3
256
256
failedJobsHistoryLimit: 1
@@ -315,11 +315,11 @@ The following are examples of how to configure the backup system for different S
315
315
[.include-with-S3-standard-endpoint]
316
316
======
317
317
.AWS S3 standard endpoint
318
- [source, yaml]
318
+ [source, yaml, subs="attributes+,+macros" ]
319
319
----
320
320
neo4j:
321
321
image: "neo4j/helm-charts-backup"
322
- imageTag: "5.26.0 "
322
+ imageTag: "{neo4j-version-exact} "
323
323
jobSchedule: "* * * * *"
324
324
successfulJobsHistoryLimit: 3
325
325
failedJobsHistoryLimit: 1
@@ -396,11 +396,11 @@ For more information, see xref:kubernetes/persistent-volumes.adoc[Volume mounts
396
396
397
397
For example:
398
398
399
- [source, yaml, role='noheader' ]
399
+ [source, yaml, subs="attributes+,+macros" ]
400
400
----
401
401
neo4j:
402
402
image: "neo4j/helm-charts-backup"
403
- imageTag: "5.26.0 "
403
+ imageTag: "{neo4j-version-exact} "
404
404
jobSchedule: "* * * * *"
405
405
successfulJobsHistoryLimit: 3
406
406
failedJobsHistoryLimit: 1
@@ -434,7 +434,7 @@ For example:
434
434
helm show values neo4j/neo4j-admin
435
435
----
436
436
437
- [source, yaml, role='noheader' ]
437
+ [source, yaml, subs="attributes+,+macros" ]
438
438
----
439
439
## @param nameOverride String to partially override common.names.fullname
440
440
nameOverride: ""
@@ -447,7 +447,7 @@ disableLookups: false
447
447
448
448
neo4j:
449
449
image: "neo4j/helm-charts-backup"
450
- imageTag: "5.26.0 "
450
+ imageTag: "{neo4j-version-exact} "
451
451
podLabels: {}
452
452
# app: "demo"
453
453
# acac: "dcdddc"
@@ -693,11 +693,11 @@ If your backup chain is stored on AWS S3, you need to set cloudProvider to `aws`
693
693
For example:
694
694
695
695
.Connect to your AWS S3 bucket using the `awscreds` secret
696
- [source, yaml, role='noheader' ]
696
+ [source, yaml, subs="attributes+,+macros" ]
697
697
----
698
698
neo4j:
699
699
image: "neo4j/helm-charts-backup"
700
- imageTag: "5.26.0 "
700
+ imageTag: "{neo4j-version-exact} "
701
701
jobSchedule: "* * * * *"
702
702
successfulJobsHistoryLimit: 3
703
703
failedJobsHistoryLimit: 1
@@ -726,11 +726,11 @@ resources:
726
726
----
727
727
728
728
.Connect to your AWS S3 bucket using `serviceAccount`
729
- [source, yaml, role='noheader' ]
729
+ [source, yaml, subs="attributes+,+macros" ]
730
730
----
731
731
neo4j:
732
732
image: "neo4j/helm-charts-backup"
733
- imageTag: "5.26.0 "
733
+ imageTag: "{neo4j-version-exact} "
734
734
jobSchedule: "* * * * *"
735
735
successfulJobsHistoryLimit: 3
736
736
failedJobsHistoryLimit: 1
@@ -782,11 +782,11 @@ resources:
782
782
======
783
783
[.include-with-local-mount]
784
784
======
785
- [source, yaml, role='noheader' ]
785
+ [source, yaml, subs="attributes+,+macros" ]
786
786
----
787
787
neo4j:
788
788
image: "neo4j/helm-charts-backup"
789
- imageTag: "5.26.0 "
789
+ imageTag: "{neo4j-version-exact} "
790
790
successfulJobsHistoryLimit: 1
791
791
failedJobsHistoryLimit: 1
792
792
backoffLimit: 1
0 commit comments