Skip to content

Commit

Permalink
updated image pull policy in condor-worker (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
muali14 authored Mar 17, 2023
1 parent ea9bf4c commit c89dcb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/condor-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "10.0.2"
description: HTCondor distributed high-throughput computing system
name: condor-worker
version: 0.10.0
version: 0.10.1
2 changes: 1 addition & 1 deletion charts/condor-worker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
{{ end }}
- name: condor-worker-worker
image: hub.opensciencegrid.org/slate/condor-worker:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: "Always"
volumeMounts:
{{ if .Values.HTTPLogger.Enabled }}
- name: log-volume
Expand Down

0 comments on commit c89dcb1

Please sign in to comment.