You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
I did not expect "direct" nor "canary" for DeploymentNames. Coming from helm-service, I would have expected the actual name of the release, helm-chart or Kubernetes Deployment (e.g., tempberry-primary).
Why is it an array? Do we consume it as an array anywhere (e.g., sli provider) or do we always consume the value at index 0?
The respective attribute is not visible/document in keptn/spec, therefore writing an integration that consumes this attribute is impossible unless you have profound knowledge of helm-service.
The text was updated successfully, but these errors were encountered:
In helm-service of Keptn 0.8.0-rc1 I noticed that we are sending deploymentNames within the deployment.finished event:
The information provided by helm-service in this Array is either "canary" or "direct" and is consumed by SLI providers to determine whether the SLI is fetched for the primary or canary deployment (e.g., in case of blue-green deployments).
In addition, we refer to
deployment
in helm-charts (for dynatrace integration):https://github.com/keptn/examples/blob/519680b56e270e9a59b09d864415df3d45643a09/onboarding-carts/carts/templates/deployment.yaml#L35-L36
In Keptn 0.7.x this field was called "deployment", e.g.:
See also helm-service#deployment-finished.
Questions / Problems
helm-service
, I would have expected the actual name of the release, helm-chart or Kubernetes Deployment (e.g., tempberry-primary).The text was updated successfully, but these errors were encountered: