Skip to content

Commit

Permalink
move to newest version of flagD
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 8, 2023
1 parent 244c897 commit ec9c8cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = "beta"
DefaultFlagdProxyTag = "beta2"
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: beta
tag: beta2
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:beta
image: docker.io/odubajdt/flagd:beta2
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: beta
tag: beta2
image: docker.io/odubajdt/flagd
sources:
- source: end-to-end-test
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kuttl/fsconfig-k8s-sync/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
- name: open-feature-e2e-test
image: nginx:stable-alpine
- name: flagd # this part verifies flagd injection happened
image: docker.io/odubajdt/flagd:beta
image: docker.io/odubajdt/flagd:beta2

0 comments on commit ec9c8cd

Please sign in to comment.