Skip to content

Commit 157effa

Browse files
georgefstdhess
authored andcommitted
chore: Bump Primer pin (separate nodes for variable bindings)
For those nodes which have moved from `NodeFlavorTextBody` to `NodeFlavorNoBody` (things which used to have their text be the binding, such as lambdas), we now use white text on a solid background. Signed-off-by: George Thomas <georgefsthomas@gmail.com>
1 parent 7cbb736 commit 157effa

8 files changed

Lines changed: 283 additions & 77 deletions

File tree

argocd/base/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
# Note: use the *dev* version of the package here, so that
2727
# PRs can deploy `primer-service` container images that have
2828
# not yet been merged to `primer` `main`.
29-
image: ghcr.io/hackworthltd/primer-service-dev:git-4a105b7c084cdbf599acb2bc5bb9283d0eae46ff
29+
image: ghcr.io/hackworthltd/primer-service-dev:git-4d3f7e22e123ebcf3a31d704a518ad443ce29c75
3030
ports:
3131
- containerPort: 8081
3232
env:

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Note: don't override any of primer's Nix flake inputs, or else
2121
# we won't hit its binary cache.
22-
primer.url = github:hackworthltd/primer/4a105b7c084cdbf599acb2bc5bb9283d0eae46ff;
22+
primer.url = github:hackworthltd/primer/4d3f7e22e123ebcf3a31d704a518ad443ce29c75;
2323

2424
flake-parts.url = "github:hercules-ci/flake-parts";
2525
};

0 commit comments

Comments
 (0)