Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
annleefores committed Nov 28, 2023
2 parents a757b77 + 01e640d commit 46155f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/kodiko_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
- main
paths:
- "web/**"
pull_request:
branches:
- main
paths:
- "web/**"

permissions:
id-token: write # This is required for requesting the JWT
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"server/backend": "0.1.2",
"server/codepod": "0.1.2",
"web": "0.1.1"
}
}
8 changes: 7 additions & 1 deletion kubernetes/application/backend/.argocd-source-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ helm:
value: annleefores/kodiko-backend
forcestring: true
- name: backend.image.tag
value: v0.1.1
value: v0.1.2
forcestring: true
- name: cm.codepod.image.name
value: annleefores/kodiko-codepod
forcestring: true
- name: cm.codepod.image.tag
value: v0.1.2
forcestring: true

0 comments on commit 46155f0

Please sign in to comment.