Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Fixed rollback.timeout type definition in CRD #2251

Merged
merged 1 commit into from
Jul 15, 2019

Conversation

hiddeco
Copy link
Member

@hiddeco hiddeco commented Jul 12, 2019

Trying to a apply a HelmRelease with a set rollback.timeout would
result in a validation error: spec.rollback.timeout in body must be of type int64: "integer".

This was due to the fact that the validation scheme definition contained
a mistake, the type should be integer and the format is int64.

Fixes #2250

Trying to a apply a `HelmRelease` with a set `rollback.timeout` would
result in a validation error: `spec.rollback.timeout in body must be of
type int64: "integer"`.

This was due to the fact that the validation scheme definition contained
a mistake, the `type` should be `integer` and the format is `int64`.
@hiddeco hiddeco added the helm label Jul 12, 2019
Copy link
Member

@squaremo squaremo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hiddeco hiddeco merged commit 8bf34a3 into master Jul 15, 2019
@hiddeco hiddeco deleted the helm/2250-rollback-timeout-int branch July 15, 2019 09:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

validation failure list: spec.rollback.timeout in body must be of type int64: "integer"
2 participants