Skip to content

Commit

Permalink
Bump version and specify pre-sync values
Browse files Browse the repository at this point in the history
  • Loading branch information
benbooth493 committed Nov 6, 2024
1 parent 32e4b4b commit 625b54b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion foundry/api/blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,22 @@ project: {
modules: main: {
namespace: string | *"default" @env(name="ARGOCD_APP_NAMESPACE",type="string")
container: "foundry-api-new-deployment"
version: "0.1.3"
version: "0.1.4"
values: {
app: {
environment: "dev"
image: {
tag: _ @forge(name="GIT_COMMIT_HASH")
}
presync: {
repoName: "catalyst-forge"
repoOwner: "input-output-hk"
commitHash: @forge(name="GIT_COMMIT_HASH")
gitHubToken: {
name: "ci-bot"
key: "token"
}
}
}
}
}
Expand Down

0 comments on commit 625b54b

Please sign in to comment.