Skip to content

Commit

Permalink
remove dependencies to opensearch and elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrubb committed Jun 27, 2024
1 parent 45dab04 commit 6985f7b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 33 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/helm_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ jobs:
fi
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: |
helm repo add eck-operator https://helm.elastic.co
helm repo add opensearch https://opensearch-project.github.io/helm-charts/
helm dep build charts/netobserv
ct lint --target-branch ${{ github.event.repository.default_branch }} --validate-maintainers=false
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --validate-maintainers=false

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
Expand Down
9 changes: 0 additions & 9 deletions charts/netobserv/Chart.lock

This file was deleted.

12 changes: 0 additions & 12 deletions charts/netobserv/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,3 @@ sources:
maintainers:
- name: ElastiFlow Engineering Team
email: [email protected]

dependencies:
# https://github.com/elastic/cloud-on-k8s
- name: eck-operator
repository: https://helm.elastic.co
version: "2.12.*"
condition: elasticsearch.enabled
# https://opensearch.org/docs/latest/install-and-configure/install-opensearch/helm/
- name: opensearch
repository: https://opensearch-project.github.io/helm-charts/
version: "2.20.*"
condition: opensearch.enabled
1 change: 0 additions & 1 deletion charts/netobserv/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Create the name of the service account to use
{{- end }}
{{- end }}


{{/*
Manage Volumes via checking if values that require volumes are enabled.
*/}}
Expand Down
6 changes: 0 additions & 6 deletions charts/netobserv/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Default values for netobserv

opensearch:
enabled: false

elasticsearch:
enabled: false

replicaCount: 1

# The update strategy to apply to the Deployment.
Expand Down

0 comments on commit 6985f7b

Please sign in to comment.