-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* create uwazi chart * [uwazi] update workload probes * repo: add Helm repositories to GH actions * [uwazi] update chart.yaml file --------- Co-authored-by: George Khoury <[email protected]>
- Loading branch information
1 parent
e7050ef
commit e0f710c
Showing
11 changed files
with
843 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,36 +16,34 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up Helm | ||
uses: azure/setup-helm@v3 | ||
with: | ||
version: v3.12.1 | ||
|
||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.10" | ||
check-latest: true | ||
|
||
- name: Add Repositories | ||
run: | | ||
helm repo add josa https://charts.josa.ngo/ | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm repo update | ||
- name: Set up chart-testing | ||
uses: helm/[email protected] | ||
|
||
- name: Run chart-testing (list-changed) | ||
id: list-changed | ||
run: | | ||
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }}) | ||
if [[ -n "$changed" ]]; then | ||
echo "changed=true" >> "$GITHUB_OUTPUT" | ||
fi | ||
- name: Run chart-testing (lint) | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct lint --target-branch ${{ github.event.repository.default_branch }} | ||
|
||
- name: Create kind cluster | ||
if: steps.list-changed.outputs.changed == 'true' | ||
uses: helm/[email protected] | ||
|
||
- name: Run chart-testing (install) | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct install --target-branch ${{ github.event.repository.default_branch }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,9 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
- name: Add Bitnami repository | ||
- name: Add Repositories | ||
run: | | ||
helm repo add josa https://charts.josa.ngo/ | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm repo update | ||
- name: Run chart-releaser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
dependencies: | ||
- name: base | ||
repository: https://charts.josa.ngo | ||
version: 1.2.0 | ||
- name: mongodb | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 16.3.1 | ||
- name: redis | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 20.4.0 | ||
- name: minio | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 14.8.5 | ||
- name: elasticsearch | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 21.3.26 | ||
digest: sha256:1cc25a26c5aa08bef6431383974910f02afd7569d2003321dddd5c0c89835b57 | ||
generated: "2024-12-03T14:57:43.716193377+03:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: v2 | ||
name: uwazi | ||
annotations: | ||
category: Applications | ||
description: Uwazi helm chart | ||
home: https://josa.ngo | ||
icon: https://assets.josacdn.net/brand/josa/logos/abbreviated/josa-logo-only.png | ||
keywords: | ||
- uwazi | ||
maintainers: | ||
- name: JOSA | ||
url: https://github.com/jordanopensource/charts/ | ||
sources: | ||
- https://github.com/jordanopensource/charts/tree/main/charts/uwazi | ||
|
||
version: 0.1.0 | ||
appVersion: "0.1.0" | ||
|
||
dependencies: | ||
- name: base | ||
alias: uwazi | ||
version: "~1.2.0" | ||
repository: "https://charts.josa.ngo" | ||
- name: mongodb | ||
version: "~16.3.0" | ||
repository: "https://charts.bitnami.com/bitnami" | ||
condition: mongodb.create | ||
- name: redis | ||
version: "~20.4.0" | ||
repository: "https://charts.bitnami.com/bitnami" | ||
condition: redis.create | ||
- name: minio | ||
version: "~14.8.5" | ||
repository: "https://charts.bitnami.com/bitnami" | ||
condition: minio.create | ||
- name: elasticsearch | ||
version: "~21.3.26" | ||
repository: "https://charts.bitnami.com/bitnami" | ||
condition: elasticsearch.create |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.