flux update
This commit is contained in:
parent
06a635e154
commit
388129865e
1 changed files with 0 additions and 79 deletions
|
|
@ -25,82 +25,3 @@ spec:
|
|||
path: ./k8s
|
||||
prune: true
|
||||
targetNamespace: prop
|
||||
---
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImageRepository
|
||||
metadata:
|
||||
name: prop
|
||||
namespace: flux-system
|
||||
spec:
|
||||
image: git.mcintire.me/graham/prop
|
||||
interval: 1m
|
||||
provider: generic
|
||||
secretRef:
|
||||
name: forgejo-registry
|
||||
---
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImagePolicy
|
||||
metadata:
|
||||
name: prop
|
||||
namespace: flux-system
|
||||
spec:
|
||||
imageRepositoryRef:
|
||||
name: prop
|
||||
policy:
|
||||
numerical:
|
||||
order: asc
|
||||
filterTags:
|
||||
pattern: ^main-(?P<ts>[0-9]+)-[a-f0-9]+$
|
||||
extract: $ts
|
||||
---
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImageRepository
|
||||
metadata:
|
||||
name: prop-grid-rs
|
||||
namespace: flux-system
|
||||
spec:
|
||||
image: git.mcintire.me/graham/prop-grid-rs
|
||||
interval: 1m
|
||||
provider: generic
|
||||
secretRef:
|
||||
name: forgejo-registry
|
||||
---
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImagePolicy
|
||||
metadata:
|
||||
name: prop-grid-rs
|
||||
namespace: flux-system
|
||||
spec:
|
||||
imageRepositoryRef:
|
||||
name: prop-grid-rs
|
||||
policy:
|
||||
numerical:
|
||||
order: asc
|
||||
filterTags:
|
||||
pattern: ^main-(?P<ts>[0-9]+)-[a-f0-9]+$
|
||||
extract: $ts
|
||||
---
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImageUpdateAutomation
|
||||
metadata:
|
||||
name: prop
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: prop
|
||||
git:
|
||||
checkout:
|
||||
ref:
|
||||
branch: main
|
||||
commit:
|
||||
author:
|
||||
name: FluxCD
|
||||
email: fluxcd@w5isp.com
|
||||
messageTemplate: 'chore: update prop image to {{range .Changed.Changes}}{{.NewValue}}{{end}} [skip ci]'
|
||||
push:
|
||||
branch: main
|
||||
update:
|
||||
path: ./k8s
|
||||
strategy: Setters
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue