Skip to content

Commit

Permalink
chore(releasing): Regenerate k8s manifests with v0.23.0 of the chart (v…
Browse files Browse the repository at this point in the history
…ectordotdev#17892)

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko authored Jul 6, 2023
1 parent 0735ffe commit 604fea0
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 42 deletions.
2 changes: 1 addition & 1 deletion distribution/kubernetes/vector-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The kubernetes manifests found in this directory have been automatically generated
from the [helm chart `vector/vector`](https://github.com/vectordotdev/helm-charts/tree/master/charts/vector)
version 0.22.0 with the following `values.yaml`:
version 0.23.0 with the following `values.yaml`:

```yaml
role: Agent
Expand Down
2 changes: 1 addition & 1 deletion distribution/kubernetes/vector-agent/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Agent
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
data:
agent.yaml: |
data_dir: /vector-data-dir
Expand Down
47 changes: 25 additions & 22 deletions distribution/kubernetes/vector-agent/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Agent
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
annotations: {}
spec:
selector:
matchLabels:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Agent
minReadySeconds: 0
template:
metadata:
annotations: {}
Expand All @@ -29,7 +30,7 @@ spec:
dnsPolicy: ClusterFirst
containers:
- name: vector
image: "timberio/vector:0.30.0-distroless-libc"
image: "timberio/vector:0.31.0-distroless-libc"
imagePullPolicy: IfNotPresent
args:
- --config-dir
Expand All @@ -51,6 +52,8 @@ spec:
value: "/host/proc"
- name: SYSFS_ROOT
value: "/host/sys"
- name: VECTOR_LOG
value: "info"
ports:
- name: prom-exporter
containerPort: 9090
Expand All @@ -61,17 +64,17 @@ spec:
- 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
volumes:
Expand All @@ -83,15 +86,15 @@ spec:
- 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
4 changes: 2 additions & 2 deletions distribution/kubernetes/vector-agent/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Agent
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
rules:
- apiGroups:
- ""
Expand All @@ -31,7 +31,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Agent
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
2 changes: 1 addition & 1 deletion distribution/kubernetes/vector-agent/service-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Agent
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
annotations:
spec:
clusterIP: None
Expand Down
2 changes: 1 addition & 1 deletion distribution/kubernetes/vector-agent/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Agent
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
automountServiceAccountToken: true
2 changes: 1 addition & 1 deletion distribution/kubernetes/vector-aggregator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The kubernetes manifests found in this directory have been automatically generated
from the [helm chart `vector/vector`](https://github.com/vectordotdev/helm-charts/tree/master/charts/vector)
version 0.22.0 with the following `values.yaml`:
version 0.23.0 with the following `values.yaml`:

```yaml

Expand Down
2 changes: 1 addition & 1 deletion distribution/kubernetes/vector-aggregator/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
data:
aggregator.yaml: |
data_dir: /vector-data-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
annotations:
spec:
clusterIP: None
Expand Down
2 changes: 1 addition & 1 deletion distribution/kubernetes/vector-aggregator/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
annotations:
spec:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
automountServiceAccountToken: true
4 changes: 2 additions & 2 deletions distribution/kubernetes/vector-aggregator/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
annotations: {}
spec:
replicas: 1
Expand All @@ -32,7 +32,7 @@ spec:
dnsPolicy: ClusterFirst
containers:
- name: vector
image: "timberio/vector:0.30.0-distroless-libc"
image: "timberio/vector:0.31.0-distroless-libc"
imagePullPolicy: IfNotPresent
args:
- --config-dir
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The kubernetes manifests found in this directory have been automatically generated
from the [helm chart `vector/vector`](https://github.com/vectordotdev/helm-charts/tree/master/charts/vector)
version 0.22.0 with the following `values.yaml`:
version 0.23.0 with the following `values.yaml`:

```yaml
role: Stateless-Aggregator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Stateless-Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
data:
aggregator.yaml: |
data_dir: /vector-data-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Stateless-Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
annotations: {}
spec:
replicas: 1
Expand All @@ -30,7 +30,7 @@ spec:
dnsPolicy: ClusterFirst
containers:
- name: vector
image: "timberio/vector:0.30.0-distroless-libc"
image: "timberio/vector:0.31.0-distroless-libc"
imagePullPolicy: IfNotPresent
args:
- --config-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Stateless-Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
annotations:
spec:
clusterIP: None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Stateless-Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
annotations:
spec:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ metadata:
app.kubernetes.io/name: vector
app.kubernetes.io/instance: vector
app.kubernetes.io/component: Stateless-Aggregator
app.kubernetes.io/version: "0.30.0-distroless-libc"
app.kubernetes.io/version: "0.31.0-distroless-libc"
automountServiceAccountToken: true

0 comments on commit 604fea0

Please sign in to comment.