mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Merge branch 'main' of github.com:DeveloperDurp/homelab
This commit is contained in:
commit
508fa4e042
2 changed files with 8 additions and 4 deletions
|
|
@ -2,6 +2,10 @@ apiVersion: v2
|
|||
name: durpapi
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.0.1
|
||||
appVersion: 0.0.1
|
||||
|
||||
version: 0.1.0
|
||||
appVersion: "0.1.0"
|
||||
dependencies:
|
||||
- name: durpapi
|
||||
repository: https://gitlab.com/api/v4/projects/45025483/packages/helm/stable
|
||||
version: 0.1.0
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: durpot
|
||||
image: ghcr.io/developerdurp/durpot:latest
|
||||
image: registry.gitlab.com/developerdurp/durpot
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: durpot-secret
|
||||
name: durpot-secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue