Skip to content

Commit

Permalink
chore(comments): add comments with link to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jul 6, 2023
1 parent d7795c6 commit 34de09e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 34de09e

Please sign in to comment.