From 34de09e6368ad78e782a86f4f5abc208974bf590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Voto=C4=8Dek?= Date: Thu, 6 Jul 2023 02:25:43 +0200 Subject: [PATCH] chore(comments): add comments with link to releases --- .github/workflows/container.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 5747ae1..c717003 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -7,10 +7,10 @@ on: - '**' env: - kubectl_version: 1.27.3 - helm_version: 3.12.1 - sentry_cli_version: 2.19.4 - aws_cli_version: 2.12.7 + kubectl_version: 1.27.3 # https://github.com/kubernetes/kubernetes/releases + helm_version: 3.12.1 # https://github.com/helm/helm/releases + sentry_cli_version: 2.19.4 # https://github.com/getsentry/sentry-cli/releases/ + aws_cli_version: 2.12.7 # https://github.com/aws/aws-cli/tags jobs: build: