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: