Skip to content

Commit 364156a

Browse files
cleanup
Signed-off-by: James Milligan <[email protected]>
1 parent 47baafd commit 364156a

File tree

5 files changed

+5
-48
lines changed

5 files changed

+5
-48
lines changed

artifacthub-repo.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

chart/open-feature-operator/templates/rendered.yaml

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ spec:
2121
kind: FeatureFlagConfiguration
2222
listKind: FeatureFlagConfigurationList
2323
plural: featureflagconfigurations
24-
shortNames:
25-
- ff
2624
singular: featureflagconfiguration
2725
scope: Namespaced
2826
versions:
@@ -249,19 +247,6 @@ spec:
249247
syncProvider:
250248
nullable: true
251249
properties:
252-
httpSyncConfiguration:
253-
description: HttpSyncConfiguration defines the desired configuration
254-
for a http sync
255-
nullable: true
256-
properties:
257-
bearerToken:
258-
type: string
259-
target:
260-
description: Target is the target url for flagd to poll
261-
type: string
262-
required:
263-
- target
264-
type: object
265250
name:
266251
type: string
267252
required:
@@ -526,19 +511,6 @@ spec:
526511
syncProvider:
527512
nullable: true
528513
properties:
529-
httpSyncConfiguration:
530-
description: HttpSyncConfiguration defines the desired configuration
531-
for a http sync
532-
nullable: true
533-
properties:
534-
bearerToken:
535-
type: string
536-
target:
537-
description: Target is the target url for flagd to poll
538-
type: string
539-
required:
540-
- target
541-
type: object
542514
name:
543515
type: string
544516
required:
@@ -844,9 +816,9 @@ spec:
844816
- /manager
845817
env:
846818
- name: FLAGD_VERSION
847-
value: v0.2.7
819+
value: v0.2.5
848820
image: ghcr.io/open-feature/open-feature-operator:main
849-
imagePullPolicy: IfNotPresent
821+
imagePullPolicy: Always
850822
livenessProbe:
851823
httpGet:
852824
path: /healthz
@@ -981,4 +953,4 @@ webhooks:
981953
- UPDATE
982954
resources:
983955
- featureflagconfigurations
984-
sideEffects: None
956+
sideEffects: None
-7.59 KB
Binary file not shown.

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
1414
- name: controller
15-
newName: ghcr.io/open-feature/open-feature-operator
16-
newTag: main
15+
newName: controller
16+
newTag: latest

index.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)