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

Helm test #2

Merged
merged 33 commits into from
Sep 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fa25ba6
Add Helmchart
kliwniloc Sep 5, 2024
99d0209
Move Helm chart in own folder
kliwniloc Sep 5, 2024
14b7b58
And another one
kliwniloc Sep 5, 2024
eaa819b
Fix dependency update path
kliwniloc Sep 5, 2024
b20d5b0
Update repository
kliwniloc Sep 5, 2024
9b57ca1
Update repository
kliwniloc Sep 5, 2024
41d6d51
Update repo
kliwniloc Sep 5, 2024
6b098b1
Add PR deployment workflow
kliwniloc Sep 5, 2024
d59b89d
Create kube dir
kliwniloc Sep 5, 2024
9bac5e0
Fix Tag
kliwniloc Sep 5, 2024
ed02a2b
Fix oci url
kliwniloc Sep 5, 2024
b6b7ead
Fix Artemis release name
kliwniloc Sep 5, 2024
2e5c87c
Fix helm oci version string
kliwniloc Sep 5, 2024
b0111dd
Use k8s environment for secrets
kliwniloc Sep 5, 2024
7edece9
Add helm values
kliwniloc Sep 5, 2024
fb421c3
Add missing \
kliwniloc Sep 5, 2024
fca26f9
Fix missing quotes
kliwniloc Sep 5, 2024
9d6cd61
Fix whitespace in jwt
kliwniloc Sep 5, 2024
5232522
Fix Default values
kliwniloc Sep 5, 2024
ce873df
Fix sem version values
kliwniloc Sep 5, 2024
9b28075
Fix Ingress values
kliwniloc Sep 5, 2024
160256d
Fix string formatting in Helmchart
kliwniloc Sep 5, 2024
8628c50
Add helm chart build
kliwniloc Sep 5, 2024
2e99209
Fix helm pr delete
kliwniloc Sep 5, 2024
2e6b8a9
Fix PR delete type
kliwniloc Sep 5, 2024
d95513c
Add PR Concurrency
kliwniloc Sep 5, 2024
ba86960
Remove hardcoded values
kliwniloc Sep 5, 2024
930ede0
Fix kubectl auth
kliwniloc Sep 5, 2024
291d1c5
fix delete namespace typo
kliwniloc Sep 5, 2024
5a4d66c
Fix Artemis Helm Chart
kliwniloc Sep 5, 2024
40b64d9
Move Helm Charts
kliwniloc Sep 5, 2024
1aa4f2f
Fix helm deployments
kliwniloc Sep 5, 2024
d7232fb
Fix missing \
kliwniloc Sep 5, 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
And another one
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
  • Loading branch information
kliwniloc committed Sep 5, 2024
commit 14b7b5869a225d106beca69fad998bcb058546e7
2 changes: 1 addition & 1 deletion .github/workflows/helmchart.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
name: artemis
repository: kliwniloc/artemis-helm
tag: ${{ env.SEM_VERSION }}
path: helm
path: helm/artemis
registry: ghcr.io
registry_username: ${{ github.repository_owner }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
Loading