From 5ca57972b950804298ba66f35239f6f9ba5ea527 Mon Sep 17 00:00:00 2001 From: Keisuke Furuya Date: Thu, 18 Jul 2024 17:15:18 +0900 Subject: [PATCH] test --- akka/Chart.yaml | 2 +- akka/Makefile | 2 +- slime/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/akka/Chart.yaml b/akka/Chart.yaml index c9fce21e..706ebeb3 100644 --- a/akka/Chart.yaml +++ b/akka/Chart.yaml @@ -14,7 +14,7 @@ type: application # 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. -version: 0.2.18 +version: 0.2.19 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/akka/Makefile b/akka/Makefile index e838ceaf..a221141c 100644 --- a/akka/Makefile +++ b/akka/Makefile @@ -3,7 +3,7 @@ RELEASE = $$(basename $$PWD) .PHONY: install install: - helm upgrade -i --set replicaCount=3 --wait $(RELEASE) . + helm upgrade -i --set replicaCount=2 --wait $(RELEASE) . .PHONY: lint lint: lint-default lint-local-akka-http lint-cluster-discovery-dns lint-cluster-discovery-kubernetes-api lint-cluster-discovery-aggregate lint-cluster-multi-eks-cluster lint-use-environment-variable-and-secret diff --git a/slime/Chart.yaml b/slime/Chart.yaml index 87d009d1..be70f61d 100644 --- a/slime/Chart.yaml +++ b/slime/Chart.yaml @@ -15,4 +15,4 @@ type: application # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.1 +version: 1.3.0