Skip to content

Commit d3fb711

Browse files
committed
Upgrade Stackdriver Logging Agent addon image from 1.6.0 to 1.6.8.
1 parent 306740f commit d3fb711

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cluster/gce/config-default.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ fi
428428
# Fluentd requirements
429429
# YAML exists to trigger a configuration refresh when changes are made.
430430
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}"
432432
FLUENTD_GCP_MEMORY_LIMIT="${FLUENTD_GCP_MEMORY_LIMIT:-}"
433433
FLUENTD_GCP_CPU_REQUEST="${FLUENTD_GCP_CPU_REQUEST:-}"
434434
FLUENTD_GCP_MEMORY_REQUEST="${FLUENTD_GCP_MEMORY_REQUEST:-}"

cluster/gce/config-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ fi
447447
# Fluentd requirements
448448
# YAML exists to trigger a configuration refresh when changes are made.
449449
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}"
451451
FLUENTD_GCP_MEMORY_LIMIT="${FLUENTD_GCP_MEMORY_LIMIT:-}"
452452
FLUENTD_GCP_CPU_REQUEST="${FLUENTD_GCP_CPU_REQUEST:-}"
453453
FLUENTD_GCP_MEMORY_REQUEST="${FLUENTD_GCP_MEMORY_REQUEST:-}"

cluster/gce/gci/configure-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@ function setup-fluentd {
24262426
fluentd_gcp_yaml_version="${FLUENTD_GCP_YAML_VERSION:-v3.2.0}"
24272427
sed -i -e "s@{{ fluentd_gcp_yaml_version }}@${fluentd_gcp_yaml_version}@g" "${fluentd_gcp_yaml}"
24282428
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}"
24302430
sed -i -e "s@{{ fluentd_gcp_version }}@${fluentd_gcp_version}@g" "${fluentd_gcp_yaml}"
24312431
update-daemon-set-prometheus-to-sd-parameters ${fluentd_gcp_yaml}
24322432
start-fluentd-resource-update ${fluentd_gcp_yaml}

0 commit comments

Comments
 (0)