mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-03 16:27:46 +00:00
[OPB-xxx] fixing chart and image name to not be the same
This commit is contained in:
@@ -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.6.7
|
version: 1.6.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.6.7"
|
appVersion: "1.6.8"
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ replicaCount: 1
|
|||||||
bot:
|
bot:
|
||||||
repository: harbor.sheldan.dev/oneplus-bot
|
repository: harbor.sheldan.dev/oneplus-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
image: oneplus-bot
|
image: oneplus-bot-image
|
||||||
tag: 1.6.7
|
tag: 1.6.8
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
@@ -29,7 +29,7 @@ templateDeploymentData:
|
|||||||
repository: harbor.sheldan.dev/oneplus-bot
|
repository: harbor.sheldan.dev/oneplus-bot
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
image: oneplus-bot-template-data
|
image: oneplus-bot-template-data
|
||||||
tag: 1.6.7
|
tag: 1.6.8
|
||||||
|
|
||||||
dbConfigDeployment:
|
dbConfigDeployment:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -42,7 +42,7 @@ dbConfigDeploymentData:
|
|||||||
repository: harbor.sheldan.dev/oneplus-bot
|
repository: harbor.sheldan.dev/oneplus-bot
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
image: oneplus-bot-db-data
|
image: oneplus-bot-db-data
|
||||||
tag: 1.6.7
|
tag: 1.6.8
|
||||||
|
|
||||||
dbCredentials:
|
dbCredentials:
|
||||||
host:
|
host:
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
|
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
|
||||||
VERSION=1.6.7
|
VERSION=1.6.8
|
||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
bot:
|
bot:
|
||||||
build:
|
build:
|
||||||
context: oneplusbot
|
context: oneplusbot
|
||||||
image: ${REGISTRY_PREFIX}oneplus-bot:${VERSION:-latest}
|
image: ${REGISTRY_PREFIX}oneplus-bot-image:${VERSION:-latest}
|
||||||
db-data:
|
db-data:
|
||||||
build:
|
build:
|
||||||
context: db-data
|
context: db-data
|
||||||
|
|||||||
Reference in New Issue
Block a user