Skip to content

Commit

Permalink
Update common/types/envconfig.go
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Bacher <[email protected]>
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT and bacherfl authored Nov 22, 2023
1 parent 4c622c1 commit 09ae2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/types/envconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type EnvConfig struct {
SidecarManagementPort int `envconfig:"SIDECAR_MANAGEMENT_PORT" default:"8014"`
SidecarPort int `envconfig:"SIDECAR_PORT" default:"8013"`
SidecarImage string `envconfig:"SIDECAR_IMAGE" default:"ghcr.io/open-feature/flagd"`
// renovate: datasource=github-tags depName=open-feature/flagd/flagd-proxy
// renovate: datasource=github-tags depName=open-feature/flagd/flagd
SidecarTag string `envconfig:"SIDECAR_TAG" default:"v0.7.0"`
SidecarSocketPath string `envconfig:"SIDECAR_SOCKET_PATH" default:""`
SidecarEvaluator string `envconfig:"SIDECAR_EVALUATOR" default:"json"`
Expand Down

0 comments on commit 09ae2ee

Please sign in to comment.