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

Merge to main from develop #108

Merged
merged 39 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e0e53da
adding email server configs
joshua-seals Jan 30, 2024
414de8d
removing random file
joshua-seals Jan 30, 2024
71f3f2e
Merge pull request #100 from helxplatform/email_server_config
joshua-seals Jan 31, 2024
a5ef1eb
Update Chart.yaml
joshua-seals Feb 8, 2024
bf029b4
Removed all artillery related values
joshua-seals Feb 22, 2024
3a4b8fe
Change appstore-chart version and remove errors in secrets template
joshua-seals Feb 22, 2024
5cdee18
Initial commit
Hoid Mar 4, 2024
975389f
Merge pull request #102 from helxplatform/remove_artillery
joshua-seals Mar 4, 2024
6ed846e
Merge branch 'develop' of https://github.com/helxplatform/appstore-ch…
Hoid Mar 4, 2024
c3614e0
Update helm-docs and rerun
Hoid Mar 4, 2024
f508eab
Merge pull request #103 from helxplatform/engine-bugfix
Hoid Mar 6, 2024
e450b69
Start by deleting unneeded secrets
Hoid Mar 13, 2024
f2a741e
Allow disabling of certain secrets
Hoid Mar 19, 2024
2aecbfd
Undo changes to deployment.yaml and some values, remove global in sec…
Hoid Mar 22, 2024
15a21cd
Add existingSecret value and comment postgres password values
Hoid Mar 22, 2024
5810737
Remove host as a necessary value and part of PG_DB_HOST in secret
Hoid Apr 3, 2024
3092f85
linked and also deleted bump chart
pchachicho Apr 16, 2024
4bbe902
added run-helm-docs
pchachicho Apr 16, 2024
db80373
Merge pull request #104 from helxplatform/actions_v2
joshua-seals Apr 16, 2024
f7ae0bf
Put pgadmin-env behind flag like other secrets
Hoid Apr 17, 2024
c0b1240
Ensure backwards compatibility
Hoid Apr 17, 2024
b06a835
Merge branch 'develop' of https://github.com/helxplatform/appstore-ch…
Hoid Apr 24, 2024
c1dbd82
Running helm-docs and adding updated Readme.mds if any
Hoid Apr 24, 2024
4b7a2e4
ENH: Adding allowed domain list
Apr 29, 2024
00dd598
Running helm-docs and adding updated Readme.mds if any
hina-shah Apr 29, 2024
363383f
Just run helm-docs again
Hoid May 1, 2024
9c67fe2
Running helm-docs and adding updated Readme.mds if any
Hoid May 1, 2024
830a256
Restore license, put the chart version back to a reasonable level
Hoid May 1, 2024
d7a48f9
Merge branch 'for-eduhelx-chart' of https://github.com/helxplatform/a…
Hoid May 1, 2024
8ce620f
Run helm-docs
Hoid May 1, 2024
be79181
Running helm-docs and adding updated Readme.mds if any
Hoid May 1, 2024
0c5ccbb
Merge pull request #107 from helxplatform/enh-addcsrf
hina-shah May 6, 2024
b2d9acc
Add AMBASSADOR_SVC_NAME env var
Hoid May 7, 2024
13dc9ee
Merge branch 'for-eduhelx-chart' of https://github.com/helxplatform/a…
Hoid May 7, 2024
b240eb4
Change db hostname to be backwards compatible
Hoid May 9, 2024
c7a871a
Merge branch 'develop' of https://github.com/helxplatform/appstore-ch…
Hoid May 9, 2024
edf061d
Add ambassador_mapping_name value and use it
Hoid May 20, 2024
0fe98eb
Running helm-docs and adding updated Readme.mds if any
Hoid May 20, 2024
dfefb16
Merge pull request #106 from helxplatform/for-eduhelx-chart
Hoid May 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
159 changes: 0 additions & 159 deletions .github/workflows/bump-chart.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/run-helm-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# On pull request, ensure helm-docs is being run

name: Run-Helm-Docs
on:
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- .github/workflows/*
- .github/*
jobs:
run-helm-docs:
uses: helxplatform/helx-github-actions/.github/workflows/run-helm-docs.yml@main
secrets: inherit
17 changes: 5 additions & 12 deletions .github/workflows/trigger-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,11 @@ on:
- .github/*
jobs:
trigger-helm-charts:
runs-on: ubuntu-latest
steps:

- name: Trigger Helm-Charts Workflow
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh --repo https://github.com/helxplatform/helm-charts \
workflow run package-index.yml \
-f appRepo=${{ github.repository }} \
-f actor=${{ github.actor }} \
--ref develop
uses: helxplatform/helx-github-actions/.github/workflows/trigger-helm-charts.yml@main
secrets: inherit
with:
appRepo: ${{ github.repository }}
actor: ${{ github.actor }}



Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ description: A Helm chart for Kubernetes
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 4.1.0
version: 4.1.4
# This is the version number of the application being deployed. This version
# number should be incremented each time you make changes to the application.
appVersion: 3.3.0
appVersion: 3.3.1
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand Down
Loading