Skip to content

Commit

Permalink
Revert "change "imagePullPolicy: Always" to "imagePullPolicy: IfNotPr…
Browse files Browse the repository at this point in the history
…esent""

This reverts commit 06d9ed9.
  • Loading branch information
hi-usui committed Apr 24, 2022
1 parent 33ac5a2 commit c296524
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion infra/k8s/default/bt-backend-data-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- secretRef:
name: bt-backend-$CI_ENVIRONMENT_NAME
image: $CI_REGISTRY_IMAGE/bt-backend:$CI_COMMIT_BRANCH
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: bt-backend-data-updater-$CI_ENVIRONMENT_NAME
volumeMounts:
- mountPath: /etc/google
Expand Down
2 changes: 1 addition & 1 deletion infra/k8s/default/bt-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- secretRef:
name: bt-backend-$CI_ENVIRONMENT_NAME
image: $CI_REGISTRY_IMAGE/bt-backend:$CI_COMMIT_BRANCH
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: bt-backend-$CI_ENVIRONMENT_NAME
ports:
- containerPort: 5000
Expand Down
2 changes: 1 addition & 1 deletion infra/k8s/default/bt-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ spec:
- name: REACT_APP_GOOGLE_CLIENT_ID
value: $SECRET_REACT_APP_GOOGLE_CLIENT_ID
image: $CI_REGISTRY_IMAGE/bt-frontend:$CI_COMMIT_BRANCH
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: bt-frontend-$CI_ENVIRONMENT_NAME
2 changes: 1 addition & 1 deletion infra/k8s/default/bt-github-notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ spec:
- secretRef:
name: general-secrets
image: berkeleytime.com:5000/berkeleytime/bt-github-notify
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: bt-github-notify
2 changes: 1 addition & 1 deletion infra/k8s/default/bt-gitlab-notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ spec:
- secretRef:
name: slack-webhooks
image: berkeleytime.com:5000/berkeleytime/bt-gitlab-notify
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: bt-gitlab-notify

0 comments on commit c296524

Please sign in to comment.