Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/actions/setup_helmlint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
uses: helm/chart-testing-action@v2.8.0

- name: Create kind cluster
uses: helm/kind-action@v1.13.0
uses: helm/kind-action@v1.14.0
if: ${{ inputs.create-kind-cluster == 'true' }}
with:
node_image: kindest/node:v1.28.0
6 changes: 3 additions & 3 deletions charts/perses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Perses helm chart

![Version: 0.19.2](https://img.shields.io/badge/Version-0.19.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.52.0](https://img.shields.io/badge/AppVersion-v0.52.0-informational?style=flat-square)
![Version: 0.19.4](https://img.shields.io/badge/Version-0.19.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.52.0](https://img.shields.io/badge/AppVersion-v0.52.0-informational?style=flat-square)

## Installing the Chart

Expand Down Expand Up @@ -129,12 +129,12 @@ For upgrade instructions, including handling breaking changes between versions,
| serviceMonitor.labels | object | `{}` | Labels to add to the ServiceMonitor so that Prometheus can discover it. These labels should match the 'serviceMonitorSelector.matchLabels' defined in your Prometheus CR. |
| serviceMonitor.selector.matchLabels | object | `{}` | Selector used by the ServiceMonitor to find which Perses service to scrape metrics from. These matchLabels should match the labels on your Perses service. |
| serviceMonitor.selfMonitor | bool | `false` | Create a serviceMonitor for Perses |
| sidecar | object | `{"allNamespaces":true,"enableSecretAccess":false,"enabled":false,"extraEnvVars":[],"healthPort":8081,"image":{"registry":"docker.io","repository":"kiwigrid/k8s-sidecar","tag":"2.3.0"},"label":"perses.dev/resource","labelValue":"true"}` | Sidecar configuration that watches for ConfigMaps with the specified label/labelValue and loads them into Perses provisioning |
| sidecar | object | `{"allNamespaces":true,"enableSecretAccess":false,"enabled":false,"extraEnvVars":[],"globalAdminUsers":[],"healthPort":8081,"image":{"registry":"docker.io","repository":"kiwigrid/k8s-sidecar","tag":"2.3.0"},"label":"perses.dev/resource","labelValue":"true"}` | Sidecar configuration that watches for ConfigMaps with the specified label/labelValue and loads them into Perses provisioning |
| sidecar.allNamespaces | bool | `true` | check for configmaps from all namespaces. When set to false, it will only check for configmaps in the same namespace as the Perses instance |
| sidecar.enableSecretAccess | bool | `false` | Enable secret access permissions in the cluster role. When enabled, the sidecar will have permissions to read secrets and use them. |
| sidecar.enabled | bool | `false` | Enable the sidecar container for ConfigMap provisioning |
| sidecar.globalAdminUsers | list | `[]` | List of usernames to bind to the Perses global-admin role when the sidecar is enabled |
| sidecar.extraEnvVars | list | `[]` | add additional environment variables to sidecar container. you can look at the k8s-sidecar documentation for more information - https://github.com/kiwigrid/k8s-sidecar |
| sidecar.globalAdminUsers | list | `[]` | List of usernames to bind to the Perses global-admin role when the sidecar is enabled |
| sidecar.healthPort | int | `8081` | Port exposed by the sidecar health endpoint (k8s-sidecar HEALTH_PORT env var) |
| sidecar.image.registry | string | `"docker.io"` | Container image registry for the sidecar |
| sidecar.image.repository | string | `"kiwigrid/k8s-sidecar"` | Container image repository for the sidecar |
Expand Down