diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 57c5aafe7..dbb2aa3bf 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -56,6 +56,10 @@ dependencies: version: 15.5.3 repository: https://charts.bitnami.com/bitnami condition: rabbitmq.enabled + - name: nats + version: 9.0.28 + repository: https://charts.bitnami.com/bitnami + condition: nats.enabled - name: builder repository: oci://quay.io/codefresh/charts condition: builder.enabled diff --git a/charts/codefresh/values.yaml b/charts/codefresh/values.yaml index 1f9d1f83c..37beb3171 100644 --- a/charts/codefresh/values.yaml +++ b/charts/codefresh/values.yaml @@ -372,6 +372,10 @@ global: tlsSignService: cfsign # -- Default tls-sign service port. tlsSignPort: 4999 + # -- Default nats service name. + natsService: nats + # -- Default nats service port. + natsPort: 4222 # -- Default Consul service name. consulService: consul-headless # -- Default Consul service port. @@ -1134,6 +1138,20 @@ mongodb: enabled: false featureCompatibilityVersion: "7.0" +# -- nats +# @default -- See below +# Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml +nats: + enabled: true + image: + repository: bitnamilegacy/nats + replicaCount: 1 + auth: + enabled: false + cluster: + auth: + enabled: false + # -- nomios # @default -- See below nomios: