Skip to content

Commit

Permalink
Update Percona MongoDB Server Images (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Fahim Abrar <fahimabrar@appscode.com>
  • Loading branch information
Mohammad Fahim Abrar committed Jan 8, 2021
1 parent feb4a3f commit 5d8d3db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
version: "3.6.18"
db:
image: "percona/percona-server-mongodb:3.6.18"
image: "{{ .Values.image.registry }}/mongo:3.6.18-percona"
exporter:
image: "{{ .Values.image.registry }}/percona-mongodb-exporter:v0.8.0"
tools:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
version: "4.0.10"
db:
image: "percona/percona-server-mongodb:4.0.10"
image: "{{ .Values.image.registry }}/mongo:4.0.10-percona"
exporter:
image: "{{ .Values.image.registry }}/percona-mongodb-exporter:v0.8.0"
tools:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-catalog/templates/mongodb/percona-4.2.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
version: "4.2.7"
db:
image: "percona/percona-server-mongodb:4.2.7-7"
image: "{{ .Values.image.registry }}/mongo:4.2.7-percona"
exporter:
image: "{{ .Values.image.registry }}/percona-mongodb-exporter:v0.8.0"
tools:
Expand Down

0 comments on commit 5d8d3db

Please sign in to comment.