File tree Expand file tree Collapse file tree 5 files changed +5
-48
lines changed
chart/open-feature-operator/templates Expand file tree Collapse file tree 5 files changed +5
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1212kind : Kustomization
1313images :
1414- name : controller
15- newName : ghcr.io/open-feature/open-feature-operator
16- newTag : main
15+ newName : controller
16+ newTag : latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments