diff --git a/charts/watchtower/Chart.yaml b/charts/watchtower/Chart.yaml index fa62888..766bc8c 100644 --- a/charts/watchtower/Chart.yaml +++ b/charts/watchtower/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Watchtower name: watchtower -version: 1.2.0 +version: 1.3.0 sources: - https://github.com/NCCloud/watchtower maintainers: diff --git a/charts/watchtower/README.md b/charts/watchtower/README.md index cad53c4..b193e4c 100644 --- a/charts/watchtower/README.md +++ b/charts/watchtower/README.md @@ -1,6 +1,6 @@ # watchtower -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) +![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) Watchtower diff --git a/charts/watchtower/crds/cloud.spaceship.com_watchers.yaml b/charts/watchtower/crds/cloud.spaceship.com_watchers.yaml index c0a8417..b63462d 100644 --- a/charts/watchtower/crds/cloud.spaceship.com_watchers.yaml +++ b/charts/watchtower/crds/cloud.spaceship.com_watchers.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.1 name: watchers.cloud.spaceship.com spec: group: cloud.spaceship.com @@ -44,14 +44,10 @@ spec: description: BodyTemplate is the template field to set what will be sent the destination. type: string - headers: - additionalProperties: - items: - type: string - type: array - description: Method is the HTTP headers will be used while calling - the destination endpoints. - type: object + headerTemplate: + description: HeaderTemplate is the template field to set what + will be sent the destination. + type: string method: description: Method is the HTTP method will be used while calling the destination endpoints.