use fp as name
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
56053dac8d
commit
d8077ef582
|
@ -1,16 +1,16 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: futureporn
|
||||
name: fp
|
||||
namespace: futureporn
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: ./charts/futureporn
|
||||
chart: ./charts/fp
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: futureporn
|
||||
valuesFile: ./charts/futureporn/values-dev.yaml
|
||||
name: fp
|
||||
valuesFile: ./charts/fp/values-dev.yaml
|
||||
interval: 1m
|
||||
install:
|
||||
remediation:
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: futureporn
|
||||
namespace: flux-system
|
||||
name: fp
|
||||
namespace: futureporn
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://gitea.futureporn.net/futureporn/fp
|
|
@ -1,6 +1,6 @@
|
|||
name: fp
|
||||
description: The Galaxy's Best VTuber Hentai Site
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
apiVersion: v1
|
||||
keywords:
|
||||
- fp
|
Loading…
Reference in New Issue