Skip to content

Commit fdf90c1

Browse files
replace consul with bitnami/consul chart
1 parent 5c96eeb commit fdf90c1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

codefresh/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ maintainers:
1717
appVersion: 1.2.0
1818
dependencies:
1919
- name: consul
20-
version: 1.1.3
21-
repository: file://pv-charts/consul
20+
version: 10.3.9
21+
repository: https://charts.bitnami.com/bitnami
2222
condition: consul.enabled
2323
tags:
2424
- cf-infra

codefresh/values.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,8 @@ cluster-providers:
232232
dockerRegistry: gcr.io/codefresh-enterprise/
233233
###
234234
consul:
235-
DatacenterName: codefresh-onprem
236-
Replicas: 1
237-
Memory: 64Mi
238-
nodeSelector: {}
235+
datacenterName: codefresh-onprem
236+
replicaCount: 1
239237
###
240238
context-manager:
241239
safeSecret: ""

0 commit comments

Comments
 (0)