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