diff --git a/ci-operator/step-registry/ipi/install/hosted-loki-staging/ipi-install-hosted-loki-staging-commands.sh b/ci-operator/step-registry/ipi/install/hosted-loki-staging/ipi-install-hosted-loki-staging-commands.sh index ce800a49cc660..000117c39d21c 100644 --- a/ci-operator/step-registry/ipi/install/hosted-loki-staging/ipi-install-hosted-loki-staging-commands.sh +++ b/ci-operator/step-registry/ipi/install/hosted-loki-staging/ipi-install-hosted-loki-staging-commands.sh @@ -6,8 +6,8 @@ set -o pipefail export LOKI_STAGE_ENDPOINT=https://observatorium-mst.api.stage.openshift.com/api/logs/v1/dptp/loki/api/v1 export LOKI_PROD_ENDPOINT=https://observatorium-mst.api.openshift.com/api/logs/v1/dptp/loki/api/v1 -export PROMTAIL_IMAGE="quay.io/openshift-cr/promtail" -export PROMTAIL_VERSION="v2.4.1" +export PROMTAIL_IMAGE="quay.io/openshift-logging/promtail" +export PROMTAIL_VERSION="v3.4.3" GRAFANACLOUND_USERNAME=$(cat /var/run/loki-grafanacloud-secret/client-id) diff --git a/ci-operator/step-registry/ipi/install/hosted-loki/ipi-install-hosted-loki-commands.sh b/ci-operator/step-registry/ipi/install/hosted-loki/ipi-install-hosted-loki-commands.sh index 2dfdcc5382c09..1e2b2fc91f27e 100644 --- a/ci-operator/step-registry/ipi/install/hosted-loki/ipi-install-hosted-loki-commands.sh +++ b/ci-operator/step-registry/ipi/install/hosted-loki/ipi-install-hosted-loki-commands.sh @@ -35,7 +35,7 @@ then fi export PROMTAIL_IMAGE="quay.io/openshift-logging/promtail" -export PROMTAIL_VERSION="v2.9.8" +export PROMTAIL_VERSION="v3.4.3" # openshift-trt taken from the tenants list in the LokiStack CR on DPCR: export LOKI_ENDPOINT=https://logging-loki-openshift-operators-redhat.apps.cr.j7t7.p1.openshiftapps.com/api/logs/v1/openshift-trt/loki/api/v1 diff --git a/ci-operator/step-registry/ipi/install/install/ipi-install-install-commands.sh b/ci-operator/step-registry/ipi/install/install/ipi-install-install-commands.sh index 57deebbd0eeed..91cc8e308c3b8 100755 --- a/ci-operator/step-registry/ipi/install/install/ipi-install-install-commands.sh +++ b/ci-operator/step-registry/ipi/install/install/ipi-install-install-commands.sh @@ -289,8 +289,8 @@ function prepare_next_steps() { function inject_promtail_service() { export OPENSHIFT_INSTALL_INVOKER="openshift-internal-ci/${JOB_NAME}/${BUILD_ID}" - export PROMTAIL_IMAGE="quay.io/openshift-cr/promtail" - export PROMTAIL_VERSION="v2.4.1" + export PROMTAIL_IMAGE="quay.io/openshift-logging/promtail" + export PROMTAIL_VERSION="v3.4.3" export LOKI_ENDPOINT=https://logging-loki-openshift-operators-redhat.apps.cr.j7t7.p1.openshiftapps.com/api/logs/v1/openshift-trt/loki/api/v1 config_dir=/tmp/promtail @@ -702,7 +702,7 @@ set -o errexit # Platform specific manifests adjustments case "${CLUSTER_TYPE}" in -azure4|azure-arm64) +azure4|azure-arm64) if [[ "${BOOT_DIAGNOSTICS:-}" == "true" ]]; then inject_boot_diagnostics ${dir} fi