File tree 9 files changed +19
-19
lines changed
aleph-traefik-minio-keycloak
9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.0.0-rc62
2
+ current_version = 4.0.0
3
3
tag_name = {new_version}
4
4
commit = True
5
5
tag = True
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ services:
54
54
- " traefik.enable=false"
55
55
56
56
worker :
57
- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
57
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
58
58
command : aleph worker
59
59
restart : on-failure
60
60
links :
@@ -79,7 +79,7 @@ services:
79
79
- " traefik.enable=false"
80
80
81
81
shell :
82
- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
82
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
83
83
command : /bin/bash
84
84
depends_on :
85
85
- postgres
@@ -99,7 +99,7 @@ services:
99
99
- " traefik.enable=false"
100
100
101
101
api :
102
- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
102
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
103
103
command : gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app
104
104
expose :
105
105
- 8000
@@ -121,7 +121,7 @@ services:
121
121
- " traefik.enable=false"
122
122
123
123
ui :
124
- image : ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
124
+ image : ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
125
125
depends_on :
126
126
- api
127
127
- traefik
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
16
16
elasticsearch :
17
17
build :
18
18
context : services/elasticsearch
19
- image : ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
19
+ image : ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
20
20
hostname : elasticsearch
21
21
environment :
22
22
- discovery.type=single-node
@@ -55,7 +55,7 @@ services:
55
55
app :
56
56
build :
57
57
context : .
58
- image : alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
58
+ image : alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
59
59
hostname : aleph
60
60
command : /bin/bash
61
61
links :
@@ -83,7 +83,7 @@ services:
83
83
api :
84
84
build :
85
85
context : .
86
- image : alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
86
+ image : alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
87
87
command : aleph run -h 0.0.0.0 -p 5000 --with-threads --reload --debugger
88
88
ports :
89
89
- " 127.0.0.1:5000:5000"
@@ -117,7 +117,7 @@ services:
117
117
ui :
118
118
build :
119
119
context : ui
120
- image : alephdata/aleph-ui:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
120
+ image : alephdata/aleph-ui:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
121
121
links :
122
122
- api
123
123
command : npm run start
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ services:
46
46
- aleph.env
47
47
48
48
worker :
49
- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
49
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
50
50
command : aleph worker
51
51
restart : on-failure
52
52
depends_on :
@@ -62,7 +62,7 @@ services:
62
62
- aleph.env
63
63
64
64
shell :
65
- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
65
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
66
66
command : /bin/bash
67
67
depends_on :
68
68
- postgres
@@ -80,7 +80,7 @@ services:
80
80
- aleph.env
81
81
82
82
api :
83
- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
83
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
84
84
expose :
85
85
- 8000
86
86
depends_on :
@@ -97,7 +97,7 @@ services:
97
97
- aleph.env
98
98
99
99
ui :
100
- image : ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-ALEPH_TAG:-4.0.0-rc62 }
100
+ image : ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-ALEPH_TAG:-4.0.0}
101
101
depends_on :
102
102
- api
103
103
ports :
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : aleph
3
3
description : Helm chart for Aleph
4
4
type : application
5
- version : 4.0.0-rc62
6
- appVersion : 4.0.0-rc62
5
+ version : 4.0.0
6
+ appVersion : 4.0.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Helm chart for Aleph
11
11
| global.amazon | bool | ` true ` | Are we using AWS services like s3? |
12
12
| global.google | bool | ` false ` | Are we using GCE services like storage, vision api? |
13
13
| global.image.repository | string | ` "alephdata/aleph" ` | Aleph docker image repo |
14
- | global.image.tag | string | `"global.image.tag | string | ` "4.0.0-rc62 " ` | Aleph docker image tag |
14
+ | global.image.tag | string | `"global.image.tag | string | ` "4.0.0" ` | Aleph docker image tag |
15
15
| global.image.tag | string | ` "Always" ` | |
16
16
| global.namingPrefix | string | ` "aleph" ` | Prefix for the names of k8s resources |
17
17
Original file line number Diff line number Diff line change 6
6
7
7
image :
8
8
repository : ghcr.io/alephdata/aleph
9
- tag : " 4.0.0-rc62 "
9
+ tag : " 4.0.0"
10
10
pullPolicy : Always
11
11
12
12
commonEnv :
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "aleph" ,
5
- version = "4.0.0-rc62 " ,
5
+ version = "4.0.0" ,
6
6
description = "Document sifting web frontend" ,
7
7
classifiers = [
8
8
"Intended Audience :: Developers" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aleph-ui" ,
3
- "version" : " 4.0.0-rc62 " ,
3
+ "version" : " 4.0.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@alephdata/followthemoney" : " ^3.5.5" ,
You can’t perform that action at this time.
0 commit comments