Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependencies #24

Merged
merged 3 commits into from
Jul 1, 2024
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
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
5 changes: 0 additions & 5 deletions .github/workflows/helm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
# - name: Install Helm
# uses: azure/setup-helm@v4

# - name: Add dependency repositories
# run: |
# helm repo add eck-operator https://helm.elastic.co
# helm repo add opensearch https://opensearch-project.github.io/helm-charts/

# - name: Run chart-releaser
# uses: helm/[email protected]
# env:
Expand Down
9 changes: 0 additions & 9 deletions charts/netobserv/Chart.lock

This file was deleted.

14 changes: 1 addition & 13 deletions charts/netobserv/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: netobserv
description: ElastiFlow NetObserv
type: application
version: 0.2.0
version: 0.3.0
appVersion: 7.0.1

keywords:
Expand All @@ -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
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