diff --git a/.env b/.env index 78ea8b1..8a580f8 100644 --- a/.env +++ b/.env @@ -20,7 +20,7 @@ export POSTGRES_DB=${COLLECTOR_DB} export POSTGRES_HOST=db export POSTGRES_PORT=5432 export POSTGRES_USER=postgresuser -export PROJECT_VERSION=0.1.0 +export PROJECT_VERSION=0.1.1 export PROMETHEUS_PORT=9090 export RABBITMQ_HOST=mq export RABBITMQ_METRICS_PORT=15692 diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 3b52cf6..8d8457a 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -2,7 +2,7 @@ org.gradle.caching=false org.gradle.parallel=true kotlin.code.style=official -project_version=0.1.0 +project_version=0.1.1 jvm_version=17 ktor_version=2.3.8 kotlin_version=1.9.22 diff --git a/deployment/Chart.yaml b/deployment/Chart.yaml index ee124a1..e021ffb 100644 --- a/deployment/Chart.yaml +++ b/deployment/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: news-analyzer description: News Analyzer Helm chart for Kubernetes type: application -version: 0.1.0 -appVersion: "0.1.0" +version: 0.1.1 +appVersion: "0.1.1" diff --git a/deployment/templates/env-configmap.yaml b/deployment/templates/env-configmap.yaml index 4a448e7..8926fdc 100644 --- a/deployment/templates/env-configmap.yaml +++ b/deployment/templates/env-configmap.yaml @@ -21,7 +21,7 @@ data: POSTGRES_HOST: "db" POSTGRES_PORT: "5432" POSTGRES_USER: "postgres" - PROJECT_VERSION: "0.0.1" + PROJECT_VERSION: "0.1.1" PROMETHEUS_PORT: "9090" RABBITMQ_DEFAULT_USER: "rabbitmquser" RABBITMQ_HOST: "mq" diff --git a/gradle.properties b/gradle.properties index 3b52cf6..8d8457a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.caching=false org.gradle.parallel=true kotlin.code.style=official -project_version=0.1.0 +project_version=0.1.1 jvm_version=17 ktor_version=2.3.8 kotlin_version=1.9.22