Skip to content
Failed

Changes

Summary

  1. job.yaml: fix apiVersion and other tweaks (details)
  2. buildconfig.json: fix apiVersion (details)
Commit badbfa01f34654751f339a83deddb5efa23b6aa9 by Jonathan Lebon
job.yaml: fix apiVersion and other tweaks

The API version for templates is now `template.openshift.io/v1`.
Possibly `v1` was accepted before but not anymore? Fix it.

While we're here, tweak the template name to make it clearer that the
template itself is never created as an object.

Also remove the parameter default value to hard require clients to
always specify it.
The file was modifiedresources/com/github/coreos/job.yaml (diff)
Commit b7c3eeba0e5caaab0742e0ac590989ffec6ea15a by Jonathan Lebon
buildconfig.json: fix apiVersion

The API version for templates is now `template.openshift.io/v1`.
Possibly `v1` was accepted before but not anymore? Fix it.

Missed doing this as part of badbfa0 ("job.yaml: fix apiVersion and
other tweaks").
The file was modifiedresources/com/github/coreos/buildconfig.json (diff)