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

Feature/add app charts #34

Merged
merged 49 commits into from
Mar 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
ad9a2a1
major clean up
sandstromviktor Mar 13, 2024
6b0a2ba
remove charts folder
sandstromviktor Mar 13, 2024
e37f580
update readme with dependency update
sandstromviktor Mar 13, 2024
742717e
added apps
sandstromviktor Mar 13, 2024
ae25278
updated custom app with tests and full values file
sandstromviktor Mar 14, 2024
ea72550
refactored charts
sandstromviktor Mar 14, 2024
e5e05d0
update charts with tests
sandstromviktor Mar 14, 2024
d42e40e
added test and default image to dash chart
sandstromviktor Mar 14, 2024
87b249e
testing release
sandstromviktor Mar 14, 2024
dda0eef
update workflow test
sandstromviktor Mar 14, 2024
3507d69
renamed folder to charts
sandstromviktor Mar 14, 2024
e614fa4
update
sandstromviktor Mar 14, 2024
73f7e78
adding fetch depth
sandstromviktor Mar 14, 2024
190ae8d
renamed to apps and change chart names
sandstromviktor Mar 14, 2024
500e261
add charts_dir arg
sandstromviktor Mar 14, 2024
8bd7bd6
add git config to wf
sandstromviktor Mar 14, 2024
c696d11
update
sandstromviktor Mar 14, 2024
452948e
update charts with correct structure
sandstromviktor Mar 14, 2024
3192af1
fixed chart names
sandstromviktor Mar 14, 2024
5e062fb
fixed chart files and workflow
sandstromviktor Mar 14, 2024
c359cff
adding lint and test
sandstromviktor Mar 14, 2024
e6b58ba
lint workflow
sandstromviktor Mar 14, 2024
118f2de
lower case name
sandstromviktor Mar 14, 2024
19b600e
correct version
sandstromviktor Mar 14, 2024
f4f5802
update workflow
sandstromviktor Mar 14, 2024
86196cf
testing some more
sandstromviktor Mar 18, 2024
b2d3af0
testing
sandstromviktor Mar 18, 2024
b97b5c4
test
sandstromviktor Mar 18, 2024
5560436
testing
sandstromviktor Mar 18, 2024
51f1bc2
update
sandstromviktor Mar 18, 2024
21ac0a1
validate maintainers false
sandstromviktor Mar 18, 2024
ffb2717
update
sandstromviktor Mar 18, 2024
5377858
working tests locally - testing remotely
sandstromviktor Mar 18, 2024
2251800
excluding shinyproxy due to serviceaccount error
sandstromviktor Mar 18, 2024
7af6690
fixed lint
sandstromviktor Mar 18, 2024
b492bef
update volumek8s chart and workflow
sandstromviktor Mar 18, 2024
99b9d69
fixed lint
sandstromviktor Mar 18, 2024
2ea0acb
changed pvc
sandstromviktor Mar 18, 2024
1d26a40
update workflow, exclude pvc
sandstromviktor Mar 18, 2024
80d7f44
update
sandstromviktor Mar 18, 2024
796b0e9
update filemanager version
sandstromviktor Mar 18, 2024
9cb75a5
revert namespace for serve
sandstromviktor Mar 18, 2024
d06f9dd
revert serve-apps
sandstromviktor Mar 18, 2024
5c83e6e
removed tls comment
sandstromviktor Mar 18, 2024
47134b0
Removing typo from charts
sandstromviktor Mar 20, 2024
6295553
Merge pull request #32 from ScilifelabDataCentre/add-tests
sandstromviktor Mar 20, 2024
707a6b2
Merge pull request #31 from ScilifelabDataCentre/add-app-charts
sandstromviktor Mar 20, 2024
693656b
Merge pull request #30 from ScilifelabDataCentre/clean-up-repo
sandstromviktor Mar 20, 2024
44289be
Merge branch 'feature/add-app-charts' of github.com:ScilifelabDataCen…
sandstromviktor Mar 20, 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
add git config to wf
  • Loading branch information
sandstromviktor committed Mar 14, 2024
commit 8bd7bd6ed9ed03f51b55733742dc0a5b618de23f
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"

- name: Install Helm
uses: azure/setup-helm@v1
with:
Expand Down