Skip to content

Commit

Permalink
feat: upgrade producer, consumer and register containers to 1.0.0-beta.2
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed Feb 21, 2023
1 parent c1fe55c commit 09068f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions home-anthill/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 3 additions & 3 deletions home-anthill/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 09068f5

Please sign in to comment.