Skip to content

Commit 078ea98

Browse files
authored
Merge pull request #5052 from bcgov/renovate/nats-2.x
chore(deps): update nats docker tag to v2.10.26
2 parents f22d979 + ade93bd commit 078ea98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/main/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ nats:
139139
enabled: false
140140
image:
141141
repository: nats
142-
tag: 2.10.24
142+
tag: 2.10.26
143143
pullPolicy: IfNotPresent
144144

145145
nameOverride: pltsvc-mock-nats

sandbox/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ services:
115115
nats:
116116
platform: linux/amd64
117117
container_name: nats
118-
image: nats:2.10.24
118+
image: nats:2.10.26
119119
ports:
120120
- 4222:4222
121121

0 commit comments

Comments
 (0)