Skip to content

Commit

Permalink
Revert to previous fluentbit
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kola committed Dec 13, 2021
1 parent 9d0110f commit 9b4fecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b4fecf

Please sign in to comment.