remove image update automation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Vivian 2022-06-14 17:09:06 +02:00
parent 432a7159c6
commit 224dbb58c8
4 changed files with 0 additions and 52 deletions

View file

@ -1,24 +0,0 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageUpdateAutomation
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 15m0s
sourceRef:
kind: GitRepository
name: flux-system
git:
checkout:
ref:
branch: main
commit:
author:
email: fluxcdbot@users.noreply.github.com
name: fluxcdbot
messageTemplate: '{{range .Updated.Images}}{{println .}}{{end}}'
push:
branch: main
update:
path: ./flux/cluster/
strategy: Setters

View file

@ -1,5 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- image-update-automation.yaml
- zookeeper.yaml

View file

@ -1,22 +0,0 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageRepository
metadata:
name: zookeeper
namespace: flux-system
spec:
image: registry.xirion.net/library/zookeeper
interval: 15m0s
secretRef:
name: xirion-registry-creds
---
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: zookeeper
namespace: flux-system
spec:
imageRepositoryRef:
name: zookeeper
policy:
semver:
range: "*"

View file

@ -4,5 +4,4 @@ resources:
- gotk-components.yaml
- gotk-sync.yaml
- xirion-registry-creds.yaml
- image-update-automation
- charts