diff --git a/charts/gitops-runtime/.gitignore b/charts/gitops-runtime/.gitignore index 8f84b610d..c209341fa 100644 --- a/charts/gitops-runtime/.gitignore +++ b/charts/gitops-runtime/.gitignore @@ -1 +1,3 @@ -!charts/ \ No newline at end of file +!charts/ + +.DS_Store \ No newline at end of file diff --git a/charts/gitops-runtime/.helmignore b/charts/gitops-runtime/.helmignore index e7d076801..cffceec90 100644 --- a/charts/gitops-runtime/.helmignore +++ b/charts/gitops-runtime/.helmignore @@ -1,3 +1,5 @@ tests/ ci/ test-values/ + +.DS_Store diff --git a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml index abeb5ac5f..ecd3dc7c7 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -164,7 +164,6 @@ spec: - file - properties type: object - minItems: 1 type: array targetApplication: properties: @@ -215,7 +214,6 @@ spec: - file - properties type: object - minItems: 1 type: array targetApplication: properties: @@ -373,10 +371,10 @@ spec: items: description: StepStatus properties: + failureSummary: + type: string getPromotionValues: properties: - error: - type: string phase: description: GetPromotionValuesStatusPhase enum: @@ -450,8 +448,6 @@ spec: minLength: 7 pattern: ^[A-Fa-f0-9]+$ type: string - error: - type: string phase: description: PromoteAppWithCommitPhase enum: @@ -480,8 +476,6 @@ spec: - health - sync type: object - error: - type: string phase: description: PromoteAppWithPRPhase enum: @@ -562,7 +556,10 @@ spec: - health - sync type: object - error: + commitSha: + maxLength: 40 + minLength: 7 + pattern: ^[A-Fa-f0-9]+$ type: string phase: description: VerifyAppPhase diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 78f68d657..06f05df70 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -726,7 +726,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: aa271bd + tag: c409284 env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: