Skip to content
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

chore(releasing): Bump manifests to v0.36.0 of the chart #21246

Merged
merged 1 commit into from
Sep 9, 2024
Merged
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
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.35.0 with the following `values.yaml`:
version 0.36.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.0-distroless-libc"
data:
agent.yaml: |
data_dir: /vector-data-dir
Expand Down
4 changes: 2 additions & 2 deletions distribution/kubernetes/vector-agent/daemonset.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.0-distroless-libc"
annotations: {}
spec:
selector:
Expand All @@ -30,7 +30,7 @@ spec:
dnsPolicy: ClusterFirst
containers:
- name: vector
image: "timberio/vector:0.40.0-distroless-libc"
image: "timberio/vector:0.41.0-distroless-libc"
imagePullPolicy: IfNotPresent
args:
- --config-dir
Expand Down
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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.0-distroless-libc"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
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: Agent
app.kubernetes.io/version: "0.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.35.0 with the following `values.yaml`:
version 0.36.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.0-distroless-libc"
annotations: {}
spec:
replicas: 1
Expand All @@ -33,7 +33,7 @@ spec:
dnsPolicy: ClusterFirst
containers:
- name: vector
image: "timberio/vector:0.40.0-distroless-libc"
image: "timberio/vector:0.41.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.35.0 with the following `values.yaml`:
version 0.36.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.0-distroless-libc"
annotations: {}
spec:
replicas: 1
Expand All @@ -31,7 +31,7 @@ spec:
dnsPolicy: ClusterFirst
containers:
- name: vector
image: "timberio/vector:0.40.0-distroless-libc"
image: "timberio/vector:0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.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.40.0-distroless-libc"
app.kubernetes.io/version: "0.41.0-distroless-libc"
automountServiceAccountToken: true
Loading