Skip to content

OCPBUGS-58178: Bump promtail version to 3.4.3 #66518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down