diff --git a/deploy/helm/sumologic/upgrade-2.0.0.sh b/deploy/helm/sumologic/upgrade-2.0.0.sh index 251cbeabc2..a8271cf4bf 100755 --- a/deploy/helm/sumologic/upgrade-2.0.0.sh +++ b/deploy/helm/sumologic/upgrade-2.0.0.sh @@ -667,8 +667,8 @@ function check_user_image() { info "Migrating from image.repository '${USER_IMAGE_REPOSITORY}' to sumologic.setup.job.image.repository 'public.ecr.aws/sumologic/kubernetes-setup'" yq w -i "${TEMP_FILE}" -- sumologic.setup.job.image.repository "public.ecr.aws/sumologic/kubernetes-setup" - info "Migrating from image.tag '${USER_VERSION}' to fluentd.image.tag '2.0.0'" - yq w -i "${TEMP_FILE}" -- fluentd.image.tag 2.0.0 + info "Migrating from image.tag '${USER_VERSION}' to fluentd.image.tag '1.11.5-sumo-0'" + yq w -i "${TEMP_FILE}" -- fluentd.image.tag '1.11.5-sumo-0' info "Migrating from image.repository '${USER_IMAGE_REPOSITORY}' to fluentd.image.repository 'public.ecr.aws/sumologic/kubernetes-fluentd'" yq w -i "${TEMP_FILE}" -- fluentd.image.repository "public.ecr.aws/sumologic/kubernetes-fluentd" else diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 491367d3e8..2bf5f3d781 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -196,7 +196,7 @@ sumologic: fluentd: image: repository: public.ecr.aws/sumologic/kubernetes-fluentd - tag: 2.0.0-beta.1 + tag: 1.11.5-sumo-0 pullPolicy: IfNotPresent ## Specifies whether a PodSecurityPolicy should be created diff --git a/tests/upgrade_v2_script/static/image_rename.log b/tests/upgrade_v2_script/static/image_rename.log index 4e07a2bb87..09c8f4c1a7 100644 --- a/tests/upgrade_v2_script/static/image_rename.log +++ b/tests/upgrade_v2_script/static/image_rename.log @@ -10,7 +10,7 @@ [INFO] Migrating from image.tag '1.3.0' to sumologic.setup.job.image.tag '2.0.0' [INFO] Migrating from image.repository 'sumologic/kubernetes-fluentd' to sumologic.setup.job.image.repository 'public.ecr.aws/sumologic/kubernetes-setup' -[INFO] Migrating from image.tag '1.3.0' to fluentd.image.tag '2.0.0' +[INFO] Migrating from image.tag '1.3.0' to fluentd.image.tag '1.11.5-sumo-0' [INFO] Migrating from image.repository 'sumologic/kubernetes-fluentd' to fluentd.image.repository 'public.ecr.aws/sumologic/kubernetes-fluentd' Thank you for upgrading to v2.0.0 of the Sumo Logic Kubernetes Collection Helm chart. diff --git a/tests/upgrade_v2_script/static/image_rename.output.yaml b/tests/upgrade_v2_script/static/image_rename.output.yaml index deeed85789..3672c2fd25 100644 --- a/tests/upgrade_v2_script/static/image_rename.output.yaml +++ b/tests/upgrade_v2_script/static/image_rename.output.yaml @@ -1,7 +1,7 @@ fluentd: image: repository: public.ecr.aws/sumologic/kubernetes-fluentd - tag: 2.0.0 + tag: 1.11.5-sumo-0 pullPolicy: IfNotPresent logLevel: info logLevelFilter: true