Skip to content

Commit

Permalink
chore: rollback loki-fluent bit (#135)
Browse files Browse the repository at this point in the history
try and unblock staging. This was the last change that would affect only
staging/prod and not PR builds that i can thing of.

PR builds also create a brand new set of resources every time, while
staging is trying to do an update, so this may have nothing to do with
it.

License: MIT

Signed-off-by: Oli Evans <oli@protocol.ai>
  • Loading branch information
olizilla committed Mar 22, 2023
1 parent 1f79221 commit 551824e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/PickupStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function PickupStack ({ app, stack }: StackContext): void {
firelensConfig: {
type: FirelensLogRouterType.FLUENTBIT
},
image: ContainerImage.fromRegistry('grafana/fluent-bit-plugin-loki:2.7.4-amd64')
image: ContainerImage.fromRegistry('grafana/fluent-bit-plugin-loki:1.6.0-amd64')
})
}
}
Expand Down

0 comments on commit 551824e

Please sign in to comment.