Udpate baseurl
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-02-25 13:32:02 +01:00
parent d1935907b1
commit 814f66fc55
3 changed files with 5 additions and 6 deletions

View File

@ -2,5 +2,5 @@ apiVersion: v2
name: badhouseplants-net
description: A Helm chart for Kubernetes
type: application
version: 0.3.4
version: 0.3.5
appVersion: "1.16.0"

View File

@ -46,9 +46,9 @@ spec:
resources:
{{- toYaml .Values.rclone.container.resources | nindent 12 }}
- name: {{ .Values.hugo.container.name }}
env:
- name: HUGO_BASEURL
value: {{ .Values.hugo.env.HUGO_BASEURL }}
args:
- --baseURL
- {{ .Values.hugo.baseURL }}
volumeMounts:
- name: {{ .Values.volumes.rclone.name }}
mountPath: /src/static

View File

@ -33,8 +33,7 @@ hugo:
repository: git.badhouseplants.net/allanger/badhouseplants-net
pullPolicy: Always
tag: latest
env:
HUGO_BASEURL: badhouseplants.net
baseURL: badhouseplants.net
istio:
enabled: true