Skip to content

Commit

Permalink
Add explanation of certgen Job image tag usage (#2424)
Browse files Browse the repository at this point in the history
Updates #2423
Updates #2395
Updates #2150
Updates #2030

Signed-off-by: Nick Young <[email protected]>
  • Loading branch information
Nick Young authored Apr 9, 2020
1 parent 4ecf044 commit 6c444d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/contour/02-job-certgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ spec:
spec:
containers:
- name: contour
# This version is set to latest because Job specs are immutable;
# if we change this on each version, you can no longer upgrade
# just by applying the deployment YAML.
# See #2423, #2395, #2150, and #2030 for earlier questions about this.
image: docker.io/projectcontour/contour:latest
imagePullPolicy: Always
command:
Expand Down
4 changes: 4 additions & 0 deletions examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,10 @@ spec:
spec:
containers:
- name: contour
# This version is set to latest because Job specs are immutable;
# if we change this on each version, you can no longer upgrade
# just by applying the deployment YAML.
# See #2423, #2395, #2150, and #2030 for earlier questions about this.
image: docker.io/projectcontour/contour:latest
imagePullPolicy: IfNotPresent
command:
Expand Down

0 comments on commit 6c444d4

Please sign in to comment.