Created
November 5, 2016 01:13
-
-
Save yifan-gu/24855455d9f1215081c5a695c5240b6c to your computer and use it in GitHub Desktop.
update-spec-example-1.4.3.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "1.4.3", | |
| "deployments": [ | |
| { | |
| "apiVersion": "extensions/v1beta1", | |
| "kind": "Deployment", | |
| "metadata": { | |
| "name": "kube-version-controller", | |
| "namespace": "tectonic-system", | |
| "labels": { | |
| "k8s-app": "kube-version-controller" | |
| } | |
| }, | |
| "spec": { | |
| "replicas": 1, | |
| "template": { | |
| "metadata": { | |
| "labels": { | |
| "k8s-app": "kube-version-controller" | |
| } | |
| }, | |
| "spec": { | |
| "containers": [ | |
| { | |
| "name": "update-controller", | |
| "image": "quay.io/coreos/kube-version-controller:65e77ef18401c510ecfa38801185920c411ff813" | |
| } | |
| ], | |
| "imagePullSecrets": [ | |
| { | |
| "name": "coreos-pull-secret" | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| } | |
| ], | |
| "desiredVersions": [ | |
| { | |
| "name": "kube-version-update", | |
| "version": "1.4.3+coreos.0" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment