diff --git a/charts/krateo-sse-proxy/Chart.yaml b/charts/krateo-sse-proxy/Chart.yaml index a5647ce..40d38b7 100644 --- a/charts/krateo-sse-proxy/Chart.yaml +++ b/charts/krateo-sse-proxy/Chart.yaml @@ -4,8 +4,8 @@ description: >- Krateo SSE proxy. Polls ClickHouse and pushes new K8s events to connected browsers via Server-Sent Events. type: application -version: 0.1.10 -appVersion: "1.1.4" +version: 0.1.11 +appVersion: "1.1.5" home: https://krateo.io icon: https://github.com/krateoplatformops/krateo/blob/main/docs/media/logo.svg keywords: diff --git a/charts/krateo-sse-proxy/values.yaml b/charts/krateo-sse-proxy/values.yaml index 3f74ab9..50f4d34 100644 --- a/charts/krateo-sse-proxy/values.yaml +++ b/charts/krateo-sse-proxy/values.yaml @@ -19,7 +19,7 @@ image: # repository so a mirror/air-gap relocation only swaps the host and preserves the repo path. registry: ghcr.io repository: krateo-platformops/sse-proxy - tag: "1.1.4" + tag: "1.1.5" pullPolicy: IfNotPresent imagePullSecrets: []