chore(gitops): update companies image for a019f864771b1c0f5394e875c7e2fa0b475d8fbc
All checks were successful
sync-to-forgejo / sync (push) Successful in 5s

This commit is contained in:
forgejo-actions[bot] 2026-07-10 20:08:03 +00:00
parent 5bda8e1945
commit 39c0bbfb04
2 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
gateway sha256:8316d23834b66c6935e19eac1ab8b324fbdf68d222d2c1b208f3b8a670aadd47 2
companies sha256:710e740a07e341df1ed3bbe3c6fb7aaf671d1bf67faf53ac1352494d57070606 1
companies sha256:554b5ce4b4e0d88c807502431253c1743607750c008db3a738a5f7ab12654677 1
users sha256:f24ac9a59e1e6897b8718d88276984c1cc615123794a4289a7c1036d8f7b77e3 2
jobs sha256:760f3112874e091fd1a1cde8c50cbf79c6f939faf0a49fc648065759f46ca5d7 1
leads sha256:606e0291876193830758adfd0049ed8f360ad6bd2851aa3aa10b1057c94f1036 1

1 gateway sha256:8316d23834b66c6935e19eac1ab8b324fbdf68d222d2c1b208f3b8a670aadd47 2
2 companies sha256:710e740a07e341df1ed3bbe3c6fb7aaf671d1bf67faf53ac1352494d57070606 sha256:554b5ce4b4e0d88c807502431253c1743607750c008db3a738a5f7ab12654677 1
3 users sha256:f24ac9a59e1e6897b8718d88276984c1cc615123794a4289a7c1036d8f7b77e3 2
4 jobs sha256:760f3112874e091fd1a1cde8c50cbf79c6f939faf0a49fc648065759f46ca5d7 1
5 leads sha256:606e0291876193830758adfd0049ed8f360ad6bd2851aa3aa10b1057c94f1036 1

View file

@ -12,18 +12,6 @@ spec:
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nxtgauge-rust-users
spec:
replicas: 1
template:
spec:
containers:
- name: users
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-users@sha256:f24ac9a59e1e6897b8718d88276984c1cc615123794a4289a7c1036d8f7b77e3
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nxtgauge-rust-companies
spec:
@ -32,7 +20,19 @@ spec:
spec:
containers:
- name: companies
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-companies@sha256:710e740a07e341df1ed3bbe3c6fb7aaf671d1bf67faf53ac1352494d57070606
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-companies@sha256:554b5ce4b4e0d88c807502431253c1743607750c008db3a738a5f7ab12654677
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nxtgauge-rust-users
spec:
replicas: 2
template:
spec:
containers:
- name: users
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-users@sha256:f24ac9a59e1e6897b8718d88276984c1cc615123794a4289a7c1036d8f7b77e3
---
apiVersion: apps/v1
kind: Deployment