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
4 changes: 2 additions & 2 deletions charts/currents/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ home: https://currents.dev
type: application
# The chart version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.5.0
# Version number of the application being deployed.
# Versions are not expected to follow Semantic Versioning. They should reflect the version the application is using.
appVersion: "2025-06-10-001"
appVersion: "2025-10-02-001"
maintainers:
- name: Currents-dev
url: https://currents.dev
Expand Down
2 changes: 1 addition & 1 deletion charts/currents/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ currents:
# -- The email address of the root user
email: 'admin@{{ .Values.currents.domains.appHost }}'
# -- The image tag to use for the Currents images
imageTag: 2025-06-10-001
imageTag: 2025-10-02-001
email:
smtp:
# -- The SMTP server port to use
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration Reference

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025-06-10-001](https://img.shields.io/badge/AppVersion-2025--06--10--001-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025-10-02-001](https://img.shields.io/badge/AppVersion-2025--10--02--001-informational?style=flat-square)

## Requirements

Expand Down Expand Up @@ -73,7 +73,7 @@ The following table lists the configurable parameters of the `currents` chart an
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| currents.rootUser.email | string | `"admin@{{ .Values.currents.domains.appHost }}"` | The email address of the root user |
| currents.imageTag | string | `"2025-06-10-001"` | The image tag to use for the Currents images |
| currents.imageTag | string | `"2025-10-02-001"` | The image tag to use for the Currents images |
| currents.email.smtp.port | int | `587` | The SMTP server port to use |
| currents.email.smtp.from | tpl/string | `"Currents Report <report@{{ .Values.currents.domains.appHost }}>"` | The email address to send from |
| currents.email.smtp.tls | bool | `false` | Whether the SMTP server uses TLS |
Expand Down