Skip to content

Commit

Permalink
Default to always pulling the image
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Nov 22, 2023
1 parent eeded37 commit a6e2138
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ objects:
- name: POSTGRESQL_SHARED_BUFFERS
value: 1GB
image: docker.io/manageiq/postgresql:10
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: postgresql
ports:
- containerPort: 5432
Expand Down Expand Up @@ -209,7 +209,7 @@ objects:
spec:
containers:
- image: docker.io/library/redis:5.0
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: redis
ports:
- containerPort: 6379
Expand Down Expand Up @@ -296,7 +296,7 @@ objects:
- name: REDIS_URL
value: "redis://redis:6379/0"
image: docker.io/manageiq/miq_bot:v0.20.0
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: ui
ports:
- containerPort: 3000
Expand Down Expand Up @@ -379,7 +379,7 @@ objects:
- name: REDIS_URL
value: "redis://redis:6379/0"
image: docker.io/manageiq/miq_bot:v0.20.0
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: queue-worker
resources:
limits:
Expand Down Expand Up @@ -427,7 +427,7 @@ objects:
- name: REDIS_URL
value: "redis://redis:6379/0"
image: docker.io/manageiq/miq_bot:v0.20.0
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: queue-worker-glacial
resources:
limits:
Expand Down

0 comments on commit a6e2138

Please sign in to comment.