Skip to content

Commit

Permalink
Update connect image
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Oct 12, 2023
1 parent 84c1d90 commit 32b0c98
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions apps/connect/image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageRepository
metadata:
name: connect
namespace: flux-system
spec:
image: ghcr.io/wisvch/connect
interval: 5m0s
---
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: connect
namespace: flux-system
spec:
imageRepositoryRef:
name: connect
filterTags:
pattern: "^(?P<ts>.*)-[a-fA-F0-9]+"
extract: "$ts"
policy:
numerical:
order: asc
1 change: 1 addition & 0 deletions apps/connect/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- image.yaml
- deploy.yaml
- service.yaml
- httproute.yaml
Expand Down

0 comments on commit 32b0c98

Please sign in to comment.