Skip to content

Commit 5780bf9

Browse files
committed
modules/*imagestream*: Set 'created' back to match 'generation' order
I was confused about whether the first entry was the most recent (it is) because, while the generation was larger, the created timestamp was smaller. This commit makes the creation timestamp larger to match the generation change.
1 parent 7f39585 commit 5780bf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/images-imagestream-configure.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kind: ImageStream
1616
metadata:
1717
annotations:
1818
openshift.io/generated-by: OpenShiftNewApp
19-
creationTimestamp: 2017-09-29T13:33:49Z
19+
creationTimestamp: 2017-09-01T13:40:00Z
2020
generation: 1
2121
labels:
2222
app: ruby-sample-build
@@ -35,7 +35,7 @@ status:
3535
dockerImageReference: 172.30.56.218:5000/test/origin-ruby-sample@sha256:47463d94eb5c049b2d23b03a9530bf944f8f967a0fe79147dd6b9135bf7dd13d <3>
3636
generation: 2
3737
image: sha256:909de62d1f609a717ec433cc25ca5cf00941545c83a01fb31527771e1fab3fc5 <4>
38-
- created: 2017-09-29T13:40:11Z
38+
- created: 2017-09-01T13:40:11Z
3939
dockerImageReference: 172.30.56.218:5000/test/origin-ruby-sample@sha256:909de62d1f609a717ec433cc25ca5cf00941545c83a01fb31527771e1fab3fc5
4040
generation: 1
4141
image: sha256:47463d94eb5c049b2d23b03a9530bf944f8f967a0fe79147dd6b9135bf7dd13d

modules/images-using-imagestream-tags.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following image stream tag is from an `ImageStream` object:
2020
dockerImageReference: 172.30.56.218:5000/test/origin-ruby-sample@sha256:47463d94eb5c049b2d23b03a9530bf944f8f967a0fe79147dd6b9135bf7dd13d
2121
generation: 2
2222
image: sha256:909de62d1f609a717ec433cc25ca5cf00941545c83a01fb31527771e1fab3fc5
23-
- created: 2017-09-29T13:40:11Z
23+
- created: 2017-09-01T13:40:11Z
2424
dockerImageReference: 172.30.56.218:5000/test/origin-ruby-sample@sha256:909de62d1f609a717ec433cc25ca5cf00941545c83a01fb31527771e1fab3fc5
2525
generation: 1
2626
image: sha256:47463d94eb5c049b2d23b03a9530bf944f8f967a0fe79147dd6b9135bf7dd13d

0 commit comments

Comments
 (0)