Skip to content

Commit

Permalink
feat: Remove SMTP requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
seagyn committed Oct 16, 2024
1 parent 949eefd commit e5a2c40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion charts/lsdmop/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: lsdmop
version: "5.1.4"
version: "5.2.0"
appVersion: "1.0.2"
# Disabling kubeVersion because GKE is dumb
# kubeVersion: ">=v1.11.0"
Expand Down
6 changes: 0 additions & 6 deletions charts/lsdmop/values-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ lsdmop:
prometheusStorageSize: &anchorprometheusStorageSize "25Gi"
alertmanagerURL: &anchoralertmanagerURL "alertmanager.domain.example"
alertmanagerHttpURL: &anchoralertmanagerHttpURL "https://alertmanager.domain.example"
smtpHost: &anchorsmtpHost "smtp.lsdopen.io"
smtpPort: &anchorsmtpPort "25"
smtpSmartHost: &anchorsmtpSmartHost "smtp.lsdopen.io:25"
supportAddress: &anchorsupportAddress "[email protected]"
fromAddress: &anchorfromAddress "[email protected]"
fromName: &anchorfromName "LSDobserve - LSD - [email protected]"
storageClass: &anchorstorageClass "standard"
#storageClass: &anchorstorageClass "local"
curl:
Expand Down
6 changes: 0 additions & 6 deletions charts/lsdmop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ lsdmop:
apmURL: &anchorapmURL "apm.domain.example"
fleetURL: &anchorfleetURL "fleet.domain.example"
logstashJavaOpts: &anchorlogstashJavaOpts "-Xms1g -Xmx1g"
smtpHost: &anchorsmtpHost "smtp.lsdopen.io"
smtpPort: &anchorsmtpPort "25"
smtpSmartHost: &anchorsmtpSmartHost "smtp.lsdopen.io:25"
supportAddress: &anchorsupportAddress "[email protected]"
fromAddress: &anchorfromAddress "[email protected]"
fromName: &anchorfromName "LSDobserve - LSD - [email protected]"
storageClass: &anchorstorageClass "ebs-gp3"
#storageClass: &anchorstorageClass "local"
curl:
Expand Down

0 comments on commit e5a2c40

Please sign in to comment.