Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Add deploymentUriPublic to deployment-finished events #14

Open
christian-kreuzberger-dtx opened this issue Feb 27, 2020 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@christian-kreuzberger-dtx
Copy link
Contributor

christian-kreuzberger-dtx commented Feb 27, 2020

As proposed in KEP-0005, the deploymentUriPublic could be used for deployment-finished events in the notification service.

This feature has been implemented in Keptn 0.6.1 (see keptn/keptn#1402 for progress). The payload should look as follows:

{
  "contenttype": "application/json",
  "data": {
    "deploymentURILocal": "carts.sockshop-dev",
    "deploymentURIPublic": "https://carts.sockshop-dev.mykeptnhost.com",
    "deploymentstrategy": "direct",
    "image": "docker.io/keptnexamples/carts",
    "labels": null,
    "project": "sockshop",
    "service": "carts",
    "stage": "dev",
    "tag": "0.10.3",
    "teststrategy": "functional"
  },
  "id": "ae470603-026f-4983-a2b7-8a0aa061ba46",
  "source": "helm-service",
  "specversion": "0.2",
  "time": "2020-02-26T12:28:02.599Z",
  "type": "sh.keptn.events.deployment-finished",
  "shkeptncontext": "25590055-23c9-4828-aea1-35557bf4c282"
}
@christian-kreuzberger-dtx christian-kreuzberger-dtx added good first issue Good for newcomers help wanted Extra attention is needed enhancement New feature or request and removed help wanted Extra attention is needed labels Feb 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant