Skip to content

Commit cbff1da

Browse files
authored
Merge pull request #135 from observatorium/fix/rename
Fix missed generated files due to recent change
2 parents 0164651 + f351112 commit cbff1da

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- checkout
88
- run: |
9-
make observatorium
9+
make build
1010
git diff --exit-code
1111
1212
lint:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Compatible backends must implement the Loki write API, e.g. Loki.
5050

5151
[embedmd]:# (tmp/help.txt)
5252
```txt
53-
Usage of ./observatorium:
53+
Usage of ./observatorium-api:
5454
-debug.block-profile-rate int
5555
The percentage of goroutine blocking events that are reported in the blocking profile. (default 10)
5656
-debug.mutex-profile-fraction int

examples/manifests/deployment-with-tls.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ spec:
4545
- --tls.healthchecks.server-ca-file=/var/run/tls/ca
4646
- --tls.reload-interval=1m
4747
- --tls.healthchecks.server-name=example.com
48-
# TODO(onprem): Update to observatorium/api when a image is published.
49-
image: quay.io/observatorium/observatorium:master-2020-09-04-v0.1.1-131-ga4c5a9c
48+
image: quay.io/observatorium/api:master-2020-09-04-v0.1.1-131-ga4c5a9c
5049
livenessProbe:
5150
failureThreshold: 10
5251
httpGet:

examples/manifests/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ spec:
3939
- --logs.write.endpoint=http://127.0.0.1:3100
4040
- --rbac.config=/etc/observatorium/rbac.yaml
4141
- --tenants.config=/etc/observatorium/tenants.yaml
42-
# TODO(onprem): Update to observatorium/api when a image is published.
43-
image: quay.io/observatorium/observatorium:master-2020-09-04-v0.1.1-131-ga4c5a9c
42+
image: quay.io/observatorium/api:master-2020-09-04-v0.1.1-131-ga4c5a9c
4443
livenessProbe:
4544
failureThreshold: 10
4645
httpGet:

0 commit comments

Comments
 (0)