Gitfed
bastien-mrq/gitfed/ Commits/ 5241dba

Deploy v1.2.6

bastien-mrq 2026-07-29 12:10 commit 5241dbae6a763e041d434db56ecc7271e965bf2f parent cdce1aa4a8fd4c90c530237cebce27e71f04a89a
1 files changed +2 −2
M deploy/k8s/deployment.yaml +2 −2
deploy/k8s/deployment.yaml
diff --git a/deploy/k8s/deployment.yaml b/deploy/k8s/deployment.yaml index 2cbd9f4..956efa4 100644 --- a/deploy/k8s/deployment.yaml +++ b/deploy/k8s/deployment.yaml @@ -44,7 +44,7 @@ spec: fsGroup: 1000 containers: - name: server - image: gitfed:1.2.5 + image: gitfed:1.2.6 imagePullPolicy: Never command: ["/usr/local/bin/gitfed-server", "-config", "/etc/gitfed/gitfed.json"] ports: @@ -84,7 +84,7 @@ spec: periodSeconds: 20 - name: web - image: gitfed:1.2.5 + image: gitfed:1.2.6 imagePullPolicy: Never command: - sh