Skip to content

Commit

Permalink
refactor: switch 8.7 to 8.6 chart
Browse files Browse the repository at this point in the history
and move alpha to alpha-8.8
  • Loading branch information
aabouzaid committed Jan 21, 2025
1 parent 0be3045 commit adca240
Show file tree
Hide file tree
Showing 405 changed files with 40,037 additions and 4,508 deletions.
35 changes: 35 additions & 0 deletions charts/camunda-platform-alpha-8.8/.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
90 changes: 90 additions & 0 deletions charts/camunda-platform-alpha-8.8/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
apiVersion: v2
name: camunda-platform
version: 8.8.0-alpha0
appVersion: 8.8.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: 23.0.0
condition: "identityKeycloak.enabled"
- name: postgresql
alias: identityPostgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
condition: "identityPostgresql.enabled"
# WebModeler Dependencies.
- name: web-modeler-postgresql
alias: webModelerPostgresql
repository: "file://../web-modeler-postgresql-15"
version: 15.x.x
condition: "webModelerPostgresql.enabled"
# Shared Dependencies.
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.4.1
condition: "elasticsearch.enabled"
# Helpers.
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.x.x
maintainers:
- name: aabouzaid
email: [email protected]
- name: drodriguez-305
email: [email protected]
- name: hamza-m-masood
email: [email protected]
- name: jessesimpson36
email: [email protected]
annotations:
camunda.io/helmCLIVersion: "3.16.3"
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: added
description: "Adding application override to console"
- kind: added
description: "Add support for authorizations configuration"
- kind: added
description: "Adding TLS support to console"
- kind: added
description: "Add core unified prefix for Elasticsearch/OpenSearch"
- kind: changed
description: "**⚠ BREAKING CHANGE** Replace zeebe and web-apps with camunda orchestration core"
- kind: changed
description: "**⚠ BREAKING CHANGE** Remove separated ingress functionality"
- kind: changed
description: "Remove support for global.multiregion.installationType"
- kind: changed
description: "Unify authorization configuration"
- kind: fixed
description: "Adding http/https options to readinessProbes for console"
- kind: fixed
description: "Assign Zeebe role to demo user"
- kind: fixed
description: "Add missing components when identity disabled."
- kind: fixed
description: "Add default webModler url when ingress is disabled"
Loading

0 comments on commit adca240

Please sign in to comment.