Skip to content

Commit 2b584ca

Browse files
authored
Merge pull request #131 from yeya24/bump-bucket-web
Update bucket web to tools bucket web
2 parents 6b6e22f + e7ca31a commit 2b584ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: examples/all/manifests/thanos-bucket-deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- args:
28+
- tools
2829
- bucket
2930
- web
3031
- --objstore.config=$(OBJSTORE_CONFIG)

Diff for: jsonnet/kube-thanos/kube-thanos-bucket.libsonnet

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
4545
container.new('thanos-bucket', tb.config.image) +
4646
container.withTerminationMessagePolicy('FallbackToLogsOnError') +
4747
container.withArgs([
48+
'tools',
4849
'bucket',
4950
'web',
5051
'--objstore.config=$(OBJSTORE_CONFIG)',

0 commit comments

Comments
 (0)