Skip to content

Commit

Permalink
Merge pull request #4020 from bcgov/renovate/nats-2.x
Browse files Browse the repository at this point in the history
chore(deps): update nats docker tag to v2.10.22
  • Loading branch information
junminahn authored Oct 21, 2024
2 parents eb05a83 + 4fec859 commit 729c8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/main/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ nats:
enabled: false
image:
repository: nats
tag: 2.10.21
tag: 2.10.22
pullPolicy: IfNotPresent

nameOverride: pltsvc-mock-nats
Expand Down
2 changes: 1 addition & 1 deletion localdev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
nats:
platform: linux/amd64
container_name: nats
image: nats:2.10.21
image: nats:2.10.22
ports:
- 4222:4222

Expand Down

0 comments on commit 729c8f1

Please sign in to comment.