[SIS-xxx] renaming sissi run image

This commit is contained in:
Sheldan
2023-08-29 23:54:47 +02:00
parent 6b37de3db5
commit f901aeaefc
5 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ local_resource(
deps=['pom.xml']) deps=['pom.xml'])
docker_build_with_restart( docker_build_with_restart(
registry + 'sissi', registry + 'sissi-bot',
'./application/executable/target/jar', './application/executable/target/jar',
entrypoint=['java', '-noverify', '-cp', '.:./lib/*', 'dev.sheldan.sissi.executable.Application'], entrypoint=['java', '-noverify', '-cp', '.:./lib/*', 'dev.sheldan.sissi.executable.Application'],
dockerfile='./application/executable/Dockerfile', dockerfile='./application/executable/Dockerfile',
@@ -32,6 +32,6 @@ docker_build(registry + 'sissi-template-data', 'deployment/image-packaging/src/m
k8s_yaml(helm('deployment/helm/sissi', values= k8s_yaml(helm('deployment/helm/sissi', values=
['./../Sissi-environments/values/local/values.yaml', ['./../Sissi-environments/argocd/apps/sissi/values/local/values.yaml',
'secrets://./../Sissi-environments/values/local/values.secrets.yaml'] 'secrets://./../Sissi-environments/argocd/apps/sissi/values/local/values.secrets.yaml']
)) ))

View File

@@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.7 version: 1.4.8
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "1.4.7" appVersion: "1.4.8"

View File

@@ -7,8 +7,8 @@ replicaCount: 1
bot: bot:
repository: harbor.sheldan.dev/sissi repository: harbor.sheldan.dev/sissi
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
image: sissi image: sissi-bot
tag: 1.4.7 tag: 1.4.8
templateDeployment: templateDeployment:
enabled: true enabled: true
@@ -21,7 +21,7 @@ templateDeploymentData:
repository: harbor.sheldan.dev/sissi repository: harbor.sheldan.dev/sissi
pullPolicy: Always pullPolicy: Always
image: sissi-template-data image: sissi-template-data
tag: 1.4.7 tag: 1.4.8
dbConfigDeployment: dbConfigDeployment:
enabled: true enabled: true
@@ -34,7 +34,7 @@ dbConfigDeploymentData:
repository: harbor.sheldan.dev/sissi repository: harbor.sheldan.dev/sissi
pullPolicy: Always pullPolicy: Always
image: sissi-db-data image: sissi-db-data
tag: 1.4.7 tag: 1.4.8
dbCredentials: dbCredentials:
host: host:

View File

@@ -1,2 +1,2 @@
REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/
VERSION=1.4.7 VERSION=1.4.8

View File

@@ -4,7 +4,7 @@ services:
bot: bot:
build: build:
context: sissi context: sissi
image: ${REGISTRY_PREFIX}sissi:${VERSION:-latest} image: ${REGISTRY_PREFIX}sissi-bot:${VERSION:-latest}
db-data: db-data:
build: build:
context: db-data context: db-data