Skip to content

Commit

Permalink
specify "always pull" for k8s deployments to update even if tag is same
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jan 17, 2025
1 parent fe0b0d2 commit 0c05a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kustomize/base/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: api
image: ghcr.io/biosimulations/biosim-api:latest
imagePullPolicy: Always
ports:
- containerPort: 8000
envFrom:
Expand Down
1 change: 1 addition & 0 deletions kustomize/base/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: worker
image: ghcr.io/biosimulations/biosim-worker:latest
imagePullPolicy: Always
envFrom:
- configMapRef:
name: worker-config
Expand Down

0 comments on commit 0c05a02

Please sign in to comment.