Skip to content

Commit

Permalink
Improve fetching img for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
as51340 committed Jul 16, 2024
1 parent fc64a98 commit 5478d04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/memgraph-high-availability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: memgraph-high-availability
description: A Helm chart for Kubernetes with Memgraph High availabiliy capabilites

version: 0.1.1
version: 0.1.2
appVersion: "2.18.0"

type: application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: memgraph-test-cluster-setup
image: memgraph/memgraph:2.18.0
image: "{{ $.Values.memgraph.image.repository }}:{{ $.Values.memgraph.image.tag }}"
command: ["/bin/bash", "-c"]
args:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: memgraph-test
image: memgraph/memgraph:2.18.0
image: "{{ $.Values.memgraph.image.repository }}:{{ $.Values.memgraph.image.tag }}"
command: ["/bin/bash", "-c"]
args:
- |
Expand Down
4 changes: 2 additions & 2 deletions charts/memgraph-high-availability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ memgraph:
data:
volumeClaim:
storagePVCClassName: ""
storagePVC: false
storagePVC: true
storagePVCSize: "1Gi"
logPVCClassName: ""
logPVC: false
logPVCSize: "256Mi"
coordinators:
volumeClaim:
storagePVCClassName: ""
storagePVC: false
storagePVC: true
storagePVCSize: "1Gi"
logPVCClassName: ""
logPVC: false
Expand Down

0 comments on commit 5478d04

Please sign in to comment.