Skip to content

Commit

Permalink
set chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Jul 16, 2024
1 parent 322fe04 commit 75e7f2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions doc/source/examples/minikube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ At first you have to install the prometheus PodMonitor CRD:
kubectl apply -f https://raw.githubusercontent.com/prometheus-community/helm-charts/main/charts/kube-prometheus-stack/charts/crds/crds/crd-podmonitors.yaml
Then you have to update and build the helm subcharts repository:

.. code-block:: bash
:caption: Add the bitnami helm repository
helm dependencies update ./examples/k8s
helm dependencies build ./examples/k8s
Then install istio (for details see: `https://istio.io/latest/docs/setup/install/helm/`_. ):

.. code-block:: bash
Expand Down Expand Up @@ -106,7 +98,15 @@ Then install istio (for details see: `https://istio.io/latest/docs/setup/install
NAME READY STATUS RESTARTS AGE
istio-ingress-7f5f6f58b8-sv6gk 1/1 Running 0 16m
Next you can install the opensiem example using:
Then you have to update and build the helm subcharts repository:

.. code-block:: bash
:caption: Add the bitnami helm repository
helm dependencies update ./examples/k8s
helm dependencies build ./examples/k8s
Next you are ready to install the opensiem example using:

.. code-block:: bash
:caption: Install opensiem
Expand Down
4 changes: 2 additions & 2 deletions examples/k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ appVersion: "1.0.0"
dependencies:
- name: logprep
repository: file://../../charts/logprep
version: 13.1.0
version: 13.1.1
alias: connector
- name: logprep
repository: file://../../charts/logprep
version: 13.1.0
version: 13.1.1
- name: kafka
repository: https://charts.bitnami.com/bitnami
version: 29.3.7
Expand Down

0 comments on commit 75e7f2e

Please sign in to comment.