Skip to content

Commit

Permalink
fix(kube-prometheus-stack): latest pomerium update requires a new ann… (
Browse files Browse the repository at this point in the history
#382)

* fix(kube-prometheus-stack): latest pomerium update requires a new annotation to avoid breaking grafana/kube-prometheus-stack

pomerium/documentation@5383013#diff-1509cb8fdfa04e4276e29253daa5c79751999ad1fc3de00af7fc473331621475R32

* chore: bump for hotfix

* docs: automated helm-docs action

---------

Co-authored-by: GlueOps <[email protected]>
  • Loading branch information
venkatamutyala and glueops-svc-account authored Jul 19, 2024
1 parent 2d02e92 commit 79c14e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: v0.1.0
description: This chart deploys the GlueOps Platform
name: glueops-platform
version: 0.46.0
version: 0.46.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# glueops-platform

![Version: 0.46.0](https://img.shields.io/badge/Version-0.46.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.46.1](https://img.shields.io/badge/Version-0.46.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

This chart deploys the GlueOps Platform

Expand Down
1 change: 1 addition & 0 deletions templates/application-kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ spec:
ingress.pomerium.io/pass_identity_headers: 'true'
ingress.pomerium.io/allow_websockets: 'true'
ingress.pomerium.io/idle_timeout: 0s
ingress.pomerium.io/preserve_host_header: 'true'
hosts: ['grafana.{{ .Values.captain_domain }}']
path: "/"
additionalDataSources:
Expand Down

0 comments on commit 79c14e0

Please sign in to comment.