Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 5d54064

Browse files
committed
⬆️ Next version 1.0.0-SNAPSHOT
Signed-off-by: trust-git-bot <[email protected]>
1 parent 4327c60 commit 5d54064

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
name: "trustify-operator"
3-
version: "0.1.0-alpha.9"
3+
version: "1.0.0-SNAPSHOT"
44
apiVersion: "v2"
5-
appVersion: "0.1.0-alpha.9"
5+
appVersion: "latest"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/main/resources/application.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ trustify:
1313
# Operator config
1414
related:
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
2222
quarkus:

0 commit comments

Comments
 (0)