Skip to content

Commit

Permalink
chore: update to 1.0.1 to use also the new rust container based on de…
Browse files Browse the repository at this point in the history
…bian bookworm

Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed May 19, 2024
1 parent 9690382 commit 7bb1a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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:

- 19/05/2024 - 1.0.1
- 19/05/2024 - 1.0.0
- 11/03/2023 - 1.0.0-beta.10
- 10/03/2023 - 1.0.0-beta.9
Expand Down
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"
image: "ks89/register:v1.0.1"

producer:
image: "ks89/producer:v1.0.0"
image: "ks89/producer:v1.0.1"

consumer:
image: "ks89/consumer:v1.0.0"
image: "ks89/consumer:v1.0.1"

# debug configuration, not for production environment
debug:
Expand Down

0 comments on commit 7bb1a0f

Please sign in to comment.