Skip to content

Commit 33a4712

Browse files
authored
Update the version in all K8s backup-restore examples to be the latest (#2150)
Cherry-picked from #2149
1 parent 0cde993 commit 33a4712

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

modules/ROOT/pages/kubernetes/operations/backup-restore.adoc

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ For more information about the available backup parameters, see <<kubernetes-neo
103103
=====
104104
[.include-with-gke]
105105
======
106-
[source, yaml, role='noheader']
106+
[source, yaml, subs="attributes+,+macros"]
107107
----
108108
neo4j:
109109
image: "neo4j/helm-charts-backup"
110-
imageTag: "5.26.0"
110+
imageTag: "{neo4j-version-exact}"
111111
jobSchedule: "* * * * *"
112112
successfulJobsHistoryLimit: 3
113113
failedJobsHistoryLimit: 1
@@ -128,11 +128,11 @@ consistencyCheck:
128128
129129
[.include-with-aws]
130130
======
131-
[source, yaml, role='noheader']
131+
[source, yaml, subs="attributes+,+macros"]
132132
----
133133
neo4j:
134134
image: "neo4j/helm-charts-backup"
135-
imageTag: "5.26.0"
135+
imageTag: "{neo4j-version-exact}"
136136
jobSchedule: "* * * * *"
137137
successfulJobsHistoryLimit: 3
138138
failedJobsHistoryLimit: 1
@@ -153,11 +153,11 @@ consistencyCheck:
153153
154154
[.include-with-azure]
155155
======
156-
[source, yaml, role='noheader']
156+
[source, yaml, subs="attributes+,+macros"]
157157
----
158158
neo4j:
159159
image: "neo4j/helm-charts-backup"
160-
imageTag: "5.26.0"
160+
imageTag: "{neo4j-version-exact}"
161161
jobSchedule: "* * * * *"
162162
successfulJobsHistoryLimit: 3
163163
failedJobsHistoryLimit: 1
@@ -192,11 +192,11 @@ For example:
192192
=====
193193
[.include-with-gke]
194194
======
195-
[source, yaml, role='noheader']
195+
[source, yaml, subs="attributes+,+macros"]
196196
----
197197
neo4j:
198198
image: "neo4j/helm-charts-backup"
199-
imageTag: "5.26.0"
199+
imageTag: "{neo4j-version-exact}"
200200
jobSchedule: "* * * * *"
201201
successfulJobsHistoryLimit: 3
202202
failedJobsHistoryLimit: 1
@@ -219,11 +219,11 @@ serviceAccountName: "demo-service-account"
219219
220220
[.include-with-aws]
221221
======
222-
[source, yaml, role='noheader']
222+
[source, yaml, subs="attributes+,+macros"]
223223
----
224224
neo4j:
225225
image: "neo4j/helm-charts-backup"
226-
imageTag: "5.26.0"
226+
imageTag: "{neo4j-version-exact}"
227227
jobSchedule: "* * * * *"
228228
successfulJobsHistoryLimit: 3
229229
failedJobsHistoryLimit: 1
@@ -246,11 +246,11 @@ serviceAccountName: "demo-service-account"
246246
247247
[.include-with-azure]
248248
======
249-
[source, yaml, role='noheader']
249+
[source, yaml, subs="attributes+,+macros"]
250250
----
251251
neo4j:
252252
image: "neo4j/helm-charts-backup"
253-
imageTag: "5.26.0"
253+
imageTag: "{neo4j-version-exact}"
254254
jobSchedule: "* * * * *"
255255
successfulJobsHistoryLimit: 3
256256
failedJobsHistoryLimit: 1
@@ -315,11 +315,11 @@ The following are examples of how to configure the backup system for different S
315315
[.include-with-S3-standard-endpoint]
316316
======
317317
.AWS S3 standard endpoint
318-
[source, yaml]
318+
[source, yaml, subs="attributes+,+macros"]
319319
----
320320
neo4j:
321321
image: "neo4j/helm-charts-backup"
322-
imageTag: "5.26.0"
322+
imageTag: "{neo4j-version-exact}"
323323
jobSchedule: "* * * * *"
324324
successfulJobsHistoryLimit: 3
325325
failedJobsHistoryLimit: 1
@@ -396,11 +396,11 @@ For more information, see xref:kubernetes/persistent-volumes.adoc[Volume mounts
396396

397397
For example:
398398

399-
[source, yaml, role='noheader']
399+
[source, yaml, subs="attributes+,+macros"]
400400
----
401401
neo4j:
402402
image: "neo4j/helm-charts-backup"
403-
imageTag: "5.26.0"
403+
imageTag: "{neo4j-version-exact}"
404404
jobSchedule: "* * * * *"
405405
successfulJobsHistoryLimit: 3
406406
failedJobsHistoryLimit: 1
@@ -434,7 +434,7 @@ For example:
434434
helm show values neo4j/neo4j-admin
435435
----
436436

437-
[source, yaml, role='noheader']
437+
[source, yaml, subs="attributes+,+macros"]
438438
----
439439
## @param nameOverride String to partially override common.names.fullname
440440
nameOverride: ""
@@ -447,7 +447,7 @@ disableLookups: false
447447
448448
neo4j:
449449
image: "neo4j/helm-charts-backup"
450-
imageTag: "5.26.0"
450+
imageTag: "{neo4j-version-exact}"
451451
podLabels: {}
452452
# app: "demo"
453453
# acac: "dcdddc"
@@ -693,11 +693,11 @@ If your backup chain is stored on AWS S3, you need to set cloudProvider to `aws`
693693
For example:
694694

695695
.Connect to your AWS S3 bucket using the `awscreds` secret
696-
[source, yaml, role='noheader']
696+
[source, yaml, subs="attributes+,+macros"]
697697
----
698698
neo4j:
699699
image: "neo4j/helm-charts-backup"
700-
imageTag: "5.26.0"
700+
imageTag: "{neo4j-version-exact}"
701701
jobSchedule: "* * * * *"
702702
successfulJobsHistoryLimit: 3
703703
failedJobsHistoryLimit: 1
@@ -726,11 +726,11 @@ resources:
726726
----
727727

728728
.Connect to your AWS S3 bucket using `serviceAccount`
729-
[source, yaml, role='noheader']
729+
[source, yaml, subs="attributes+,+macros"]
730730
----
731731
neo4j:
732732
image: "neo4j/helm-charts-backup"
733-
imageTag: "5.26.0"
733+
imageTag: "{neo4j-version-exact}"
734734
jobSchedule: "* * * * *"
735735
successfulJobsHistoryLimit: 3
736736
failedJobsHistoryLimit: 1
@@ -782,11 +782,11 @@ resources:
782782
======
783783
[.include-with-local-mount]
784784
======
785-
[source, yaml, role='noheader']
785+
[source, yaml, subs="attributes+,+macros"]
786786
----
787787
neo4j:
788788
image: "neo4j/helm-charts-backup"
789-
imageTag: "5.26.0"
789+
imageTag: "{neo4j-version-exact}"
790790
successfulJobsHistoryLimit: 1
791791
failedJobsHistoryLimit: 1
792792
backoffLimit: 1

0 commit comments

Comments
 (0)