Skip to content

Commit 95abc1e

Browse files
authored
Merge pull request #6304 from bcgov/renovate/nats-2.x
chore(deps): update nats docker tag to v2.11.8
2 parents 72ae156 + f355e02 commit 95abc1e

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
@@ -135,7 +135,7 @@ nats:
135135
enabled: false
136136
image:
137137
repository: nats
138-
tag: 2.11.7
138+
tag: 2.11.8
139139
pullPolicy: IfNotPresent
140140

141141
nameOverride: pltsvc-mock-nats

sandbox/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ services:
117117
nats:
118118
platform: linux/amd64
119119
container_name: nats
120-
image: nats:2.11.7
120+
image: nats:2.11.8
121121
ports:
122122
- 4222:4222
123123

0 commit comments

Comments
 (0)