diff --git a/flux/cluster/base/flux-system/image-update-automation/image-update-automation.yaml b/flux/cluster/base/flux-system/image-update-automation/image-update-automation.yaml deleted file mode 100644 index bc1fdf2..0000000 --- a/flux/cluster/base/flux-system/image-update-automation/image-update-automation.yaml +++ /dev/null @@ -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 diff --git a/flux/cluster/base/flux-system/image-update-automation/kustomization.yaml b/flux/cluster/base/flux-system/image-update-automation/kustomization.yaml deleted file mode 100644 index d370ea6..0000000 --- a/flux/cluster/base/flux-system/image-update-automation/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - image-update-automation.yaml - - zookeeper.yaml diff --git a/flux/cluster/base/flux-system/image-update-automation/zookeeper.yaml b/flux/cluster/base/flux-system/image-update-automation/zookeeper.yaml deleted file mode 100644 index 7aba21c..0000000 --- a/flux/cluster/base/flux-system/image-update-automation/zookeeper.yaml +++ /dev/null @@ -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: "*" diff --git a/flux/cluster/base/flux-system/kustomization.yaml b/flux/cluster/base/flux-system/kustomization.yaml index c363544..9b07814 100644 --- a/flux/cluster/base/flux-system/kustomization.yaml +++ b/flux/cluster/base/flux-system/kustomization.yaml @@ -4,5 +4,4 @@ resources: - gotk-components.yaml - gotk-sync.yaml - xirion-registry-creds.yaml - - image-update-automation - charts