From 4c0c76bde622d0c4f3911148f68f4e8b83a4fa74 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 17 Feb 2023 15:57:10 +0100 Subject: [PATCH 1/2] fix: stop using hugo cmd in the helm chart --- chart/values.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index f1a588f..7b69c68 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -16,11 +16,6 @@ deployAnnotations: podSecurityContext: {} # fsGroup: 2000 -command: - - "/bin/sh" - - "-c" - - "hugo server --bind 0.0.0.0 -p 80 -b https://badhouseplants.net/ --appendPort=false" - securityContext: {} # capabilities: # drop: -- 2.40.1 From 470b7df2f3584e77d467c7f41655777a7c2d05b6 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 17 Feb 2023 15:58:08 +0100 Subject: [PATCH 2/2] fix: update chart version --- chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index bd0bc0e..2df2605 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: badhouseplants-net description: A Helm chart for Kubernetes type: application -version: 0.1.12 +version: 0.2.0 appVersion: "1.16.0" -- 2.40.1