зеркало из https://github.com/Azure/ARO-RP.git
Revert to previous fluentbit
This commit is contained in:
Родитель
9d0110f3c0
Коммит
9b4fecf09f
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ COMMIT = $(shell git rev-parse --short=7 HEAD)$(shell [[ $$(git status --porcela
|
|||
ARO_IMAGE ?= ${RP_IMAGE_ACR}.azurecr.io/aro:$(COMMIT)
|
||||
|
||||
# fluentbit version must also be updated in RP code, see pkg/util/version/const.go
|
||||
FLUENTBIT_VERSION = 1.8.9-1
|
||||
FLUENTBIT_VERSION = 1.7.8-1
|
||||
FLUENTBIT_IMAGE ?= ${RP_IMAGE_ACR}.azurecr.io/fluentbit:$(FLUENTBIT_VERSION)
|
||||
AUTOREST_VERSION = 3.3.2
|
||||
AUTOREST_IMAGE = "quay.io/openshift-on-azure/autorest:${AUTOREST_VERSION}"
|
||||
|
|
|
@ -58,7 +58,7 @@ var (
|
|||
|
||||
// FluentbitImage contains the location of the Fluentbit container image
|
||||
func FluentbitImage(acrDomain string) string {
|
||||
return acrDomain + "/fluentbit:1.8.9-1"
|
||||
return acrDomain + "/fluentbit:1.7.8-1"
|
||||
}
|
||||
|
||||
// MdmImage contains the location of the MDM container image
|
||||
|
|
Загрузка…
Ссылка в новой задаче