@@ -105,11 +105,11 @@ For more information about the available backup parameters, see <<kubernetes-neo
105105=====
106106[.include-with-gke]
107107======
108- [source, yaml, role='noheader' ]
108+ [source, yaml, subs="attributes+,+macros" ]
109109----
110110neo4j:
111111 image: "neo4j/helm-charts-backup"
112- imageTag: "5.10.0 "
112+ imageTag: "{neo4j-version-exact} "
113113 jobSchedule: "* * * * *"
114114 successfulJobsHistoryLimit: 3
115115 failedJobsHistoryLimit: 1
@@ -130,11 +130,11 @@ consistencyCheck:
130130
131131[.include-with-aws]
132132======
133- [source, yaml, role='noheader' ]
133+ [source, yaml, subs="attributes+,+macros" ]
134134----
135135neo4j:
136136 image: "neo4j/helm-charts-backup"
137- imageTag: "5.10.0 "
137+ imageTag: "{neo4j-version-exact} "
138138 jobSchedule: "* * * * *"
139139 successfulJobsHistoryLimit: 3
140140 failedJobsHistoryLimit: 1
@@ -155,11 +155,11 @@ consistencyCheck:
155155
156156[.include-with-azure]
157157======
158- [source, yaml, role='noheader' ]
158+ [source, yaml, subs="attributes+,+macros" ]
159159----
160160neo4j:
161161 image: "neo4j/helm-charts-backup"
162- imageTag: "5.10.0 "
162+ imageTag: "{neo4j-version-exact} "
163163 jobSchedule: "* * * * *"
164164 successfulJobsHistoryLimit: 3
165165 failedJobsHistoryLimit: 1
@@ -194,11 +194,11 @@ For example:
194194=====
195195[.include-with-gke]
196196======
197- [source, yaml, role='noheader' ]
197+ [source, yaml, subs="attributes+,+macros" ]
198198----
199199neo4j:
200200 image: "neo4j/helm-charts-backup"
201- imageTag: "5.13.0 "
201+ imageTag: "{neo4j-version-exact} "
202202 jobSchedule: "* * * * *"
203203 successfulJobsHistoryLimit: 3
204204 failedJobsHistoryLimit: 1
@@ -221,11 +221,11 @@ serviceAccountName: "demo-service-account"
221221
222222[.include-with-aws]
223223======
224- [source, yaml, role='noheader' ]
224+ [source, yaml, subs="attributes+,+macros" ]
225225----
226226neo4j:
227227 image: "neo4j/helm-charts-backup"
228- imageTag: "5.13.0 "
228+ imageTag: "{neo4j-version-exact} "
229229 jobSchedule: "* * * * *"
230230 successfulJobsHistoryLimit: 3
231231 failedJobsHistoryLimit: 1
@@ -248,11 +248,11 @@ serviceAccountName: "demo-service-account"
248248
249249[.include-with-azure]
250250======
251- [source, yaml, role='noheader' ]
251+ [source, yaml, subs="attributes+,+macros" ]
252252----
253253neo4j:
254254 image: "neo4j/helm-charts-backup"
255- imageTag: "5.13.0 "
255+ imageTag: "{neo4j-version-exact} "
256256 jobSchedule: "* * * * *"
257257 successfulJobsHistoryLimit: 3
258258 failedJobsHistoryLimit: 1
@@ -317,11 +317,11 @@ The following are examples of how to configure the backup system for different S
317317[.include-with-S3-standard-endpoint]
318318======
319319.AWS S3 standard endpoint
320- [source, yaml]
320+ [source, yaml, subs="attributes+,+macros" ]
321321----
322322neo4j:
323323 image: "neo4j/helm-charts-backup"
324- imageTag: "5.26.0 "
324+ imageTag: "{neo4j-version-exact} "
325325 jobSchedule: "* * * * *"
326326 successfulJobsHistoryLimit: 3
327327 failedJobsHistoryLimit: 1
@@ -398,11 +398,11 @@ For more information, see xref:kubernetes/persistent-volumes.adoc[Volume mounts
398398
399399For example:
400400
401- [source, yaml, role='noheader' ]
401+ [source, yaml, subs="attributes+,+macros" ]
402402----
403403neo4j:
404404 image: "neo4j/helm-charts-backup"
405- imageTag: "5.16.0 "
405+ imageTag: "{neo4j-version-exact} "
406406 jobSchedule: "* * * * *"
407407 successfulJobsHistoryLimit: 3
408408 failedJobsHistoryLimit: 1
@@ -436,7 +436,7 @@ For example:
436436helm show values neo4j/neo4j-admin
437437----
438438
439- [source, yaml, role='noheader' ]
439+ [source, yaml, subs="attributes+,+macros" ]
440440----
441441## @param nameOverride String to partially override common.names.fullname
442442nameOverride: ""
@@ -449,7 +449,7 @@ disableLookups: false
449449
450450neo4j:
451451 image: "neo4j/helm-charts-backup"
452- imageTag: "5.21.0 "
452+ imageTag: "{neo4j-version-exact} "
453453 podLabels: {}
454454# app: "demo"
455455# acac: "dcdddc"
@@ -695,11 +695,11 @@ If your backup chain is stored on AWS S3, you need to set cloudProvider to `aws`
695695For example:
696696
697697.Connect to your AWS S3 bucket using the `awscreds` secret
698- [source, yaml, role='noheader' ]
698+ [source, yaml, subs="attributes+,+macros" ]
699699----
700700neo4j:
701701 image: "neo4j/helm-charts-backup"
702- imageTag: "5.21.0 "
702+ imageTag: "{neo4j-version-exact} "
703703 jobSchedule: "* * * * *"
704704 successfulJobsHistoryLimit: 3
705705 failedJobsHistoryLimit: 1
@@ -728,11 +728,11 @@ resources:
728728----
729729
730730.Connect to your AWS S3 bucket using `serviceAccount`
731- [source, yaml, role='noheader' ]
731+ [source, yaml, subs="attributes+,+macros" ]
732732----
733733neo4j:
734734 image: "neo4j/helm-charts-backup"
735- imageTag: "5.21.0 "
735+ imageTag: "{neo4j-version-exact} "
736736 jobSchedule: "* * * * *"
737737 successfulJobsHistoryLimit: 3
738738 failedJobsHistoryLimit: 1
@@ -784,11 +784,11 @@ resources:
784784======
785785[.include-with-local-mount]
786786======
787- [source, yaml, role='noheader' ]
787+ [source, yaml, subs="attributes+,+macros" ]
788788----
789789neo4j:
790790 image: "neo4j/helm-charts-backup"
791- imageTag: "5.21.0 "
791+ imageTag: "{neo4j-version-exact} "
792792 successfulJobsHistoryLimit: 1
793793 failedJobsHistoryLimit: 1
794794 backoffLimit: 1
0 commit comments