Skip to content

Commit cca4921

Browse files
fix: runtime: fix no-changes commit sha and pr url in crd (#854)
* update promtask crd * [gitops-operator]fix: operator: fix no-changes commit sha and pr url in crd --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com>
1 parent 1311716 commit cca4921

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ spec:
522522
commitSha:
523523
maxLength: 40
524524
minLength: 7
525-
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
525+
pattern: (^[A-Fa-f0-9]+$|^<no-changes>$)
526526
type: string
527527
type: object
528528
phase:
@@ -580,7 +580,7 @@ spec:
580580
commitSha:
581581
maxLength: 40
582582
minLength: 7
583-
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
583+
pattern: (^[A-Fa-f0-9]+$|^<no-changes>$)
584584
type: string
585585
type: object
586586
phase:

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ gitops-operator:
636636
# -- defaults
637637
registry: quay.io
638638
repository: codefresh/codefresh-gitops-operator
639-
tag: "f555185"
639+
tag: "32dce59"
640640
env:
641641
GITOPS_OPERATOR_VERSION: 0.11.1
642642
serviceAccount:

0 commit comments

Comments
 (0)