Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update kiwigrid/k8s-sidecar docker tag to v1.30.0 #608

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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 perses/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: perses
description: A Helm chart for Perses
icon: https://avatars.githubusercontent.com/u/77209215?s=200&v=4
type: application
version: 0.9.2
version: 0.9.3
appVersion: "v0.50.0"
maintainers:
- name: richardtief
Expand Down
2 changes: 1 addition & 1 deletion perses/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ perses:
# -- Container image repository for the sidecar
repository: kiwigrid/k8s-sidecar
# -- Container image tag for the sidecar
tag: 1.28.0
tag: 1.30.0
# -- Label key to watch for ConfigMaps containing Perses resources
label: "perses.dev/resource"
# -- Label value to watch for ConfigMaps containing Perses resources
Expand Down
4 changes: 2 additions & 2 deletions perses/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ kind: PluginDefinition
metadata:
name: perses
spec:
version: 0.3.2
version: 0.3.3
displayName: Perses
description: "Perses is a dashboard tooling to visualize metrics and traces produced by observability tools such as Prometheus/Thanos/Jaeger"
docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/perses/README.md
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/perses/logo.png
helmChart:
name: perses
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: '0.9.2'
version: '0.9.3'
options:
- default: true
description: "Deploys a sidecar container to watch all configmaps in the cluster and filters out the ones with a label `perses.dev/resource: true`. The files defined in those configmaps are written to a folder and this folder is accessed by Perses. Changes to the configmaps are continuously monitored and reflected in Perses within 10 seconds"
Expand Down
Loading