Skip to content

Commit 8aeaa83

Browse files
authored
Merge pull request #1415 from cortexproject/update-manifests
Use single image for demo manifests
2 parents 88541de + f1695ea commit 8aeaa83

8 files changed

+8
-8
lines changed

k8s/alertmanager-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: alertmanager
15-
image: quay.io/cortexproject/alertmanager
15+
image: quay.io/cortexproject/cortex
1616
imagePullPolicy: IfNotPresent
1717
args:
1818
- -target=alertmanager

k8s/configs-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: configs
15-
image: quay.io/cortexproject/configs
15+
image: quay.io/cortexproject/cortex
1616
imagePullPolicy: IfNotPresent
1717
args:
1818
- -target=configs

k8s/distributor-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: distributor
15-
image: quay.io/cortexproject/distributor
15+
image: quay.io/cortexproject/cortex
1616
imagePullPolicy: IfNotPresent
1717
args:
1818
- -target=distributor

k8s/ingester-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434

3535
containers:
3636
- name: ingester
37-
image: quay.io/cortexproject/ingester
37+
image: quay.io/cortexproject/cortex
3838
imagePullPolicy: IfNotPresent
3939
args:
4040
- -target=ingester

k8s/querier-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: querier
15-
image: quay.io/cortexproject/querier
15+
image: quay.io/cortexproject/cortex
1616
imagePullPolicy: IfNotPresent
1717
args:
1818
- -target=querier

k8s/query-frontend-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: query-frontend
15-
image: quay.io/cortexproject/query-frontend
15+
image: quay.io/cortexproject/cortex
1616
imagePullPolicy: IfNotPresent
1717
args:
1818
- -target=query-frontend

k8s/ruler-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: ruler
15-
image: quay.io/cortexproject/ruler
15+
image: quay.io/cortexproject/cortex
1616
imagePullPolicy: IfNotPresent
1717
args:
1818
- -target=ruler

k8s/table-manager-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: table-manager
15-
image: quay.io/cortexproject/table-manager
15+
image: quay.io/cortexproject/cortex
1616
imagePullPolicy: IfNotPresent
1717
args:
1818
- -target=table-manager

0 commit comments

Comments
 (0)