Skip to content

Commit

Permalink
use flagD version from main
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 14, 2023
1 parent ec9c8cd commit 399126b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/flagdproxy/flagdproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
FlagdProxyServiceName = "flagd-proxy-svc"
// renovate: datasource=github-tags depName=open-feature/flagd/flagd-proxy
// for testing
DefaultFlagdProxyTag = "beta2"
DefaultFlagdProxyTag = "beta-final"
DefaultFlagdProxyImage = "docker.io/odubajdt/flagd-proxy"
DefaultFlagdProxyPort = 8015
DefaultFlagdProxyMetricsPort = 8016
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kuttl/fsconfig-flagd-proxy-sync/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
evaluator: json
defaultSyncProvider: flagd-proxy
# only for testing purposes
tag: beta2
tag: beta-final
image: docker.io/odubajdt/flagd
sources:
- source: end-to-end-test
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kuttl/fsconfig-flagd-proxy-sync/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
- name: open-feature-e2e-test
image: nginx:stable-alpine
- name: flagd # this part verifies flagd injection happened
image: docker.io/odubajdt/flagd:beta2
image: docker.io/odubajdt/flagd:beta-final
2 changes: 1 addition & 1 deletion test/e2e/kuttl/fsconfig-k8s-sync/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
evaluator: json
defaultSyncProvider: kubernetes
# only for testing purposes
tag: beta2
tag: beta-final
image: docker.io/odubajdt/flagd
sources:
- source: end-to-end-test
Expand Down

0 comments on commit 399126b

Please sign in to comment.