File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 428
428
# Fluentd requirements
429
429
# YAML exists to trigger a configuration refresh when changes are made.
430
430
FLUENTD_GCP_YAML_VERSION=" v3.2.0"
431
- FLUENTD_GCP_VERSION=" ${FLUENTD_GCP_VERSION:- 0.6- 1.6.0-1 } "
431
+ FLUENTD_GCP_VERSION=" ${FLUENTD_GCP_VERSION:- 1.6.8 } "
432
432
FLUENTD_GCP_MEMORY_LIMIT=" ${FLUENTD_GCP_MEMORY_LIMIT:- } "
433
433
FLUENTD_GCP_CPU_REQUEST=" ${FLUENTD_GCP_CPU_REQUEST:- } "
434
434
FLUENTD_GCP_MEMORY_REQUEST=" ${FLUENTD_GCP_MEMORY_REQUEST:- } "
Original file line number Diff line number Diff line change 447
447
# Fluentd requirements
448
448
# YAML exists to trigger a configuration refresh when changes are made.
449
449
FLUENTD_GCP_YAML_VERSION=" v3.2.0"
450
- FLUENTD_GCP_VERSION=" ${FLUENTD_GCP_VERSION:- 0.6- 1.6.0-1 } "
450
+ FLUENTD_GCP_VERSION=" ${FLUENTD_GCP_VERSION:- 1.6.8 } "
451
451
FLUENTD_GCP_MEMORY_LIMIT=" ${FLUENTD_GCP_MEMORY_LIMIT:- } "
452
452
FLUENTD_GCP_CPU_REQUEST=" ${FLUENTD_GCP_CPU_REQUEST:- } "
453
453
FLUENTD_GCP_MEMORY_REQUEST=" ${FLUENTD_GCP_MEMORY_REQUEST:- } "
Original file line number Diff line number Diff line change @@ -2426,7 +2426,7 @@ function setup-fluentd {
2426
2426
fluentd_gcp_yaml_version=" ${FLUENTD_GCP_YAML_VERSION:- v3.2.0} "
2427
2427
sed -i -e " s@{{ fluentd_gcp_yaml_version }}@${fluentd_gcp_yaml_version} @g" " ${fluentd_gcp_yaml} "
2428
2428
sed -i -e " s@{{ fluentd_gcp_yaml_version }}@${fluentd_gcp_yaml_version} @g" " ${fluentd_gcp_scaler_yaml} "
2429
- fluentd_gcp_version=" ${FLUENTD_GCP_VERSION:- 0.6- 1.6.0-1 } "
2429
+ fluentd_gcp_version=" ${FLUENTD_GCP_VERSION:- 1.6.8 } "
2430
2430
sed -i -e " s@{{ fluentd_gcp_version }}@${fluentd_gcp_version} @g" " ${fluentd_gcp_yaml} "
2431
2431
update-daemon-set-prometheus-to-sd-parameters ${fluentd_gcp_yaml}
2432
2432
start-fluentd-resource-update ${fluentd_gcp_yaml}
You can’t perform that action at this time.
0 commit comments