Add ability to include/exclude namespaces.

This commit is contained in:
2024-09-05 08:15:05 +01:00
parent 0e34ab7a27
commit 9b1135cb7b
15 changed files with 124 additions and 37 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ description: |
type: application
version: 0.1.5
version: 0.1.7
appVersion: "0.1.5"
appVersion: "0.1.7"
home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator
+2
View File
@@ -76,6 +76,8 @@ spec:
type: string
image:
type: string
imageNamespace:
type: string
sha:
type: string
storage:
@@ -61,6 +61,10 @@ spec:
createdAt:
format: date-time
type: string
excludedNamespaces:
items:
type: string
type: array
excludes:
description: Exclude images which contain these strings
items:
@@ -75,6 +79,10 @@ spec:
type: integer
name:
type: string
namespaces:
items:
type: string
type: array
storage:
description: ClusterImageStorageSpec defines the desired state of ClusterImageStorage
properties:
+1 -1
View File
@@ -11,7 +11,7 @@ cmRaczyloCom:
- ALL
image:
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
tag: 0.1.5
tag: 0.1.7
resources:
limits:
cpu: 500m