Skip to content

Commit 1f1aed8

Browse files
authored
Merge pull request #9 from OsiriX-Foundation/nikpap_v105
v1.0.5
2 parents e30a7c0 + 20089b8 commit 1f1aed8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Below are instruction for getting a basic instance of KHEOPS up and running. Thi
1010
4. Run the following command:
1111

1212
```shell
13-
bash <(curl -sL https://raw.githubusercontent.com/OsiriX-Foundation/KheopsOrchestration/insecure-install-v1.0.4/kheopsinstall.sh)
13+
bash <(curl -sL https://raw.githubusercontent.com/OsiriX-Foundation/KheopsOrchestration/insecure-install-v1.0.5/kheopsinstall.sh)
1414
```
1515

1616
This script will create a new directory named `kheops` in which it will download docker-compose configuration files, a keycloak realm configuration, and generate the necessary secrets.

docker/docker-compose.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ services:
9898

9999
kheops-authorization:
100100
container_name: kheopsauthorization
101-
image: osirixfoundation/kheops-authorization:v1.0.4
101+
image: osirixfoundation/kheops-authorization:v1.0.5
102102
logging:
103103
driver: json-file
104104
options:
@@ -125,7 +125,7 @@ services:
125125

126126
kheops-authorization-metricbeat:
127127
container_name: kheopsauthorizationmetricbeat
128-
image: osirixfoundation/kheops-authorization-metricbeat:v1.0.4
128+
image: osirixfoundation/kheops-authorization-metricbeat:v1.0.5
129129
env_file: docker-compose.env
130130
environment:
131131
- KHEOPS_INSTANCES=kheops
@@ -137,7 +137,7 @@ services:
137137

138138
kheops-filebeat-sidecar:
139139
container_name: kheopsfilebeatsidecar
140-
image: osirixfoundation/kheops-filebeat-sidecar:v1.0.4
140+
image: osirixfoundation/kheops-filebeat-sidecar:v1.0.5
141141
environment:
142142
- KHEOPS_INSTANCES=kheops
143143
- KHEOPS_LOGSTASH_URL=logstash:5044
@@ -156,7 +156,7 @@ services:
156156

157157
kheops-zipper:
158158
container_name: kheopszipper
159-
image: osirixfoundation/kheops-zipper:v1.0.4
159+
image: osirixfoundation/kheops-zipper:v1.0.5
160160
logging:
161161
driver: json-file
162162
options:
@@ -170,14 +170,14 @@ services:
170170

171171
kheops-ui:
172172
container_name: kheopsui
173-
image: osirixfoundation/kheops-ui:v1.0.4
173+
image: osirixfoundation/kheops-ui:v1.0.5
174174
env_file: docker-compose.env
175175
networks:
176176
- frontend_network
177177

178178
kheops-dicomweb-proxy:
179179
container_name: kheopsdicomwebproxy
180-
image: osirixfoundation/kheops-dicomweb-proxy:v1.0.4
180+
image: osirixfoundation/kheops-dicomweb-proxy:v1.0.5
181181
logging:
182182
driver: json-file
183183
options:
@@ -191,7 +191,7 @@ services:
191191
- kheops_network
192192

193193
kheops-reverse-proxy:
194-
image: osirixfoundation/kheops-reverse-proxy:v1.0.4-insecure
194+
image: osirixfoundation/kheops-reverse-proxy:v1.0.5-insecure
195195
container_name: kheopsreverseproxy
196196
env_file: docker-compose.env
197197
volumes:
@@ -215,7 +215,7 @@ services:
215215
pacs-authorization-proxy:
216216
container_name: pacsauthorizationproxy
217217
env_file: docker-compose.env
218-
image: osirixfoundation/pacs-authorization-proxy:v1.0.4
218+
image: osirixfoundation/pacs-authorization-proxy:v1.0.5
219219
volumes:
220220
- logs_pep:/var/log/nginx
221221
logging:

kheopsinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ then
1414
exit 1
1515
fi
1616

17-
download_branch="insecure-install-v1.0.4"
17+
download_branch="insecure-install-v1.0.5"
1818
downloadURI="https://raw.githubusercontent.com/OsiriX-Foundation/KheopsOrchestration/$download_branch"
1919

2020
secretpath="kheops/secrets"

0 commit comments

Comments
 (0)