Skip to content

Commit

Permalink
*: remove image caches
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jan 9, 2024
1 parent e99a796 commit 397890e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 40 deletions.
9 changes: 0 additions & 9 deletions apps/homeassistant/jsonnet/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,6 @@ local all = {
},

homeassistant: homeassistant(config.homeassistant) + {
imagecache: imagecache(
{
name: 'homeassistant',
namespace: config.homeassistant.namespace,
},
[
config.homeassistant.image,
]
),
credentials: externalsecret(
{
name: config.homeassistant.apiTokenSecretKeySelector.name,
Expand Down
9 changes: 0 additions & 9 deletions apps/homeassistant/manifests/homeassistant/imagecache.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions apps/minio/imagecache.yaml

This file was deleted.

1 change: 0 additions & 1 deletion apps/minio/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: minio
resources:
- imagecache.yaml
- repository.yaml
- release.yaml
- secret-root-creds.yaml
Expand Down
12 changes: 0 additions & 12 deletions base/kube-fledged/manifests/imagecache.yaml

This file was deleted.

0 comments on commit 397890e

Please sign in to comment.