Skip to content
Open
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
4 changes: 2 additions & 2 deletions charts/codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ hooks:
tolerations: []
# -- Recreates `consul-headless` service due to duplicated ports in Service during the upgrade.
consul:
enabled: true
enabled: false
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/kubectl
Expand Down Expand Up @@ -1279,7 +1279,7 @@ rabbitmq:

# -- builder
builder:
enabled: true
enabled: false
imagePullSecrets: []
initContainers:
register:
Expand Down
Loading