Skip to content

Commit

Permalink
Readded ES to graylog
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvaann committed Jul 25, 2024
1 parent c338712 commit bc929b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<chart-name>`. 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

Expand Down
7 changes: 5 additions & 2 deletions external/graylog/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
10 changes: 5 additions & 5 deletions external/graylog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit bc929b6

Please sign in to comment.