Skip to content

Commit

Permalink
🔧(richie) force image richie nginx pull policy to always
Browse files Browse the repository at this point in the history
The image pull policy is not set, so it's not possible to deploy
multiple time not changing tags like next, main and canary and have the
last version for these tags
  • Loading branch information
lunika committed Apr 5, 2024
1 parent f63d38e commit 88cdb6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### Changed

- Force image richie nginx pull policy to always

## [6.19.2] - 2024-03-19

### Fixed
Expand Down
1 change: 1 addition & 0 deletions apps/richie/templates/services/nginx/deploy.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ spec:
{% endif %}
containers:
- image: "{{ richie_nginx_image_name }}:{{ richie_nginx_image_tag }}"
imagePullPolicy: Always
name: nginx
ports:
- containerPort: {{ richie_nginx_port }}
Expand Down

0 comments on commit 88cdb6a

Please sign in to comment.