Skip to content

Commit

Permalink
Define release resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Apr 12, 2024
1 parent 5b90481 commit 8b27185
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 11 additions & 0 deletions releases.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This release automatically creates a GitHubReleaser r
apiVersion: hydros.dev/v1alpha1
kind: GitHubReleaser
metadata:
name: foyle
namespace: foyle
labels:
env: release
spec:
org: jlewi
repo: foyle
6 changes: 2 additions & 4 deletions releasing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ metadata:
name: foyle
namespace: foyle
spec:
# TODO(jeremy): Update this to main after testing it out.
repo: https://github.com/jlewi/foyle.git?ref=jlewi/releasing
gitHubAppConfig:
appID: 315982
privateKey: gcpsecretmanager:///projects/foyle-dev/secrets/foyle-ghapp-key/versions/latest
globs:
- "**/*.yaml"
selectors:
- matchLabels:
env: release
env: release

0 comments on commit 8b27185

Please sign in to comment.