From bc929b61ddfbee56a4b33984b2755d181f63734a Mon Sep 17 00:00:00 2001 From: Keyvan Date: Thu, 25 Jul 2024 08:15:43 +0000 Subject: [PATCH] Readded ES to graylog --- README.md | 3 ++- external/graylog/Chart.lock | 7 +++++-- external/graylog/Chart.yaml | 10 +++++----- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0eeca108..e3437109 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,9 @@ In each chart directory use the following files to define what the README conten External charts can be updated by running `make update-`. At the moment there are a few manual steps are needed which should be automated. The external charts that have a depedency need manual steps: - The external dependency should be mirrored in the this repository with `helm pull` commands that are in the `Makefile`, make sure the mirrored version is same as the one specified in the `Chart.yaml`. +- The external dependency should be relased on the main branch first so there will be a valid release of it in our chart repository. - In the `Chart.yaml` the repository should be changd to `https://radar-base.github.io/radar-helm-charts`. -- The `Chart.lock` file should be removed and then run `helm dependency build` to recreate the file with new repository URL. +- The `Chart.lock` file should be removed and then run `helm dependency build` to recreate the file with new repository URL and remove any `.tgz` files that gets created. ## Feedback and Contributions diff --git a/external/graylog/Chart.lock b/external/graylog/Chart.lock index 25c8abab..524b752d 100644 --- a/external/graylog/Chart.lock +++ b/external/graylog/Chart.lock @@ -1,6 +1,9 @@ dependencies: +- name: elasticsearch + repository: https://radar-base.github.io/radar-helm-charts + version: 7.16.2 - name: mongodb repository: https://radar-base.github.io/radar-helm-charts version: 15.6.12 -digest: sha256:dc573bec321f7275ec570ccdef77b6b75a79ebe332853a0bc905a64141287c13 -generated: "2024-07-24T14:30:28.213590551Z" +digest: sha256:45098d9fad22b5436d36c2cc5124dbcbe4cedbfebd8b82e746b1962e669d3d13 +generated: "2024-07-25T07:58:40.556046281Z" diff --git a/external/graylog/Chart.yaml b/external/graylog/Chart.yaml index 89abd6dc..001597d7 100644 --- a/external/graylog/Chart.yaml +++ b/external/graylog/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: v2 appVersion: 4.3.8 dependencies: - #- name: elasticsearch - #repository: https://radar-base.github.io/radar-helm-charts - # tags: - #- install-elasticsearch - #version: 7.16.2 +- name: elasticsearch + repository: https://radar-base.github.io/radar-helm-charts + tags: + - install-elasticsearch + version: 7.16.2 - name: mongodb repository: https://radar-base.github.io/radar-helm-charts tags: