You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In values.yaml currently, we have multiple places where we specify image.
wagtail:
name: wagtailimage:
repository: "ghcr.io/ietf-tools/www"pullPolicy: IfNotPresent# Overrides the image tag whose default is the chart appVersion.# tag: "v2.1.10"
However, there's no good reason for the cron jobs to use a different image repository and tag. Consider removing image from each of the crons defined above and making them use the same image specified under wagtail. This will prevent them from becoming out of sync. Also, there will be two fewer variables to consider in the deployment code.
The text was updated successfully, but these errors were encountered:
In
values.yaml
currently, we have multiple places where we specifyimage
.However, there's no good reason for the cron jobs to use a different image repository and tag. Consider removing
image
from each of thecrons
defined above and making them use the sameimage
specified underwagtail
. This will prevent them from becoming out of sync. Also, there will be two fewer variables to consider in the deployment code.The text was updated successfully, but these errors were encountered: