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 = 3.15.4-rc1
2
+ current_version = 3.15.4
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:-3.15.4-rc1 }
57
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
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:-3.15.4-rc1 }
82
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
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:-3.15.4-rc1 }
102
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
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:-3.15.4-rc1 }
124
+ image : ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-3.15.4}
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:-3.15.4-rc1 }
19
+ image : ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-3.15.4}
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:-3.15.4-rc1 }
58
+ image : alephdata/aleph:${ALEPH_TAG:-3.15.4}
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:-3.15.4-rc1 }
86
+ image : alephdata/aleph:${ALEPH_TAG:-3.15.4}
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:-3.15.4-rc1 }
120
+ image : alephdata/aleph-ui:${ALEPH_TAG:-3.15.4}
121
121
links :
122
122
- api
123
123
command : npm run start
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
38
38
- aleph.env
39
39
40
40
worker :
41
- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
41
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
42
42
command : aleph worker
43
43
restart : on-failure
44
44
depends_on :
@@ -54,7 +54,7 @@ services:
54
54
- aleph.env
55
55
56
56
shell :
57
- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
57
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
58
58
command : /bin/bash
59
59
depends_on :
60
60
- postgres
@@ -72,7 +72,7 @@ services:
72
72
- aleph.env
73
73
74
74
api :
75
- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
75
+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
76
76
command : gunicorn -w 6 -b 0.0.0.0:8000 --timeout 3600 --log-level debug --log-file - aleph.wsgi:app
77
77
expose :
78
78
- 8000
@@ -90,7 +90,7 @@ services:
90
90
- aleph.env
91
91
92
92
ui :
93
- image : ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-3.15.4-rc1 }
93
+ image : ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-3.15.4}
94
94
depends_on :
95
95
- api
96
96
ports :
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
2
2
name : aleph
3
3
description : Helm chart for Aleph
4
4
type : application
5
- version : 3.15.4-rc1
6
- appVersion : 3.15.4-rc1
5
+ version : 3.15.4
6
+ appVersion : 3.15.4
7
7
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 | ` "3.15.4-rc1 " ` | Aleph docker image tag |
14
+ | global.image.tag | string | ` "3.15.4" ` | 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 : " 3.15.4-rc1 "
9
+ tag : " 3.15.4"
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 = "3.15.4-rc1 " ,
5
+ version = "3.15.4" ,
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" : " 3.15.4-rc1 " ,
3
+ "version" : " 3.15.4" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@alephdata/followthemoney" : " ^3.4.3" ,
You can’t perform that action at this time.
0 commit comments