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 18747a45..20d3fa6f 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -522,7 +522,7 @@ spec: commitSha: maxLength: 40 minLength: 7 - pattern: (^[A-Fa-f0-9]+$|^$) + pattern: (^[A-Fa-f0-9]+$|^$) type: string type: object phase: @@ -580,7 +580,7 @@ spec: commitSha: maxLength: 40 minLength: 7 - pattern: (^[A-Fa-f0-9]+$|^$) + pattern: (^[A-Fa-f0-9]+$|^$) type: string type: object phase: diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index d23ef9cb..9e043df2 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -636,7 +636,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "f555185" + tag: "32dce59" env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: