Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 5 additions & 2 deletions charts/courselit/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ dependencies:
- name: community-operator
repository: https://mongodb.github.io/helm-charts
version: 0.13.0
digest: sha256:af52b0c1a8665efc34aada2a8ca466d143b1a4666a8556e809362d0db2d76e2f
generated: "2026-01-10T13:31:57.725057145Z"
- name: community-operator
repository: https://mongodb.github.io/helm-charts
version: 0.13.0
digest: sha256:3d0aa236fbeecf84c1c86700bef9f35b98f5059085fe854bde61f6205f700f65
generated: "2026-01-11T11:29:42.668353818Z"
10 changes: 9 additions & 1 deletion charts/courselit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: courselit
description: A Helm chart for deploying CourseLIT Learning Management System on Kubernetes
type: application
version: 0.1.4
version: 0.1.5
appVersion: "latest"
keywords:
- courselit
Expand Down Expand Up @@ -31,3 +31,11 @@ dependencies:
tags:
- mongodb
- operator
- name: community-operator
alias: mongodb-rbac
version: "0.13.0"
repository: "https://mongodb.github.io/helm-charts"
condition: mongodb.operator.enabled
tags:
- mongodb
- rbac
Binary file not shown.
Binary file not shown.
8 changes: 7 additions & 1 deletion charts/courselit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ app:
userKey: "email-user"
passKey: "email-pass"
hostKey: "email-host"
fromKey: "email-from"

recaptchaSecretRef:
name: "" # Optional - reCAPTCHA configuration
Expand Down Expand Up @@ -150,6 +149,13 @@ mongodb:
memory: "1Gi"
cpu: "1000m"

mongodb-rbac:
operator:
enabled: false
databaseRoles:
create: true
namespace: "courselit"

# Queue service (optional)
queue:
enabled: false
Expand Down
3 changes: 3 additions & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# Validate maintainers (set to false to skip validation)
validate-maintainers: false

# Validate chart schema (set to false to skip validation)
validate-chart-schema: false

# Target branch for detecting chart changes
target-branch: main

Expand Down
Loading