Skip to content

Commit

Permalink
fix: camunda 8.5 + OS 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhen-cap committed Mar 3, 2025
1 parent 6564ab3 commit 398e1a6
Show file tree
Hide file tree
Showing 281 changed files with 34,429 additions and 0 deletions.
35 changes: 35 additions & 0 deletions charts/camunda-platform-8.5-opensearch/.helmignore
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
69 changes: 69 additions & 0 deletions charts/camunda-platform-8.5-opensearch/Chart.yaml
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"
Loading

0 comments on commit 398e1a6

Please sign in to comment.