fix: default baseURL was broken
This commit is contained in:
parent
5deaee3357
commit
99a168644f
@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: badhouseplants-net
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.3.8
|
||||
version: 0.3.9
|
||||
appVersion: "1.16.0"
|
||||
|
@ -40,7 +40,7 @@ hugo:
|
||||
repository: git.badhouseplants.net/allanger/badhouseplants-net
|
||||
pullPolicy: Always
|
||||
tag: latest
|
||||
baseURL: badhouseplants.net
|
||||
baseURL: https://badhouseplants.net/
|
||||
buildDrafts: false
|
||||
|
||||
istio:
|
||||
|
Reference in New Issue
Block a user