Skip to content

Deployment trigger details is missing image name #838

@jwforres

Description

@jwforres

sample of the current encodedDeploymentConfig, where causes[0].imageTrigger only contains tag, no reference to the image name:

"encodedDeploymentConfig": "{"kind":"DeploymentConfig","apiVersion":"v1beta1","metadata":{"name":"database","namespace":"test","selfLink":"/osapi/v1beta1/deploymentConfigs/database","uid":"ccaee025-ab05-11e4-bb4c-54ee75107c12","resourceVersion":"51","creationTimestamp":"2015-02-02T13:03:32-05:00","labels":{"template":"ruby-helloworld-sample"}},"triggers":[{"type":"ConfigChange"}],"template":{"strategy":{"type":"Recreate"},"controllerTemplate":{"replicas":1,"replicaSelector":{"name":"database"},"podTemplate":{"desiredState":{"manifest":{"version":"v1beta2","id":"","volumes":null,"containers":[{"name":"ruby-helloworld-database","image":"mysql","ports":[{"containerPort":3306,"protocol":"TCP"}],"env":[{"name":"MYSQL_ROOT_PASSWORD","key":"MYSQL_ROOT_PASSWORD","value":"rQHfVnTo"},{"name":"MYSQL_DATABASE","key":"MYSQL_DATABASE","value":"root"}],"imagePullPolicy":"PullIfNotPresent","capabilities":{}}],"restartPolicy":{"always":{}},"dnsPolicy":"ClusterFirst"}},"labels":{"name":"database","template":"ruby-helloworld-sample"}}}},"latestVersion":1,"details":{"causes":[{"type":"ConfigChange"}]}}",

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions