Skip to content

Commit

Permalink
Merge pull request #138 from ueckoken/use-image-of-2022
Browse files Browse the repository at this point in the history
Use 2022 image
  • Loading branch information
gotti authored Oct 15, 2022
2 parents dc93aa5 + 00789e3 commit 0186f20
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manifests/flux-system/flux.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: plarail2022-flux
namespace: plarail2021
spec:
interval: 1m
path: ./manifests/flux-system
prune: true
sourceRef:
kind: GitRepository
name: plarail2022
validation: client
13 changes: 13 additions & 0 deletions manifests/flux-system/imageautomation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: plarail2022-image
namespace: plarail2021
spec:
interval: 1m
path: ./manifests/imageautomation
prune: true
sourceRef:
kind: GitRepository
name: plarail2022
validation: client

0 comments on commit 0186f20

Please sign in to comment.