Skip to content

Commit a927ab5

Browse files
committed
Merge branch 'main' of https://github.com/codefresh-io/gitops-runtime-helm into feat/ditch-argocd-and-argo-helm-fork
2 parents bbea002 + cca4921 commit a927ab5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
# any change to the chart should go through devops
66
/charts/gitops-runtime/templates @codefresh-io/DevOps
77
/charts/gitops-runtime/tests @codefresh-io/DevOps
8+
9+
# gitops operator crd changes can be approved by some other people
10+
/charts/gitops-runtime/templates/_components/gitops-operator/crds @codefresh-io/DevOps @dmaizel @eti-codefresh @chen-keinan @scme0

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
@@ -610,7 +610,7 @@ gitops-operator:
610610
# -- defaults
611611
registry: quay.io
612612
repository: codefresh/codefresh-gitops-operator
613-
tag: "2784cd5"
613+
tag: "32dce59"
614614
env:
615615
GITOPS_OPERATOR_VERSION: 0.11.1
616616
serviceAccount:

0 commit comments

Comments
 (0)