Skip to content

Commit d03a526

Browse files
authored
chore: Regenerate manifests based on 0.10.3 of the helm chart (#12642)
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
1 parent 1771565 commit d03a526

File tree

17 files changed

+21
-21
lines changed

17 files changed

+21
-21
lines changed

distribution/kubernetes/vector-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The kubernetes manifests found in this directory have been automatically generated
22
from the [helm chart `vector/vector`](https://github.com/vectordotdev/helm-charts/tree/master/charts/vector)
3-
version 0.10.2 with the following `values.yaml`:
3+
version 0.10.3 with the following `values.yaml`:
44

55
```yaml
66
role: Agent

distribution/kubernetes/vector-agent/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Agent
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
data:
1313
agent.yaml: |
1414
data_dir: /vector-data-dir

distribution/kubernetes/vector-agent/daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Agent
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
spec:
1313
selector:
1414
matchLabels:
@@ -28,7 +28,7 @@ spec:
2828
dnsPolicy: ClusterFirst
2929
containers:
3030
- name: vector
31-
image: "timberio/vector:0.21.1-distroless-libc"
31+
image: "timberio/vector:0.21.2-distroless-libc"
3232
imagePullPolicy: IfNotPresent
3333
args:
3434
- --config-dir

distribution/kubernetes/vector-agent/rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
app.kubernetes.io/name: vector
1111
app.kubernetes.io/instance: vector
1212
app.kubernetes.io/component: Agent
13-
app.kubernetes.io/version: "0.21.1-distroless-libc"
13+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1414
rules:
1515
- apiGroups:
1616
- ""
@@ -30,7 +30,7 @@ metadata:
3030
app.kubernetes.io/name: vector
3131
app.kubernetes.io/instance: vector
3232
app.kubernetes.io/component: Agent
33-
app.kubernetes.io/version: "0.21.1-distroless-libc"
33+
app.kubernetes.io/version: "0.21.2-distroless-libc"
3434
roleRef:
3535
apiGroup: rbac.authorization.k8s.io
3636
kind: ClusterRole

distribution/kubernetes/vector-agent/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Agent
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
automountServiceAccountToken: true

distribution/kubernetes/vector-aggregator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The kubernetes manifests found in this directory have been automatically generated
22
from the [helm chart `vector/vector`](https://github.com/vectordotdev/helm-charts/tree/master/charts/vector)
3-
version 0.10.2 with the following `values.yaml`:
3+
version 0.10.3 with the following `values.yaml`:
44

55
```yaml
66

distribution/kubernetes/vector-aggregator/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Aggregator
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
data:
1313
aggregator.yaml: |
1414
data_dir: /vector-data-dir

distribution/kubernetes/vector-aggregator/service-headless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Aggregator
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
annotations: {}
1313
spec:
1414
clusterIP: None

distribution/kubernetes/vector-aggregator/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Aggregator
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
annotations: {}
1313
spec:
1414
ports:

distribution/kubernetes/vector-aggregator/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Aggregator
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
automountServiceAccountToken: true

0 commit comments

Comments
 (0)