Skip to content

Commit

Permalink
always pull images
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd committed Jul 19, 2023
1 parent 403054a commit e0e766b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/manifests/discord/bot/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
containers:
- name: bot
image: ghcr.io/vipyrsec/bot:edge
imagePullPolicy: Always
envFrom:
- secretRef:
name: bot-env
Expand Down
1 change: 1 addition & 0 deletions kubernetes/manifests/dragonfly/client/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
containers:
- name: client
image: ghcr.io/vipyrsec/dragonfly-client-rs:rewrite
imagePullPolicy: Always
envFrom:
- secretRef:
name: dragonfly-client-env
Expand Down
1 change: 1 addition & 0 deletions kubernetes/manifests/dragonfly/mainframe/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
containers:
- name: mainframe
image: ghcr.io/vipyrsec/dragonfly-mainframe:edge
imagePullPolicy: Always
envFrom:
- secretRef:
name: dragonfly-mainframe-env
Expand Down

0 comments on commit e0e766b

Please sign in to comment.