Skip to content

Commit

Permalink
(to reword) bump primer to pin including editable kinds on foralls
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Price <[email protected]>
  • Loading branch information
brprice committed Sep 12, 2023
1 parent 09c49d9 commit 092902e
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 58 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-e603e61697d00a76c52252d154a5179fc9779417
image: ghcr.io/hackworthltd/primer-service-dev:git-ebeb1827cfb7b9040d418e673b5455634ce27858
ports:
- containerPort: 8081
env:
Expand Down
147 changes: 91 additions & 56 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/e603e61697d00a76c52252d154a5179fc9779417;
primer.url = github:hackworthltd/primer/ebeb1827cfb7b9040d418e673b5455634ce27858;

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

0 comments on commit 092902e

Please sign in to comment.