Skip to content

Commit

Permalink
fix jsonnet fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
Ben Ye committed Aug 19, 2021
1 parent c74b6d3 commit 2e8cf8d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel

### Added

-
- [#237](https://github.com/thanos-io/kube-thanos/pull/237) Add new bucket replicate component.

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-bucket-replicate
app.kubernetes.io/instance: thanos-bucket-replicate
app.kubernetes.io/name: thanos-bucket-replicate
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-bucket-replicate
namespace: thanos
spec:
Expand All @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/component: object-store-bucket-replicate
app.kubernetes.io/instance: thanos-bucket-replicate
app.kubernetes.io/name: thanos-bucket-replicate
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
spec:
containers:
- args:
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.19.0
image: quay.io/thanos/thanos:v0.22.0
livenessProbe:
failureThreshold: 4
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-bucket-replicate
app.kubernetes.io/instance: thanos-bucket-replicate
app.kubernetes.io/name: thanos-bucket-replicate
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-bucket-replicate
namespace: thanos
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
app.kubernetes.io/component: object-store-bucket-replicate
app.kubernetes.io/instance: thanos-bucket-replicate
app.kubernetes.io/name: thanos-bucket-replicate
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-bucket-replicate
namespace: thanos
2 changes: 1 addition & 1 deletion jsonnet/kube-thanos/kube-thanos-bucket-replicate.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local defaults = {
version: error 'must provide version',
image: error 'must provide image',
objectStorageConfig: error 'must provide objectStorageConfig',
objectStorageToConfig: error 'must provide objectStorageToConfig', // Destination object store configuration.
objectStorageToConfig: error 'must provide objectStorageToConfig', // Destination object store configuration.
resources: {},
logLevel: 'info',
logFormat: 'logfmt',
Expand Down

0 comments on commit 2e8cf8d

Please sign in to comment.