Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/tyk-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ dashboard:
repository: tykio/tyk-dashboard

# tag for Tyk Dashboard
tag: v5.8.6
tag: v5.8.7

# image pull policy
pullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ gateway:
repository: docker.tyk.io/tyk-gateway/tyk-gateway

# image tag for Tyk Gateway
tag: v5.8.6
tag: v5.8.7

# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent
Expand Down
4 changes: 2 additions & 2 deletions tyk-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ tyk-gateway:
repository: tykio/tyk-gateway-ee

# image tag for Tyk Gateway
tag: v5.8.6
tag: v5.8.7

# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -1312,7 +1312,7 @@ tyk-dashboard:
repository: tykio/tyk-dashboard

# tag for Tyk Dashboard
tag: v5.8.6
tag: v5.8.7

# image pull policy
pullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion tyk-data-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ tyk-gateway:
repository: tykio/tyk-gateway-ee

# image tag for Tyk Gateway
tag: v5.8.6
tag: v5.8.7

# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion tyk-oss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@
repository: docker.tyk.io/tyk-gateway/tyk-gateway

# image tag for Tyk Gateway
tag: v5.9.1
tag: v5.8.7

Check warning on line 260 in tyk-oss/values.yaml

View check run for this annotation

probelabs / Visor: quality

logic Issue

The image tag for `tyk-gateway` is being changed from `v5.9.1` to `v5.8.7`. This appears to be a version downgrade. While most other components are being updated from `v5.8.6` to `v5.8.7`, this specific change is unusual. Please confirm if this downgrade is intentional and provide context. If this is a mistake, it should be corrected to the intended version for the release.

Check warning on line 261 in tyk-oss/values.yaml

View check run for this annotation

probelabs / Visor: security

security Issue

The `tyk-gateway` component in the `tyk-oss` chart is being downgraded from version `v5.9.1` to `v5.8.7`. Downgrading software versions is a security concern as it can reintroduce vulnerabilities that were patched in the newer version. This change could potentially expose the system to known security flaws that were addressed between versions `v5.8.7` and `v5.9.1`.
Raw output
Avoid downgrading components unless absolutely necessary. If the downgrade is intentional, please provide a justification and confirm that a risk assessment has been conducted to ensure that no critical vulnerabilities are being reintroduced. The recommended action is to use the latest stable version or, at a minimum, not to downgrade from a version that includes security fixes.
# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent

Expand Down
4 changes: 2 additions & 2 deletions tyk-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ tyk-gateway:
repository: tykio/tyk-gateway-ee

# image tag for Tyk Gateway
tag: v5.8.6
tag: v5.8.7

# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -1328,7 +1328,7 @@ tyk-dashboard:
repository: tykio/tyk-dashboard

# tag for Tyk Dashboard
tag: v5.8.6
tag: v5.8.7

# image pull policy
pullPolicy: Always
Expand Down
Loading