Carlos M.
Carlos M.
In the `ansible-kafka/tasks/system.yml`, we have the following task: ``` - name: "Add kafka utilities to /etc/profile* so they'll be available in $PATH" lineinfile: dest=/etc/profile.d/Z99-kafka.sh regexp="^export PATH=.*$" line='export PATH="${PATH}:/usr/local/lib/kafka/bin"' state=present create=yes...
ServiceMonitor resource should not be rendered unless Prometheus CRDs are available. This changeset includes an extra option to override the `apiVersion` Prometheus provides. --- ### How to test 1 -...
### Is your feature request related to a problem? This is a guardrail to prevent installing enabling the `telemetryConfig` and not having Prometheus installed. If that's the case, then Helm...
## What did you do ```bash git clone [email protected]:k3d-io/k3d.git && pushd k3d git checkout v5.6.0 govulncheck ./... ``` ## What did you expect to happen Found no vulnerabilities that could...
**Are you reporting an issue with existing content?** Section "Label Mayastor Node Candidates" from "Quickstart -> Preparing the cluster" is not complete. The requisite is to label nodes with `openebs.io/engine=mayastor`,...
**Describe the bug** Jaeger tracing is a conditional dependency: https://github.com/openebs/mayastor-extensions/blob/v2.5.0/chart/Chart.yaml#L34 It is disabled by default: https://github.com/openebs/mayastor-extensions/blob/v2.5.0/chart/values.yaml#L94 Thus, its CRD should not be installed: https://github.com/openebs/mayastor-extensions/blob/v2.5.0/chart/crds/jaeger.yaml The general use case here is...
This upgrade is required to fix the following vulnerability: https://github.com/advisories/GHSA-m425-mq94-257g fix #460
We observe the following vulnerability from package `google.golang.org/grpc` version 1.54.0 - [GHSA-m425-mq94-257g](https://github.com/advisories/GHSA-m425-mq94-257g) That vulnerability has been fixed in version `1.56.3`
The `imageTag` override for `jiva` subchart should not use an older version than what's defined in https://github.com/openebs/jiva-operator/blob/v3.6.0/deploy/helm/charts/values.yaml#L6 According to jiva chart, it is using version `3.4.0`) (ref: https://github.com/openebs/charts/blob/openebs-3.10.0/charts/openebs/values.yaml#L644)
fixes #338 #### Why is this change required? Add `metaconfigs` capability introduced in https://github.com/openebs/node-disk-manager/pull/618 #### What is changed? New section in `templates/ndm/cm-node-disk-manager.yaml` with related `metaconfigs` element. #### Checklist - [x]...