Skip to content

Commit dc01110

Browse files
AndrienkoAleksandrRoming22
authored andcommitted
Add warning about yq source
1 parent 65572c3 commit dc01110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEPENDENCIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
| shellcheck | see [dependencies.sh](shared/config/dependencies.sh) | Validate shell scripts | |
4141
| skopeo | 1.y.z | Interact with images | |
4242
| yamllint | see [dependencies.sh](shared/config/dependencies.sh) | Validate YAML | |
43-
| yq | see [dependencies.sh](shared/config/dependencies.sh) | Required for parsing things; used in various scripts throughout the project | Certain features are not supported with versions < 4.18.1. Use Latest version to avoid any issues |
43+
| yq | see [dependencies.sh](shared/config/dependencies.sh) | Required for parsing things; used in various scripts throughout the project | Certain features are not supported with versions < 4.18.1. Use Latest version to avoid any issues. Warning: use yq from https://github.com/mikefarah/yq not https://github.com/kislyuk/yq |
4444
| docker | 20.10.z | For local development only | Only one of docker or podman is required. No requirement to use a particular version; users can install the latest version available at the time |
4545
| podman | 4.0.0 | For local development only | Only one of docker or podman is required. No requirement to use a particular version; users can install the latest version available at the time |
4646
| openssl | 3.0.2 | To manipulate certificate information during cluster registration | |
4747
| bitwarden | see [dependencies.sh](shared/config/dependencies.sh) | To store credentials outside the gitops repository | |
48-
| minio | 4.5.x | S3 compatible storage for tekton-results api server | Inconsistency in the operator catalogs available on HyperShift currently lead to variance of the version of minio seen in CI. Have see 4.5.3 and 4.5.1 in CI test runs. |
48+
| minio | 4.5.x | S3 compatible storage for tekton-results api server | Inconsistency in the operator catalogs available on HyperShift currently lead to variance of the version of minio seen in CI. Have see 4.5.3 and 4.5.1 in CI test runs. |

0 commit comments

Comments
 (0)