Skip to content

Commit

Permalink
Fixing image pullPolicy usage for blockscout-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Aug 2, 2023
1 parent ca13511 commit 51465f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/blockscout-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/blockscout-stack/templates/stats-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ spec:
app: {{ .Release.Name }}-stats
template:
metadata:
{{- with .Values.podAnnotations }}
{{- if eq .Values.stats.image.pullPolicy "Always" }}
annotations:
{{- toYaml . | nindent 8 }}
releaseTime: {{ dateInZone "2006-01-02 15:04:05Z" (now) "UTC"| quote }}
{{- end }}
labels:
app: {{ .Release.Name }}-stats
Expand Down
2 changes: 1 addition & 1 deletion charts/blockscout-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ frontend:
image:
repository: ghcr.io/blockscout/frontend
tag: latest
imagePullPolicy: IfNotPresent
pullPolicy: IfNotPresent

replicaCount: 2

Expand Down

0 comments on commit 51465f3

Please sign in to comment.