Skip to content
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 @@ -33,7 +33,7 @@ spec:
vector-agent:
image:
repository: docker.io/timberio/vector
tag: 0.52.0-alpine
tag: 0.53.0-alpine
args:
- --config
- /etc/vector/vector.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
vector-aggregator:
image:
repository: docker.io/timberio/vector
tag: 0.52.0-alpine
tag: 0.53.0-alpine
args:
- --config
- /etc/vector/vector.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
image:
repository: vectorim/element-web
pullPolicy: IfNotPresent
tag: "v1.12.7"
tag: "v1.12.9"

defaultServer:
url: https://matrix.glants.xyz
Expand Down
Loading