From 09068f5141f6bc355de510029a1d1ff43e20016a Mon Sep 17 00:00:00 2001 From: Stefano Cappa Date: Tue, 21 Feb 2023 01:01:53 +0100 Subject: [PATCH] feat: upgrade producer, consumer and register containers to 1.0.0-beta.2 Signed-off-by: Stefano Cappa --- README.md | 1 + home-anthill/Chart.yaml | 4 ++-- home-anthill/values.yaml | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0fabd39..4241da8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ GitHub releases [HERE](https://github.com/home-anthill/deployer/releases) Versions: +- 21/02/2023 - 1.0.0-beta.3 - 13/01/2023 - 1.0.0-beta.2 - 11/01/2023 - 1.0.0-beta.1 diff --git a/home-anthill/Chart.yaml b/home-anthill/Chart.yaml index 57b98af..aa785d9 100644 --- a/home-anthill/Chart.yaml +++ b/home-anthill/Chart.yaml @@ -15,10 +15,10 @@ 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: 0.5.1 +version: 0.5.2 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.3.1" +appVersion: "0.3.2" diff --git a/home-anthill/values.yaml b/home-anthill/values.yaml index 499c9d1..4afeadc 100644 --- a/home-anthill/values.yaml +++ b/home-anthill/values.yaml @@ -61,13 +61,13 @@ rabbitmq: password: "guest" register: - image: "ks89/register:v1.0.0-beta.1" + image: "ks89/register:v1.0.0-beta.2" producer: - image: "ks89/producer:v1.0.0-beta.1" + image: "ks89/producer:v1.0.0-beta.2" consumer: - image: "ks89/consumer:v1.0.0-beta.1" + image: "ks89/consumer:v1.0.0-beta.2" # debug configuration, not for production environment debug: