summaryrefslogtreecommitdiff
path: root/f3s/tracing-demo/helm-chart/templates
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-13 23:54:20 +0300
committerPaul Buetow <paul@buetow.org>2026-04-13 23:54:20 +0300
commite592c41ae27881cc645bb66d4c7fac9e976fad0f (patch)
treef5af9738ed7ee3790939f45ae19afa3aa3b9cbaa /f3s/tracing-demo/helm-chart/templates
parente98587adfa904b0f93a54b6db97ea5ee951a4924 (diff)
always Alwyas
Diffstat (limited to 'f3s/tracing-demo/helm-chart/templates')
-rw-r--r--f3s/tracing-demo/helm-chart/templates/backend-deployment.yaml2
-rw-r--r--f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml2
-rw-r--r--f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml2
-rw-r--r--f3s/tracing-demo/helm-chart/templates/middleware-deployment.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/f3s/tracing-demo/helm-chart/templates/backend-deployment.yaml b/f3s/tracing-demo/helm-chart/templates/backend-deployment.yaml
index 0a1f831..661f59b 100644
--- a/f3s/tracing-demo/helm-chart/templates/backend-deployment.yaml
+++ b/f3s/tracing-demo/helm-chart/templates/backend-deployment.yaml
@@ -22,7 +22,7 @@ spec:
containers:
- name: backend
image: registry.lan.buetow.org:30001/tracing-demo-backend:latest
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
ports:
- containerPort: 5002
name: http
diff --git a/f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml b/f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml
index f5ff9a3..59b9fd0 100644
--- a/f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml
+++ b/f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml
@@ -22,7 +22,7 @@ spec:
containers:
- name: frontend
image: registry.lan.buetow.org:30001/tracing-demo-frontend:latest
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
ports:
- containerPort: 5000
name: http
diff --git a/f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml b/f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml
index 3f7f576..9e0f52b 100644
--- a/f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml
+++ b/f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml
@@ -38,7 +38,7 @@ spec:
containers:
- name: frontend
image: registry.lan.buetow.org:30001/tracing-demo-frontend:latest
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
ports:
- containerPort: 5000
name: http
diff --git a/f3s/tracing-demo/helm-chart/templates/middleware-deployment.yaml b/f3s/tracing-demo/helm-chart/templates/middleware-deployment.yaml
index cae0c59..900ede5 100644
--- a/f3s/tracing-demo/helm-chart/templates/middleware-deployment.yaml
+++ b/f3s/tracing-demo/helm-chart/templates/middleware-deployment.yaml
@@ -22,7 +22,7 @@ spec:
containers:
- name: middleware
image: registry.lan.buetow.org:30001/tracing-demo-middleware:latest
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
ports:
- containerPort: 5001
name: http