Skip to content

Commit

Permalink
Merge pull request #2 from timberio/8537-add-initial-ci-values
Browse files Browse the repository at this point in the history
Add initial values files for ci testing
  • Loading branch information
spencergilbert authored Aug 12, 2021
2 parents 3a5bab2 + 753a922 commit 9373672
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/vector-agent/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies:
- name: vector-shared
repository: file://../vector-shared
version: 0.1.0
digest: sha256:e5315fe99b2b529ddb674f1a65d85687ffc2c098fc52ededc957932c9462c471
generated: "2021-07-27T19:10:53.836267-04:00"
digest: sha256:f80efefe11af3d8d497f3dfb2035864bced30d21856ec2d3b0d64f76966d446d
generated: "2021-08-11T19:43:04.791899-04:00"
4 changes: 2 additions & 2 deletions charts/vector-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vector-agent
type: application
icon: https://vector.dev/press/vector-icon.svg
description: A Helm chart to collect Kubernetes logs with Vector
version: "0.16.0-beta.1"
version: "0.16.0-beta.2"
appVersion: "0.15.1"
home: https://vector.dev/
sources:
Expand All @@ -13,5 +13,5 @@ maintainers:
email: [email protected]
dependencies:
- name: vector-shared
version: "*"
version: "~0.1.0"
repository: file://../vector-shared
Binary file modified charts/vector-agent/charts/vector-shared-0.1.0.tgz
Binary file not shown.
26 changes: 26 additions & 0 deletions charts/vector-agent/ci/customConfig-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
customConfig:
data_dir: "/vector-data-dir"
sources:
host_metrics:
type: host_metrics
filesystem:
devices:
excludes: ["binfmt_misc"]
filesystems:
excludes: ["binfmt_misc"]
mountpoints:
excludes: ["*/proc/sys/fs/binfmt_misc"]
internal_metrics:
type: internal_metrics
kubernetes_logs:
type: kubernetes_logs
glob_minimum_cooldown_ms: 5000
sinks:
prometheus_sink:
type: prometheus_exporter
inputs: ["*_metrics"]
address: 0.0.0.0:9090
stdout:
type: console
inputs: ["*_logs"]
encoding: json
1 change: 1 addition & 0 deletions charts/vector-agent/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty values file for testing default parameters.
7 changes: 7 additions & 0 deletions charts/vector-agent/ci/rawConfig-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sinks:
stdout:
type: console
inputs: ["kubernetes_logs"]
rawConfig: |
target = "stdout"
encoding = "json"
6 changes: 6 additions & 0 deletions charts/vector-agent/ci/sinks-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sinks:
stdout:
type: console
inputs: ["kubernetes_logs"]
target: stdout
encoding: json
4 changes: 2 additions & 2 deletions charts/vector-aggregator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies:
- name: vector-shared
repository: file://../vector-shared
version: 0.1.0
digest: sha256:e5315fe99b2b529ddb674f1a65d85687ffc2c098fc52ededc957932c9462c471
generated: "2021-07-27T19:11:08.362594-04:00"
digest: sha256:f80efefe11af3d8d497f3dfb2035864bced30d21856ec2d3b0d64f76966d446d
generated: "2021-08-11T19:43:00.799809-04:00"
4 changes: 2 additions & 2 deletions charts/vector-aggregator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vector-aggregator
type: application
icon: https://vector.dev/press/vector-icon.svg
description: A Helm chart to aggregate data with Vector
version: "0.16.0-beta.1"
version: "0.16.0-beta.2"
appVersion: "0.15.1"
home: https://vector.dev/
sources:
Expand All @@ -13,5 +13,5 @@ maintainers:
email: [email protected]
dependencies:
- name: vector-shared
version: "*"
version: "~0.1.0"
repository: file://../vector-shared
Binary file modified charts/vector-aggregator/charts/vector-shared-0.1.0.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions charts/vector-aggregator/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty values file for testing default parameters.
2 changes: 2 additions & 0 deletions charts/vector-aggregator/ci/haproxy-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
haproxy:
enabled: true
2 changes: 1 addition & 1 deletion charts/vector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vector
type: application
icon: https://vector.dev/press/vector-icon.svg
description: A Helm chart for Vector observability stack
version: "0.16.0-beta.1"
version: "0.16.0-beta.2"
appVersion: "0.15.1"
home: https://vector.dev/
sources:
Expand Down
1 change: 1 addition & 0 deletions charts/vector/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty values file for testing default parameters.
12 changes: 12 additions & 0 deletions charts/vector/ci/haproxy-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
global:
vector:
commonEnvKV:
VECTOR_REQUIRE_HEALTHY: true

vector-agent:
vectorSink:
host: "vector-aggregator-haproxy"

vector-aggregator:
haproxy:
enabled: true

0 comments on commit 9373672

Please sign in to comment.