From 7f85fe082d99827e86cde9ddf87d102769334ade Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 27 Jul 2025 11:43:40 +0100 Subject: [PATCH] Remove image ignored from upstream apps Signed-off-by: Marcus Noble --- manifests/_apps/grist.yaml | 4 ---- manifests/_apps/mastodon-digest.yaml | 4 ---- manifests/_apps/mealie.yaml | 4 ---- manifests/_apps/rss.yaml | 4 ---- 4 files changed, 16 deletions(-) diff --git a/manifests/_apps/grist.yaml b/manifests/_apps/grist.yaml index 6408ba9..dd0c5c8 100644 --- a/manifests/_apps/grist.yaml +++ b/manifests/_apps/grist.yaml @@ -22,8 +22,4 @@ spec: - kind: Secret jsonPointers: - /data - - group: apps - kind: Deployment - jqPathExpressions: - - .spec.template.spec.containers[]?.image --- diff --git a/manifests/_apps/mastodon-digest.yaml b/manifests/_apps/mastodon-digest.yaml index c4b53d6..58ffcd1 100644 --- a/manifests/_apps/mastodon-digest.yaml +++ b/manifests/_apps/mastodon-digest.yaml @@ -22,8 +22,4 @@ spec: - kind: Secret jsonPointers: - /data - - group: apps - kind: Deployment - jqPathExpressions: - - .spec.template.spec.containers[]?.image --- diff --git a/manifests/_apps/mealie.yaml b/manifests/_apps/mealie.yaml index 9689fa8..4dbd38a 100644 --- a/manifests/_apps/mealie.yaml +++ b/manifests/_apps/mealie.yaml @@ -22,8 +22,4 @@ spec: - kind: Secret jsonPointers: - /data - - group: apps - kind: Deployment - jqPathExpressions: - - .spec.template.spec.containers[]?.image --- diff --git a/manifests/_apps/rss.yaml b/manifests/_apps/rss.yaml index 4718101..56b02c6 100644 --- a/manifests/_apps/rss.yaml +++ b/manifests/_apps/rss.yaml @@ -22,8 +22,4 @@ spec: - kind: Secret jsonPointers: - /data - - group: apps - kind: Deployment - jqPathExpressions: - - .spec.template.spec.containers[]?.image ---