remove obsolete flux manifest and imagepolicy annotations

This commit is contained in:
Graham McIntire 2026-04-29 11:00:13 -05:00
parent 3a01fe9d6b
commit 9720223487
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
2 changed files with 2 additions and 29 deletions

View file

@ -32,7 +32,7 @@ spec:
type: RuntimeDefault
initContainers:
- name: migrate
image: git.mcintire.me/graham/towerops-web:main-1777403311-23304e1 # {"$imagepolicy": "flux-system:towerops-web"}
image: git.mcintire.me/graham/towerops-web:main-1777403311-23304e1
imagePullPolicy: IfNotPresent
command: ["/app/bin/migrate"]
securityContext:
@ -100,7 +100,7 @@ spec:
cpu: "500m"
containers:
- name: towerops
image: git.mcintire.me/graham/towerops-web:main-1777403311-23304e1 # {"$imagepolicy": "flux-system:towerops-web"}
image: git.mcintire.me/graham/towerops-web:main-1777403311-23304e1
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false

View file

@ -1,27 +0,0 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: towerops-web
namespace: flux-system
spec:
interval: 1m
url: https://git.mcintire.me/graham/towerops-web.git
ref:
branch: main
secretRef:
name: forgejo-git-credentials
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: towerops-app
namespace: flux-system
spec:
interval: 5m
sourceRef:
kind: GitRepository
name: towerops-web
path: ./k8s
prune: true
targetNamespace: towerops