Skip to content

Commit

Permalink
build: project version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyknkd committed May 28, 2024
1 parent 83aad25 commit e8d2f69
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion deployment/templates/env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8d2f69

Please sign in to comment.