-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(container): update vector group #721
base: main
Are you sure you want to change the base?
Conversation
Path: @@ -101,6 +101,38 @@
name: vector
namespace: default
---
+# Source: vector/templates/service-headless.yaml
+apiVersion: v1
+kind: Service
+metadata:
+ name: vector-headless
+ labels:
+ app.kubernetes.io/name: vector
+ app.kubernetes.io/instance: vector
+ app.kubernetes.io/component: Agent
+ app.kubernetes.io/managed-by: Helm
+ annotations:
+spec:
+ clusterIP: None
+ ports:
+ - name: loki-journal-sink
+ port: 6000
+ protocol: TCP
+ targetPort: 6000
+ - name: loki-kubernetes-sink
+ port: 6010
+ protocol: TCP
+ targetPort: 6010
+ - name: prometheus-sink
+ port: 9090
+ protocol: TCP
+ targetPort: 9090
+ selector:
+ app.kubernetes.io/name: vector
+ app.kubernetes.io/instance: vector
+ app.kubernetes.io/component: Agent
+ type: ClusterIP
+---
# Source: vector/templates/daemonset.yaml
apiVersion: apps/v1
kind: DaemonSet
@@ -111,16 +143,18 @@
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Agent
app.kubernetes.io/managed-by: Helm
+ annotations: {}
spec:
selector:
matchLabels:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Agent
+ minReadySeconds: 0
template:
metadata:
annotations:
- checksum/config: 74d6108faa5a6db7c10f78d01cfc32f3e9700d5777bbcd501807d284d05c17ff
+ checksum/config: 5737b7ec1a6b7c8b460424a318082f0458c266f0a4f5634c4aa7f270a73791f1
labels:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
@@ -133,12 +167,14 @@
- name: vector
securityContext:
privileged: true
- image: "timberio/vector:0.23.0-debian"
+ image: "timberio/vector:0.42.0-debian"
imagePullPolicy: IfNotPresent
args:
- --config-dir
- /etc/vector/
env:
+ - name: VECTOR_LOG
+ value: "info"
- name: VECTOR_SELF_NODE_NAME
valueFrom:
fieldRef:
@@ -171,17 +207,17 @@
- name: config
mountPath: "/etc/vector/"
readOnly: true
- - name: var-log
- mountPath: "/var/log/"
+ - mountPath: /var/log/
+ name: var-log
readOnly: true
- - name: var-lib
- mountPath: "/var/lib"
+ - mountPath: /var/lib
+ name: var-lib
readOnly: true
- - name: procfs
- mountPath: "/host/proc"
+ - mountPath: /host/proc
+ name: procfs
readOnly: true
- - name: sysfs
- mountPath: "/host/sys"
+ - mountPath: /host/sys
+ name: sysfs
readOnly: true
terminationGracePeriodSeconds: 60
tolerations:
@@ -198,15 +234,15 @@
- name: data
hostPath:
path: "/var/lib/vector"
- - name: var-log
- hostPath:
- path: "/var/log/"
- - name: var-lib
- hostPath:
- path: "/var/lib/"
- - name: procfs
- hostPath:
- path: "/proc"
- - name: sysfs
- hostPath:
- path: "/sys"
+ - hostPath:
+ path: /var/log/
+ name: var-log
+ - hostPath:
+ path: /var/lib/
+ name: var-lib
+ - hostPath:
+ path: /proc
+ name: procfs
+ - hostPath:
+ path: /sys
+ name: sysfs |
Path: @@ -155,6 +155,7 @@
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Stateless-Aggregator
app.kubernetes.io/managed-by: Helm
+ annotations: {}
spec:
replicas: 3
selector:
@@ -162,10 +163,11 @@
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Stateless-Aggregator
+ minReadySeconds: 0
template:
metadata:
annotations:
- checksum/config: 0e1e1c74846880a94ab30b36ef6edbf3e6a142b43a6c845359998432a61493f4
+ checksum/config: fefdd772a08b894cf761a772946445f9ae91a71e74c933220a174864668e386d
labels:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
@@ -176,12 +178,14 @@
dnsPolicy: ClusterFirst
containers:
- name: vector
- image: "timberio/vector:0.23.0-debian"
+ image: "timberio/vector:0.42.0-debian"
imagePullPolicy: IfNotPresent
args:
- --config-dir
- /etc/vector/
env:
+ - name: VECTOR_LOG
+ value: "info"
ports:
- name: prometheus-sink
containerPort: 9090 |
MegaLinter status: ❌ ERROR
See errors details in artifact MegaLinter reports on CI Job page |
bbf7e8d
to
fc0cd27
Compare
46dfcd0
to
784aa6e
Compare
784aa6e
to
c8a22ed
Compare
ec7c1bd
to
8323584
Compare
317b326
to
7b66b1d
Compare
7b66b1d
to
263f0eb
Compare
4f49a26
to
727a2aa
Compare
727a2aa
to
50ce185
Compare
3ef198b
to
cb7985f
Compare
6b67dd0
to
6131add
Compare
2168b6c
to
0d5c34e
Compare
c72469e
to
442e5c2
Compare
f2aba59
to
bcca866
Compare
63c7176
to
f5e84a4
Compare
f5e84a4
to
6f4e778
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
6f4e778
to
a608874
Compare
ba5f7e3
to
0332d89
Compare
0332d89
to
649c6ee
Compare
384d1e2
to
cf55187
Compare
0530c10
to
d21b293
Compare
d21b293
to
dd78934
Compare
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | timberio/vector | 0.23.0 | 0.42.0 | | docker | timberio/vector | 0.23.0 | 0.42.0 | | helm | vector | 0.14.0 | 0.37.0 | | helm | vector | 0.14.0 | 0.37.0 |
dd78934
to
3e56528
Compare
This PR contains the following updates:
0.23.0-debian
->0.42.0-debian
0.14.0
->0.37.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
vectordotdev/helm-charts
v0.37.0
Compare Source
Vector
Features
persistence.retentionPolicy
for configuring Statefulset PVC retention policy (#347) (ab8df81)v0.36.1
Compare Source
Vector
Bug Fixes
v0.36.0
Compare Source
Vector
Features
v0.35.3
Compare Source
Vector
Bug Fixes
v0.35.2
Compare Source
Vector
Bug Fixes
v0.35.1
Compare Source
Vector
Bug Fixes
v0.35.0
Compare Source
Vector
Features
v0.34.0
Compare Source
Vector
Bug Fixes
Features
v0.33.0
Compare Source
Vector
Bug Fixes
Features
v0.32.1
Compare Source
Vector
Bug Fixes
v0.32.0
Compare Source
Vector
Features
v0.31.1
Compare Source
Vector
Bug Fixes
mountPoints
tomountpoints
(#377) (da10d25)v0.31.0
Compare Source
Vector
Features
v0.30.2
Compare Source
Vector
Bug Fixes
logLevel
config option (#362) (96e3c2e)v0.30.0
Compare Source
Vector
Features
v0.29.1
Compare Source
Vector
Features
v0.29.0
Compare Source
Vector
Bug Fixes
Features
autoscaling.annotations
field for configuring annotations on Vector's HPA (#336) (98c202a)v0.28.0
Compare Source
Vector
Features
v0.27.0
Compare Source
Vector
Features
v0.26.0
Compare Source
Vector
Features
v0.25.0
Compare Source
Vector
Bug Fixes
Features
v0.24.1
Compare Source
Vector
Bug Fixes
v0.24.0
Compare Source
Vector
Features
v0.23.0
Compare Source
Vector
Features
v0.22.1
Compare Source
Vector
Bug Fixes
v0.22.0
Compare Source
Vector
Bug Fixes
Features
v0.21.1
Compare Source
Vector
Bug Fixes
v0.21.0
Compare Source
Vector
Features
v0.20.2
Compare Source
Vector
Bug Fixes
v0.20.1
Compare Source
Vector
Bug Fixes
v0.20.0
Compare Source
Vector
Features
v0.19.2
Compare Source
Vector
Bug Fixes
Features
v0.19.0
Compare Source
Vector
Features
v0.18.0
Compare Source
Vector
Features
v0.17.1
Compare Source
Vector
Bug Fixes
v0.17.0
Compare Source
Vector
Bug Fixes
Features
v0.16.3
Compare Source
Vector
Bug Fixes
v0.16.2
Compare Source
Ci
Bug Fixes
v0.16.0
Compare Source
Vector
Features
v0.15.1
Compare Source
Vector
Bug Fixes
v0.15.0
Compare Source
Vector
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.