Skip to content

Commit fa57986

Browse files
author
tosih
committed
Update k8 deployment for api delta/gamma.
1 parent 303a39d commit fa57986

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

ansible/k8/delta/api-socket-server/deployments/api-socket-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- name: runnable-kubernetes-pull-secret
1414
hostname: api-socket-server
1515
containers:
16-
- image: quay.io/runnable/api:v11.39.2
16+
- image: quay.io/runnable/api:v11.41.2
1717
imagePullPolicy: Always
1818
name: api-socket-server
1919
resources:

ansible/k8/delta/api-worker/deployments/api-worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- name: runnable-kubernetes-pull-secret
1414
hostname: api-worker
1515
containers:
16-
- image: quay.io/runnable/api:v11.39.2
16+
- image: quay.io/runnable/api:v11.41.2
1717
imagePullPolicy: Always
1818
name: api-worker
1919
resources:

ansible/k8/delta/api/deployments/api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- name: runnable-kubernetes-pull-secret
1414
hostname: api
1515
containers:
16-
- image: quay.io/runnable/api:v11.39.2
16+
- image: quay.io/runnable/api:v11.41.2
1717
imagePullPolicy: Always
1818
name: api
1919
resources:

ansible/k8/gamma/api-socket-server/deployments/api-socket-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- name: runnable-kubernetes-pull-secret
1414
hostname: api-socket-server
1515
containers:
16-
- image: quay.io/runnable/api:v11.39.2
16+
- image: quay.io/runnable/api:v11.41.2
1717
imagePullPolicy: Always
1818
name: api-socket-server
1919
resources:

ansible/k8/gamma/api-worker/deployments/api-worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- name: runnable-kubernetes-pull-secret
1414
hostname: api-worker
1515
containers:
16-
- image: quay.io/runnable/api:v11.39.2
16+
- image: quay.io/runnable/api:v11.41.2
1717
imagePullPolicy: Always
1818
name: api-worker
1919
resources:

ansible/k8/gamma/api/deployments/api

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: api
55
spec:
6-
replicas: 1
6+
replicas: 1
77
template:
88
metadata:
99
labels:
@@ -13,7 +13,7 @@ spec:
1313
- name: runnable-kubernetes-pull-secret
1414
hostname: api
1515
containers:
16-
- image: quay.io/runnable/api:v11.39.2
16+
- image: quay.io/runnable/api:v11.41.2
1717
imagePullPolicy: Always
1818
name: api
1919
resources:

0 commit comments

Comments
 (0)