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: 2 additions & 5 deletions charts/harmony-chart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ dependencies:
- name: velero
repository: https://vmware-tanzu.github.io/helm-charts
version: 5.4.1
- name: openfaas
repository: https://openfaas.github.io/faas-netes
version: 14.2.87
- name: vector
repository: https://helm.vector.dev
version: 0.50.0
digest: sha256:d9fdd44b8a9adf214b6941b00c6366c748ea54a1809279035d5a2483f68a09aa
generated: "2026-02-10T18:15:28.592094808-04:00"
digest: sha256:0c9ece5b8130e4536ab5357e0b08dfdb1448365138796990a6b3ff7957d64f02
generated: "2026-02-19T17:01:07.30458+04:00"
5 changes: 0 additions & 5 deletions charts/harmony-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ dependencies:
repository: https://vmware-tanzu.github.io/helm-charts
condition: velero.enabled

- name: openfaas
version: "14.2.87"
repository: https://openfaas.github.io/faas-netes
condition: openfaas.enabled

- name: vector
version: 0.50.0
repository: https://helm.vector.dev
Expand Down
8 changes: 0 additions & 8 deletions charts/harmony-chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ Now you can connect to https://localhost:8443. The certificate is self-signed by
the cluster.
{{- end }}

{{- if .Values.openfaas.enabled }}
OpenFAAS is enabled. The default admin user password is automatically generated
for you by default, and available a secret, called "basic-auth". You can
retrieve the password by using

kubectl -n {{ .Release.Namespace }} get secret --template='{{"{{"}}index .data "basic-auth-password"{{"}}"}}' basic-auth
{{- end }}

{{- /*

Examples of more stuff that can be in a NOTES file:
Expand Down
9 changes: 0 additions & 9 deletions charts/harmony-chart/templates/openfaas/namespace.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions charts/harmony-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,6 @@ velero:
template:
ttl: "720h"

openfaas:
enabled: false

vector:
enabled: false
role: "Agent"
Expand Down
3 changes: 0 additions & 3 deletions integration-test/elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ prometheusstack:

k8sdashboard:
enabled: false

openfaas:
enabled: false
3 changes: 0 additions & 3 deletions integration-test/template/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ prometheusstack:

k8sdashboard:
enabled: false

openfaas:
enabled: false
3 changes: 0 additions & 3 deletions values-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ velero:
- mountPath: /target
name: plugins

openfaas:
enabled: false

# ClickHouse Vector Sink

vector:
Expand Down
3 changes: 0 additions & 3 deletions values-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ prometheusstack:

k8sdashboard:
enabled: false

openfaas:
enabled: false