[OPB-xxx] fixing release job

updating version
This commit is contained in:
Sheldan
2023-09-23 18:22:24 +02:00
parent e177b5f559
commit ca36645197
4 changed files with 13 additions and 13 deletions

View File

@@ -24,16 +24,16 @@ jobs:
user: Sheldan user: Sheldan
token: ${{ secrets.ABSTRACTO_PAT }} token: ${{ secrets.ABSTRACTO_PAT }}
- name: Login to Harbor - name: Login to Harbor
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: harbor.sheldan.dev registry: harbor.sheldan.dev
username: ${{ secrets.HARBOR_USERNAME }} username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_TOKEN }} password: ${{ secrets.HARBOR_TOKEN }}
- name: Load env files - name: Load env files
id: dotenv id: dotenv
uses: falti/dotenv-action@v1.0.4 uses: falti/dotenv-action@v1.0.4
with: with:
path: ./deployment/image-packaging/src/main/docker path: ./deployment/image-packaging/src/main/docker/.env
- name: Push container - name: Push container
working-directory: ./deployment/image-packaging/src/main/docker working-directory: ./deployment/image-packaging/src/main/docker
run: docker-compose build && docker-compose push run: docker-compose build && docker-compose push
@@ -43,6 +43,6 @@ jobs:
- name: Helm push - name: Helm push
working-directory: ./deployment/helm/ working-directory: ./deployment/helm/
run: |- run: |-
helm registry login -u ${{ secrets.HARBOR_USERNAME }} -p ${{ secrets.HARBOR_TOKEN }} harbor.sheldan.dev helm registry login -u '${{ secrets.HARBOR_USERNAME }}' -p '${{ secrets.HARBOR_TOKEN }}' harbor.sheldan.dev
helm package oneplus-bot helm package oneplus-bot
helm push oneplus-bot*.tgz oci://harbor.sheldan.dev/oneplus-bot helm push oneplus-bot*.tgz oci://harbor.sheldan.dev/oneplus-bot

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.6.6 version: 1.6.7
# 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.6" appVersion: "1.6.7"

View File

@@ -8,7 +8,7 @@ bot:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
image: oneplus-bot image: oneplus-bot
tag: 1.6.6 tag: 1.6.7
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.4.17 tag: 1.6.7
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.4.17 tag: 1.6.7
dbCredentials: dbCredentials:
host: host:

View File

@@ -1,2 +1,2 @@
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
VERSION=1.6.6 VERSION=1.6.7