Skip to content

Commit

Permalink
chore: bump Primer pin to latest main
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Jun 1, 2024
1 parent 2c66cea commit af6543f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 30 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-e692f818faee0e4005c24ea1f87c1464000a91ca
image: ghcr.io/hackworthltd/primer-service-dev:git-fe24bec4fa279a7973d39813c0f5275fe0078d96
ports:
- containerPort: 8081
env:
Expand Down
78 changes: 50 additions & 28 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/e692f818faee0e4005c24ea1f87c1464000a91ca;
primer.url = github:hackworthltd/primer/fe24bec4fa279a7973d39813c0f5275fe0078d96;

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

0 comments on commit af6543f

Please sign in to comment.