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 73e4e63 + c23e8b9 commit da6176fCopy full SHA for da6176f
helm/main/values.yaml
@@ -144,7 +144,7 @@ nats:
144
enabled: false
145
image:
146
repository: nats
147
- tag: 2.11.0
+ tag: 2.11.1
148
pullPolicy: IfNotPresent
149
150
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.0
+ image: nats:2.11.1
121
ports:
122
- 4222:4222
123
0 commit comments