Skip to content

Commit

Permalink
chore: Bump Primer pin (separate nodes for variable bindings)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
georgefst authored and dhess committed Apr 9, 2024
1 parent 7cbb736 commit 157effa
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 77 deletions.
2 changes: 1 addition & 1 deletion argocd/base/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
# Note: use the *dev* version of the package here, so that
# PRs can deploy `primer-service` container images that have
# not yet been merged to `primer` `main`.
image: ghcr.io/hackworthltd/primer-service-dev:git-4a105b7c084cdbf599acb2bc5bb9283d0eae46ff
image: ghcr.io/hackworthltd/primer-service-dev:git-4d3f7e22e123ebcf3a31d704a518ad443ce29c75
ports:
- containerPort: 8081
env:
Expand Down
91 changes: 80 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

flake-parts.url = "github:hercules-ci/flake-parts";
};
Expand Down
Loading

0 comments on commit 157effa

Please sign in to comment.