We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72ae156 + f355e02 commit 95abc1eCopy full SHA for 95abc1e
helm/main/values.yaml
@@ -135,7 +135,7 @@ nats:
135
enabled: false
136
image:
137
repository: nats
138
- tag: 2.11.7
+ tag: 2.11.8
139
pullPolicy: IfNotPresent
140
141
nameOverride: pltsvc-mock-nats
sandbox/docker-compose.yml
@@ -117,7 +117,7 @@ services:
117
nats:
118
platform: linux/amd64
119
container_name: nats
120
- image: nats:2.11.7
+ image: nats:2.11.8
121
ports:
122
- 4222:4222
123
0 commit comments