Skip to content

Commit

Permalink
Merge branch 'main' into add_recombine_with_option_in_multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Oct 31, 2023
2 parents b3aaa6c + 6448844 commit c3c3fee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .chloggen/featureremovedefaultallowedFlexVolumes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
change_type: 'bug_fix'
component: 'chart'
note: "Remove by default empty allowedFlexVolumes"
issues: [981]
subtext: "Removed the allowedFlexVolumes empty field since it does not provide any default additional benefits for the users."
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
version: v3.11.3

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
with:
version: v3.7.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ allowHostPID: true
allowHostPorts: true
allowPrivilegedContainer: false
allowedCapabilities: []
allowedFlexVolumes: []
defaultAddCapabilities: []
fsGroup:
type: MustRunAs
Expand Down
2 changes: 1 addition & 1 deletion functional_tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module github.com/signalfx/splunk-otel-collector-chart/functional_tests
go 1.20

require (
github.com/docker/docker v23.0.3+incompatible
github.com/docker/docker v24.0.7+incompatible
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.86.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.86.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver v0.86.0
Expand Down
4 changes: 2 additions & 2 deletions functional_tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,8 @@ github.com/docker/cli v23.0.3+incompatible h1:Zcse1DuDqBdgI7OQDV8Go7b83xLgfhW1ez
github.com/docker/cli v23.0.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v23.0.3+incompatible h1:9GhVsShNWz1hO//9BNg/dpMnZW25KydO4wtVxWAIbho=
github.com/docker/docker v23.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM=
github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
github.com/docker/docker-credential-helpers v0.7.0/go.mod h1:rETQfLdHNT3foU5kuNkFR1R1V12OJRRO5lzt2D1b5X0=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ seLinuxContext:
role: "system_r"
type: "spc_t"
level: "s0"
allowedFlexVolumes: []
allowedCapabilities: []
defaultAddCapabilities: []
fsGroup:
Expand Down

0 comments on commit c3c3fee

Please sign in to comment.