File tree Expand file tree Collapse file tree 9 files changed +19
-19
lines changed
aleph-traefik-minio-keycloak Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.15.4-rc1
2+ current_version = 3.15.4
33tag_name = {new_version}
44commit = True
55tag = True
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ services:
5454 - " traefik.enable=false"
5555
5656 worker :
57- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
57+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
5858 command : aleph worker
5959 restart : on-failure
6060 links :
@@ -79,7 +79,7 @@ services:
7979 - " traefik.enable=false"
8080
8181 shell :
82- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
82+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
8383 command : /bin/bash
8484 depends_on :
8585 - postgres
@@ -99,7 +99,7 @@ services:
9999 - " traefik.enable=false"
100100
101101 api :
102- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
102+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
103103 command : gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app
104104 expose :
105105 - 8000
@@ -121,7 +121,7 @@ services:
121121 - " traefik.enable=false"
122122
123123 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}
125125 depends_on :
126126 - api
127127 - traefik
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 elasticsearch :
1717 build :
1818 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}
2020 hostname : elasticsearch
2121 environment :
2222 - discovery.type=single-node
@@ -55,7 +55,7 @@ services:
5555 app :
5656 build :
5757 context : .
58- image : alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
58+ image : alephdata/aleph:${ALEPH_TAG:-3.15.4}
5959 hostname : aleph
6060 command : /bin/bash
6161 links :
@@ -83,7 +83,7 @@ services:
8383 api :
8484 build :
8585 context : .
86- image : alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
86+ image : alephdata/aleph:${ALEPH_TAG:-3.15.4}
8787 command : aleph run -h 0.0.0.0 -p 5000 --with-threads --reload --debugger
8888 ports :
8989 - " 127.0.0.1:5000:5000"
@@ -117,7 +117,7 @@ services:
117117 ui :
118118 build :
119119 context : ui
120- image : alephdata/aleph-ui:${ALEPH_TAG:-3.15.4-rc1 }
120+ image : alephdata/aleph-ui:${ALEPH_TAG:-3.15.4}
121121 links :
122122 - api
123123 command : npm run start
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 - aleph.env
3939
4040 worker :
41- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
41+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
4242 command : aleph worker
4343 restart : on-failure
4444 depends_on :
@@ -54,7 +54,7 @@ services:
5454 - aleph.env
5555
5656 shell :
57- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
57+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
5858 command : /bin/bash
5959 depends_on :
6060 - postgres
@@ -72,7 +72,7 @@ services:
7272 - aleph.env
7373
7474 api :
75- image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4-rc1 }
75+ image : ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
7676 command : gunicorn -w 6 -b 0.0.0.0:8000 --timeout 3600 --log-level debug --log-file - aleph.wsgi:app
7777 expose :
7878 - 8000
@@ -90,7 +90,7 @@ services:
9090 - aleph.env
9191
9292 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}
9494 depends_on :
9595 - api
9696 ports :
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : aleph
33description : Helm chart for Aleph
44type : application
5- version : 3.15.4-rc1
6- appVersion : 3.15.4-rc1
5+ version : 3.15.4
6+ appVersion : 3.15.4
77
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Helm chart for Aleph
1111| global.amazon | bool | ` true ` | Are we using AWS services like s3? |
1212| global.google | bool | ` false ` | Are we using GCE services like storage, vision api? |
1313| 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 |
1515| global.image.tag | string | ` "Always" ` | |
1616| global.namingPrefix | string | ` "aleph" ` | Prefix for the names of k8s resources |
1717
Original file line number Diff line number Diff line change 66
77 image :
88 repository : ghcr.io/alephdata/aleph
9- tag : " 3.15.4-rc1 "
9+ tag : " 3.15.4"
1010 pullPolicy : Always
1111
1212 commonEnv :
Original file line number Diff line number Diff line change 22
33setup (
44 name = "aleph" ,
5- version = "3.15.4-rc1 " ,
5+ version = "3.15.4" ,
66 description = "Document sifting web frontend" ,
77 classifiers = [
88 "Intended Audience :: Developers" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " aleph-ui" ,
3- "version" : " 3.15.4-rc1 " ,
3+ "version" : " 3.15.4" ,
44 "private" : true ,
55 "dependencies" : {
66 "@alephdata/followthemoney" : " ^3.4.3" ,
You can’t perform that action at this time.
0 commit comments