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
Original file line number Diff line number Diff line change
Expand Up @@ -385,19 +385,27 @@ spec:
type: string
failure:
properties:
code:
type: string
message:
type: string
stepIndex:
type: integer
while:
error:
properties:
code:
type: string
message:
type: string
stepIndex:
type: integer
while:
type: string
required:
- code
- message
- stepIndex
- while
type: object
timestamp:
format: date-time
type: string
required:
- code
- message
- stepIndex
- while
- error
type: object
observedGeneration:
format: int64
Expand Down Expand Up @@ -670,9 +678,15 @@ spec:
- stepIndex
- while
type: object
timestamps:
items:
format: date-time
type: string
type: array
required:
- count
- error
- timestamps
type: object
type: array
required:
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ gitops-operator:
# -- defaults
registry: quay.io
repository: codefresh/codefresh-gitops-operator
tag: 4d0942a
tag: "6881890"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@codefresh-io/devops I just realised the automation wrapped the new tag in quotes when it bumped the operator version. Is that what we want?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Example previous PR didn't wrap the tag in quotes: #791

Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't be an issue

env:
GITOPS_OPERATOR_VERSION: 0.11.1
serviceAccount:
Expand Down