This repository was archived by the owner on Sep 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11---
22name : " trustify-operator"
3- version : " 0. 1.0-alpha.9 "
3+ version : " 1.0.0-SNAPSHOT "
44apiVersion : " v2"
5- appVersion : " 0.1.0-alpha.9 "
5+ appVersion : " latest "
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.trustify</groupId >
66 <artifactId >trustify-operator</artifactId >
7- <version >0. 1.0-alpha.9 </version >
7+ <version >1.0.0-SNAPSHOT </version >
88
99 <properties >
1010 <compiler-plugin .version>3.12.1</compiler-plugin .version>
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ trustify:
1313# Operator config
1414related :
1515 image :
16- ui : ghcr.io/trustification/trustify-ui:latest
17- server : ghcr.io/trustification/trustd:latest
18- db : quay.io/sclorg/postgresql-16-c9s:latest
19- keycloak : ghcr.io/trustification/trustify-keycloak:latest
16+ ui : ${RELATED_IMAGE_UI: ghcr.io/trustification/trustify-ui:latest}
17+ server : ${RELATED_IMAGE_SERVER: ghcr.io/trustification/trustd:latest}
18+ db : ${RELATED_IMAGE_DB: quay.io/sclorg/postgresql-16-c9s:latest}
19+ keycloak : ${RELATED_IMAGE_KEYCLOAK: ghcr.io/trustification/trustify-keycloak:latest}
2020 pull-policy : Always
2121# Quarkus config
2222quarkus :
You can’t perform that action at this time.
0 commit comments