From 526dc520c82d452f697ec48dfc702741bdfba40e Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 18 Mar 2023 06:47:22 +0300 Subject: [PATCH] Syncthing fix urls (#57) * Fix dashboard and ingress urls * Bump chart version --- charts/syncthing/Chart.yaml | 2 +- charts/syncthing/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/syncthing/Chart.yaml b/charts/syncthing/Chart.yaml index 74212a9..8ebc87e 100644 --- a/charts/syncthing/Chart.yaml +++ b/charts/syncthing/Chart.yaml @@ -3,7 +3,7 @@ name: syncthing description: | Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. -version: 0.1.0 +version: 0.1.1 appVersion: "1.23" kubeVersion: ">=1.16.0-0" type: application diff --git a/charts/syncthing/values.yaml b/charts/syncthing/values.yaml index 094a66b..54c7e8c 100644 --- a/charts/syncthing/values.yaml +++ b/charts/syncthing/values.yaml @@ -35,11 +35,11 @@ ingress: main: enabled: true hosts: - - host: "{{ .Chart.Name }}.libre.pod" + - host: "syncthing.libre.pod" dashboard: expose: true - url: "https://{{ .Chart.Name }}.libre.pod" + url: "https://syncthing.libre.pod" persistence: data: