Skip to content

Commit c205a4f

Browse files
chore(deps): update open-feature/flagd
1 parent ffc6cec commit c205a4f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

chart/open-feature-operator/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sidecarConfiguration:
1616
## @param sidecarConfiguration.image.repository Sets the image for the injected sidecar.
1717
repository: "ghcr.io/open-feature/flagd"
1818
## @param sidecarConfiguration.image.tag Sets the version tag for the injected sidecar.
19-
tag: v0.7.2
19+
tag: v0.8.1
2020
## @param sidecarConfiguration.providerArgs Used to append arguments to the sidecar startup command. This value is a comma separated string of key values separated by '=', e.g. `key=value,key2=value2` results in the appending of `--sync-provider-args key=value --sync-provider-args key2=value2`.
2121
providerArgs: ""
2222
## @param sidecarConfiguration.envVarPrefix Sets the prefix for all environment variables set in the injected sidecar.
@@ -46,7 +46,7 @@ flagdProxyConfiguration:
4646
## @param flagdProxyConfiguration.image.repository Sets the image for the flagd-proxy deployment.
4747
repository: "ghcr.io/open-feature/flagd-proxy"
4848
## @param flagdProxyConfiguration.image.tag Sets the tag for the flagd-proxy deployment.
49-
tag: v0.3.2
49+
tag: v0.4.2
5050
## @param flagdProxyConfiguration.debugLogging Controls the addition of the `--debug` flag to the container startup arguments.
5151
debugLogging: false
5252

test/e2e/kuttl/fsconfig-file-sync/01-assert.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ spec:
1313
- name: open-feature-e2e-test
1414
image: nginx:stable-alpine
1515
- name: flagd # this part verifies flagd injection happened
16-
image: ghcr.io/open-feature/flagd:v0.7.2
16+
image: ghcr.io/open-feature/flagd:v0.8.1

test/e2e/kuttl/fsconfig-flagd-proxy-sync/01-assert.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ spec:
1313
- name: open-feature-e2e-test
1414
image: nginx:stable-alpine
1515
- name: flagd # this part verifies flagd injection happened
16-
image: ghcr.io/open-feature/flagd:v0.7.2
16+
image: ghcr.io/open-feature/flagd:v0.8.1

test/e2e/kuttl/fsconfig-k8s-sync/01-assert.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ spec:
1414
- name: open-feature-e2e-test
1515
image: nginx:stable-alpine
1616
- name: flagd # this part verifies flagd injection happened
17-
image: ghcr.io/open-feature/flagd:v0.7.2
17+
image: ghcr.io/open-feature/flagd:v0.8.1

0 commit comments

Comments
 (0)