-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6564ab3
commit 398e1a6
Showing
281 changed files
with
34,429 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 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 | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ | ||
|
||
# Scripts | ||
convertValuesDoc.sh | ||
|
||
# Tests | ||
test/ | ||
|
||
# Values for previous versions | ||
values/ | ||
|
||
# Go. | ||
go.mod | ||
go.sum |
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,69 @@ | ||
apiVersion: v2 | ||
name: camunda-platform | ||
version: 10.5.1 | ||
appVersion: 8.5.x | ||
description: | | ||
Camunda 8 Self-Managed Helm charts. | ||
Camunda's process automation platform allows developers to design, automate and improve processes. | ||
type: application | ||
icon: https://helm.camunda.io/imgs/camunda.svg | ||
home: https://docs.camunda.io/docs/self-managed/overview/ | ||
sources: | ||
- https://github.com/camunda/camunda-platform-helm | ||
keywords: | ||
- bpm | ||
- bpmn | ||
- camunda-platform | ||
- dmn | ||
- process-engine | ||
- workflow | ||
dependencies: | ||
# Identity Dependencies. | ||
- name: keycloak | ||
alias: identityKeycloak | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 19.4.1 | ||
condition: "identity.keycloak.enabled,identityKeycloak.enabled" | ||
- name: postgresql | ||
alias: identityPostgresql | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 12.x.x | ||
condition: "identity.postgresql.enabled,identityPostgresql.enabled" | ||
# WebModeler Dependencies. | ||
- name: web-modeler-postgresql | ||
alias: postgresql | ||
repository: "file://../web-modeler-postgresql" | ||
version: 11.x.x | ||
condition: "postgresql.enabled" | ||
# Shared Dependencies. | ||
- name: elasticsearch | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 20.0.4 | ||
condition: "elasticsearch.enabled" | ||
- name: opensearch | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
# version: 1.6.1 | ||
version: 0.13.0 | ||
condition: "opensearch.enabled" | ||
# Helpers. | ||
- name: common | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 2.x.x | ||
maintainers: | ||
- name: ChrisKujawa | ||
email: [email protected] | ||
- name: aabouzaid | ||
email: [email protected] | ||
annotations: | ||
camunda.io/helmCLIVersion: "3.17.0" | ||
artifacthub.io/links: | | ||
- name: Camunda 8 docs | ||
url: https://docs.camunda.io/ | ||
- name: Camunda 8 Self-Managed docs | ||
url: https://docs.camunda.io/docs/self-managed/about-self-managed/ | ||
- name: Camunda 8 Self-Managed Helm charts | ||
url: https://github.com/camunda/camunda-platform-helm | ||
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/changes: | | ||
- kind: fixed | ||
description: "Add new line" |
Oops, something went wrong.