Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mve (do not merge) #90

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5243570
fix: uses correct id in argocd container
jmgilman Oct 23, 2024
85a855d
wip: fix
jmgilman Oct 23, 2024
d018c20
wip: fix
jmgilman Oct 23, 2024
9aac7a9
fix: adds ca certs
jmgilman Oct 23, 2024
b96428c
Add init.sh script
benbooth493 Oct 24, 2024
3efc66f
Move to root
benbooth493 Oct 24, 2024
2d6be7e
Set execute bit
benbooth493 Oct 24, 2024
80a0230
fix: try version 0.17.0
jmgilman Oct 24, 2024
cb1295e
wip: adds ECR helper
jmgilman Oct 24, 2024
622f5b1
Bump version
benbooth493 Oct 29, 2024
e4c73cc
wip: adds debug flag
jmgilman Oct 29, 2024
d878806
chore: merge branch 'master' into fix-argo-container
jmgilman Oct 30, 2024
df9c6ac
wip: testing
jmgilman Oct 30, 2024
680725d
wip: testing
jmgilman Oct 30, 2024
c5265f3
wip: testing
jmgilman Oct 30, 2024
0b8c17d
chore: merge branch 'master' into mve
jmgilman Oct 30, 2024
47a66fd
wip: testing
jmgilman Oct 30, 2024
44ba1ac
wip: testing
jmgilman Oct 30, 2024
044e318
wip: testing
jmgilman Oct 30, 2024
a129b13
wip: use always
jmgilman Oct 31, 2024
62191d5
chore: merge branch 'master' into mve
jmgilman Oct 31, 2024
4bb4a84
wip: switch namespace
jmgilman Oct 31, 2024
f8486e2
Use new deployment module
benbooth493 Nov 4, 2024
bd28f26
Use expected data structure
benbooth493 Nov 4, 2024
bcd6654
Move environment key to correct place
benbooth493 Nov 4, 2024
78f2367
Bump version
benbooth493 Nov 4, 2024
b0ea725
Bump version
benbooth493 Nov 4, 2024
32e4b4b
Bump version
benbooth493 Nov 4, 2024
625b54b
Bump version and specify pre-sync values
benbooth493 Nov 6, 2024
2500cad
Fix typo
benbooth493 Nov 6, 2024
9792447
Bump version (again)
benbooth493 Nov 6, 2024
ffc9900
Fixed typo
benbooth493 Nov 6, 2024
fc00f59
New version
benbooth493 Nov 6, 2024
711bc98
Bump version
benbooth493 Nov 6, 2024
58c8bef
Bumped version
benbooth493 Nov 6, 2024
e4085bb
Bump version
benbooth493 Nov 6, 2024
1cd4a4d
Bump version
benbooth493 Nov 6, 2024
6449591
Bump version
benbooth493 Nov 6, 2024
38a3f40
Bump version
benbooth493 Nov 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip: fix
jmgilman committed Oct 23, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jmgilman Joshua Gilman
commit d018c20edc67b3375712d2e5c5d7eb3b694beeb9
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ jobs:
earthly_token: ${{ secrets.earthly_token }}

release:
uses: input-output-hk/catalyst-forge/.github/workflows/release.yml@master
uses: input-output-hk/catalyst-forge/.github/workflows/release.yml@fix-argo-container
needs: [discover, check, build, test]
if: (fromJson(needs.discover.outputs.releases)[0] != null) && !failure() && !cancelled()
with:
@@ -150,7 +150,7 @@ jobs:
earthly_token: ${{ secrets.earthly_token }}

deploy:
uses: input-output-hk/catalyst-forge/.github/workflows/deploy.yml@fix-argo-container
uses: input-output-hk/catalyst-forge/.github/workflows/deploy.yml@master
needs: [discover, check, build, test, release]
if: (fromJson(needs.discover.outputs.deployments)[0] != null) && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && !failure() && !cancelled()
with: