Skip to content

Commit

Permalink
Bump consul version to 1.14.3 (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jan 27, 2023
1 parent 19f5250 commit ca9d9b3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion installer/compose/docker-compose.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
spnet:

consul:
image: fogsyio/consul:1.9.6
image: consul:1.14.3
environment:
- "CONSUL_LOCAL_CONFIG={\"disable_update_check\": true}"
- "CONSUL_BIND_INTERFACE=eth0"
Expand Down
2 changes: 1 addition & 1 deletion installer/compose/docker-compose.nats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
spnet:

consul:
image: fogsyio/consul:1.9.6
image: consul:1.14.3
environment:
- "CONSUL_LOCAL_CONFIG={\"disable_update_check\": true}"
- "CONSUL_BIND_INTERFACE=eth0"
Expand Down
2 changes: 1 addition & 1 deletion installer/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
spnet:

consul:
image: fogsyio/consul:1.9.6
image: consul:1.14.3
environment:
- "CONSUL_LOCAL_CONFIG={\"disable_update_check\": true}"
- "CONSUL_BIND_INTERFACE=eth0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
claimName: consul-pvc
containers:
- name: consul
image: fogsyio/consul:{{ .Values.external.consulVersion }}
image: consul:{{ .Values.external.consulVersion }}
imagePullPolicy: {{ .Values.pullPolicy }}
command:
- "/bin/sh"
Expand Down
2 changes: 1 addition & 1 deletion installer/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ streampipes:
registry: "apachestreampipes"

external:
consulVersion: 1.9.6
consulVersion: 1.14.3
couchdbVersion: 2.3.1
flinkVersion: 1.13.5-scala_2.11
kafkaVersion: 2.2.0
Expand Down

0 comments on commit ca9d9b3

Please sign in to comment.