From 706a6d78d5ab09ee61668a2dd86312de7e0182e1 Mon Sep 17 00:00:00 2001 From: Abhay Date: Tue, 27 Jan 2026 19:34:13 +0530 Subject: [PATCH 1/2] Update Multiplexer --- charts/nostr-multiplexer/Chart.yaml | 2 +- charts/nostr-multiplexer/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nostr-multiplexer/Chart.yaml b/charts/nostr-multiplexer/Chart.yaml index 81a8f293..78320fdb 100644 --- a/charts/nostr-multiplexer/Chart.yaml +++ b/charts/nostr-multiplexer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/nostr-multiplexer/values.yaml b/charts/nostr-multiplexer/values.yaml index 0e403df0..3fa43e01 100644 --- a/charts/nostr-multiplexer/values.yaml +++ b/charts/nostr-multiplexer/values.yaml @@ -4,7 +4,7 @@ graphqlUrl: flash-oathkeeper-proxy.flash.svc.cluster.local:4455 image: repository: lnflash/nostr-multiplexer tag: latest - digest: 3c64c2499a5f46df4e6e21e2ee70243eac950e409f4c77035afbc622a0902319 + digest: 1b7baadaef4b78fc0d2d79b297f6f725fe47130fad590222a1c19b7be96a5c8b pullPolicy: Always deploy: From e183652d0fcf29f11d20280a759af60566f8b8fa Mon Sep 17 00:00:00 2001 From: Abhay Date: Tue, 27 Jan 2026 20:51:42 +0530 Subject: [PATCH 2/2] Bump App version --- charts/nostr-multiplexer/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nostr-multiplexer/Chart.yaml b/charts/nostr-multiplexer/Chart.yaml index 78320fdb..456ee576 100644 --- a/charts/nostr-multiplexer/Chart.yaml +++ b/charts/nostr-multiplexer/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.5 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.3" +appVersion: "1.16.4"