Skip to content

Commit 20a6f72

Browse files
committed
bump: bitte tempo branch, w/ consul 1.13.1 deployed
1 parent 03c1a17 commit 20a6f72

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ DEVSHELL_TARGET=${DEVSHELL_TARGET:-dev}
77
source_url \
88
"https://raw.githubusercontent.com/divnix/std/main/direnv_lib.sh" \
99
"sha256-JkRxy5PilGkOQcI/KaiZeyJKUTMTKduQwsw/ayUyz4k="
10-
use std cells "//automation/devshells:${DEVSHELL_TARGET}"
10+
use std nix "//automation/devshells:${DEVSHELL_TARGET}"

flake.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
n2c.url = "github:nlewo/nix2container";
66
data-merge.url = "github:divnix/data-merge";
77
# --- Bitte Stack ----------------------------------------------
8-
bitte.url = "github:input-output-hk/bitte/routing-token-fix";
9-
# bitte.url = "path:/home/jlotoski/work/iohk/bitte-wt/routing-token-fix";
8+
bitte.url = "github:input-output-hk/bitte/tempo";
9+
# bitte.url = "path:/home/jlotoski/work/iohk/bitte-wt/tempo";
1010
# bitte.url = "path:/home/manveru/github/input-output-hk/bitte";
1111
bitte-cells.url = "github:input-output-hk/bitte-cells";
1212
# bitte-cells.url = "path:/home/jlotoski/work/iohk/bitte-cells-wt/patroni-metrics";

nix/cloud/hydrationProfile.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ in {
2929
extraAcmeSANs = [];
3030
kms = "arn:aws:kms:eu-central-1:074718059002:key/5bb7cc1b-151c-4841-bcb3-622bc8df4b5a";
3131
s3Bucket = "iohk-ci-bitte";
32+
s3BucketTempo = "iohk-ci-tempo";
3233
};
3334

3435
services = {

0 commit comments

Comments
 (0)