this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'renovate/nats-2.x' into 'main'

chore(deps): update nats docker tag to v2.10.25

See merge request churros/notella!22

+2 -2
+1 -1
docker-compose.yaml
··· 1 1 services: 2 2 nats: 3 - image: nats:2.10.22 3 + image: nats:2.10.25 4 4 ports: 5 5 - '8222:8222' 6 6 - '4222:4222'
+1 -1
kubernetes/nats/statefulset.yaml
··· 7 7 spec: 8 8 containers: 9 9 - name: churros-notella-nats 10 - image: nats:2.10.22 10 + image: nats:2.10.25 11 11 resources: 12 12 limits: 13 13 memory: "128Mi"