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 @@ -155,7 +155,6 @@ spec:
minLength: 1
type: string
value:
minLength: 1
type: string
required:
- path
Expand Down Expand Up @@ -212,7 +211,6 @@ spec:
minLength: 1
type: string
value:
minLength: 1
type: string
required:
- path
Expand Down Expand Up @@ -416,7 +414,6 @@ spec:
minLength: 1
type: string
value:
minLength: 1
type: string
required:
- path
Expand Down
4 changes: 1 addition & 3 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ global:
# tokenSecretKeyRef:
# name: argocd-token
# key: token

# -- Configuration for external ArgoCD
# Should be used when `argo-cd.enabled` is set to false
external-argo-cd:
Expand All @@ -180,7 +179,6 @@ global:
svc: argocd-repo-server
# -- Port of the ArgoCD repo server
port: 8081

# -- Configuration for external Argo Rollouts
external-argo-rollouts:
# -- Rollout reporter settings
Expand Down Expand Up @@ -730,7 +728,7 @@ gitops-operator:
# -- defaults
registry: quay.io
repository: codefresh/codefresh-gitops-operator
tag: 8bd2a64
tag: 266564a
env:
GITOPS_OPERATOR_VERSION: 0.11.1
serviceAccount:
Expand Down