From 71feb8bae18ed170145cec94796d384253ecf72b Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sat, 8 Jun 2024 09:14:43 +0200 Subject: [PATCH] [OPB-xxx] updating abstracto version --- .env | 2 +- deployment/helm/oneplus-bot/values.yaml | 4 ++-- pom.xml | 4 ++-- tilt/oneplusbot-dev/Chart.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 2c22c33..c98ada1 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ VERSION=1.6.28 -ABSTRACTO_VERSION=1.5.36 \ No newline at end of file +ABSTRACTO_VERSION=1.5.37 \ No newline at end of file diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index 5950ce4..1f03839 100644 --- a/deployment/helm/oneplus-bot/values.yaml +++ b/deployment/helm/oneplus-bot/values.yaml @@ -22,7 +22,7 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.5.36 + tag: 1.5.37 templateDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always @@ -33,7 +33,7 @@ dbConfigDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.5.36 + tag: 1.5.37 dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always diff --git a/pom.xml b/pom.xml index 5bd684f..fd3a75b 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ 17 17 - 1.5.36 - 1.4.37 + 1.5.37 + 1.4.38 diff --git a/tilt/oneplusbot-dev/Chart.yaml b/tilt/oneplusbot-dev/Chart.yaml index f5fe0e2..6833748 100644 --- a/tilt/oneplusbot-dev/Chart.yaml +++ b/tilt/oneplusbot-dev/Chart.yaml @@ -8,4 +8,4 @@ dependencies: version: ">= 0.0.1" - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.12.10 # 13.x.x uses postgresql 16.x + version: 15.3.2 \ No newline at end of file