Skip to content

Commit a0415f9

Browse files
updated image and tag and removed commented code
1 parent 94ed8f7 commit a0415f9

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

example/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module "mongodb" {
3030
mongodb_restore_enabled = true
3131
mongodb_restore_config = {
3232
s3_bucket_uri = "s3://bucket_name/filename"
33-
s3_bucket_region = "bucker_region"
33+
s3_bucket_region = "bucket_region"
3434
full_restore_enable = true
3535
file_name_full = "filename"
3636
incremental_restore_enable = false

helm/values/exporter/values.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ readinessProbe:
5353
replicas: 1
5454

5555
affinity: {}
56-
# nodeAffinity:
57-
# requiredDuringSchedulingIgnoredDuringExecution:
58-
# nodeSelectorTerms:
59-
# - matchExpressions:
60-
# - key: "App-On-Demand"
61-
# operator: In
62-
# values:
63-
# - "true"
6456

6557
resources:
6658
limits:

restore/templates/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
serviceAccountName: sa-mongo-restore
99
containers:
1010
- name: restore-mongodb
11-
image: squareops01/mongorestore:v2
11+
image: squareops/mongodb-restore:v2
1212
env:
1313
- name: MONGO_URI
1414
value: mongodb://{{ .Values.auth.rootUser }}:{{ .Values.auth.rootPassword }}@mongodb-0.mongodb-headless.{{ .Release.Namespace }}.svc.cluster.local:27017

0 commit comments

Comments
 (0)