Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions k8s/bases/apps/ascoachingogvaner/image-policy.yaml

This file was deleted.

1 change: 0 additions & 1 deletion k8s/bases/apps/ascoachingogvaner/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ resources:
- rolebinding.yaml
- serviceaccount.yaml
- sync.yaml
- image-policy.yaml
- networkpolicy.yaml
2 changes: 1 addition & 1 deletion k8s/bases/apps/ascoachingogvaner/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
interval: 1m
ref:
tag: 1.1.0 # {"$imagepolicy": "ascoachingogvaner:ascoachingogvaner:tag"}
semver: ">=1.0.0"
url: oci://ghcr.io/devantler-tech/ascoachingogvaner/manifests
secretRef:
name: ghcr-auth
Expand Down
26 changes: 0 additions & 26 deletions k8s/bases/apps/wedding-app/image-policy.yaml

This file was deleted.

1 change: 0 additions & 1 deletion k8s/bases/apps/wedding-app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ resources:
- serviceaccount.yaml
- sops-age-secret.enc.yaml
- sync.yaml
- image-policy.yaml
- networkpolicy.yaml
2 changes: 1 addition & 1 deletion k8s/bases/apps/wedding-app/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
interval: 1m
ref:
tag: 1.5.9 # {"$imagepolicy": "wedding-app:wedding-app:tag"}
semver: ">=1.0.0"
url: oci://ghcr.io/devantler-tech/wedding-app/manifests
secretRef:
name: ghcr-auth
Expand Down

This file was deleted.

25 changes: 0 additions & 25 deletions k8s/providers/hetzner/apps/image-automation/git-repository.yaml

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion k8s/providers/hetzner/apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../bases/apps/
- image-automation/
patches:
- target:
group: kustomize.toolkit.fluxcd.io
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Extends the KSail-bootstrapped FluxInstance to include image automation
# controllers (image-reflector-controller + image-automation-controller).
# KSail creates the initial FluxInstance during `ksail cluster create`;
# this resource is reconciled by the infrastructure-controllers Flux
# Kustomization post-bootstrap in the Hetzner (prod) environment only.
# Overrides the KSail-bootstrapped FluxInstance to pin the distribution and
# tune the controllers. KSail creates the initial FluxInstance during
# `ksail cluster create`; this resource is reconciled by the
# infrastructure-controllers Flux Kustomization post-bootstrap in the Hetzner
# (prod) environment only. Tenant apps update via native OCIRepository semver
# selection, so the image-reflector/image-automation controllers are not
# installed.
---
apiVersion: fluxcd.controlplane.io/v1
kind: FluxInstance
Expand All @@ -18,8 +20,6 @@ spec:
- kustomize-controller
- helm-controller
- notification-controller
- image-reflector-controller
- image-automation-controller
cluster:
type: kubernetes
multitenant: false
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- seed-hcloud.yaml
- git-key-secret.enc.yaml
- seed-image-automation-git.yaml

This file was deleted.

Loading