From 094fde98019123766ee380a2ba5f92bd79e312d3 Mon Sep 17 00:00:00 2001 From: Sherif Metwally Date: Sat, 17 Feb 2024 00:23:11 +0200 Subject: [PATCH] Update-helm-chart (#815) * upgrade app in helm chart to 0.20.2 * update and correct UI env variable names in chart values.yaml --- chart/stirling-pdf/Chart.yaml | 2 +- chart/stirling-pdf/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/stirling-pdf/Chart.yaml b/chart/stirling-pdf/Chart.yaml index 686d24226..94bc50fcc 100644 --- a/chart/stirling-pdf/Chart.yaml +++ b/chart/stirling-pdf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.14.2 +appVersion: 0.20.2 description: locally hosted web application that allows you to perform various operations on PDF files home: https://github.com/Stirling-Tools/Stirling-PDF keywords: diff --git a/chart/stirling-pdf/values.yaml b/chart/stirling-pdf/values.yaml index 3c4ca8884..e9e00c3e8 100644 --- a/chart/stirling-pdf/values.yaml +++ b/chart/stirling-pdf/values.yaml @@ -16,11 +16,11 @@ commonLabels: {} # team_name: dev envs: [] -# - name: PP_HOME_NAME +# - name: UI_APP_NAME # value: "Stirling PDF" -# - name: APP_HOME_DESCRIPTION +# - name: UI_HOME_DESCRIPTION # value: "Your locally hosted one-stop-shop for all your PDF needs." -# - name: APP_NAVBAR_NAME +# - name: UI_APP_NAVBAR_NAME # value: "Stirling PDF" # - name: ALLOW_GOOGLE_VISIBILITY # value: "true"