Skip to content

Commit

Permalink
chore: preparation for the next release (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrus authored Mar 6, 2025
1 parent df6f5bf commit 8e09a01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/heimdall/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
apiVersion: v2
name: heimdall
description: A cloud native Identity Aware Proxy and Access Control Decision Service
version: 0.14.8
version: 0.14.9
appVersion: latest
kubeVersion: ^1.27.0
type: application
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose/quickstarts/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- heimdall-keys:/etc/heimdall/keys

heimdall:
image: dadrus/heimdall:0.15.8
image: dadrus/heimdall:0.15.9
depends_on:
heimdall-init:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/quickstarts/heimdall/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ env:
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: "http://tempo.monitoring:4317"

image:
tag: 0.15.8
tag: 0.15.9

0 comments on commit 8e09a01

Please sign in to comment.