Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion api/v1/cdstagedeploy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ type CDStageDeploySpec struct {
// Specifies a latest available tag
Tag CodebaseTag `json:"tag"`

// A list of available tags
// A list of available tags.
// Deprecated: Use tag instead.
// +optional
Tags []CodebaseTag `json:"tags"`

// TriggerType specifies a strategy for auto-deploy.
Expand Down
5 changes: 3 additions & 2 deletions config/crd/bases/v2.edp.epam.com_cdstagedeployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ spec:
- tag
type: object
tags:
description: A list of available tags
description: |-
A list of available tags.
Deprecated: Use tag instead.
items:
properties:
codebase:
Expand All @@ -92,7 +94,6 @@ spec:
- pipeline
- stage
- tag
- tags
type: object
status:
default:
Expand Down
118 changes: 0 additions & 118 deletions controllers/cdstagedeploy/chain/create_pending_trigger_template.go

This file was deleted.

Loading