Skip to content

Commit

Permalink
feat(k8s/prose): set imagePullPolicy to always pull an image
Browse files Browse the repository at this point in the history
  • Loading branch information
qlonik committed Apr 29, 2024
1 parent 1257661 commit 65e6241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
containers:
- name: presidio
image: ghcr.io/dettanym/prose-presidio:main
imagePullPolicy: Always
env:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://otlp.prose-system.svc.cluster.local:4318
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
containers:
- name: prose-server
image: ghcr.io/dettanym/prose-opa-composer-server:main
imagePullPolicy: Always
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit 65e6241

Please sign in to comment.