diff --git a/jsonnet/jsonnetfile.lock.json b/jsonnet/jsonnetfile.lock.json index a7f801b..1f35f6e 100644 --- a/jsonnet/jsonnetfile.lock.json +++ b/jsonnet/jsonnetfile.lock.json @@ -235,8 +235,8 @@ "subdir": "configuration" } }, - "version": "54d5748e6216739541b9b728a17b0a325943d66c", - "sum": "tMDc5Zul5M1q1hp1j8fMJfic5PN4gSTXAtNUWZOjuwo=", + "version": "5901ee57931cce4d7c736794a10469a7d7d3017c", + "sum": "mIbpSaYIFPHR04AVRcWVykQepGD9DoPMI3akxQPmMXs=", "name": "stolo-configuration" }, { diff --git a/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/components/thanos-overwrites.libsonnet b/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/components/thanos-overwrites.libsonnet index e50fae9..74442a4 100644 --- a/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/components/thanos-overwrites.libsonnet +++ b/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/components/thanos-overwrites.libsonnet @@ -52,7 +52,7 @@ containers: [ if c.name == 'thanos-store' then c { args+: [ - '--block-discovery-strategy="recursive"', + '--block-discovery-strategy=recursive', ], } else c for c in super.containers diff --git a/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/base/manifests/observatorium/thanos-store-shard0-statefulSet.yaml b/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/base/manifests/observatorium/thanos-store-shard0-statefulSet.yaml index af744d3..eac27cb 100644 --- a/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/base/manifests/observatorium/thanos-store-shard0-statefulSet.yaml +++ b/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/base/manifests/observatorium/thanos-store-shard0-statefulSet.yaml @@ -102,7 +102,7 @@ spec: - action: keep source_labels: ["shard"] regex: 0 - - --block-discovery-strategy="recursive" + - --block-discovery-strategy=recursive env: - name: OBJSTORE_CONFIG valueFrom: diff --git a/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/dev/manifests/observatorium/thanos-store-shard0-statefulSet.yaml b/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/dev/manifests/observatorium/thanos-store-shard0-statefulSet.yaml index af744d3..eac27cb 100644 --- a/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/dev/manifests/observatorium/thanos-store-shard0-statefulSet.yaml +++ b/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/dev/manifests/observatorium/thanos-store-shard0-statefulSet.yaml @@ -102,7 +102,7 @@ spec: - action: keep source_labels: ["shard"] regex: 0 - - --block-discovery-strategy="recursive" + - --block-discovery-strategy=recursive env: - name: OBJSTORE_CONFIG valueFrom: diff --git a/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/local/manifests/observatorium/thanos-store-shard0-statefulSet.yaml b/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/local/manifests/observatorium/thanos-store-shard0-statefulSet.yaml index af744d3..eac27cb 100644 --- a/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/local/manifests/observatorium/thanos-store-shard0-statefulSet.yaml +++ b/jsonnet/vendor/github.com/stolostron/observatorium-deployment/configuration/examples/local/manifests/observatorium/thanos-store-shard0-statefulSet.yaml @@ -102,7 +102,7 @@ spec: - action: keep source_labels: ["shard"] regex: 0 - - --block-discovery-strategy="recursive" + - --block-discovery-strategy=recursive env: - name: OBJSTORE_CONFIG valueFrom: