Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pinned docker version and fix e2e test #662

Merged
merged 3 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ jobs:
- image: goreleaser/goreleaser:v1.10.3
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
- setup_remote_docker
- *enable_experimental_docker_features
- *install_vault_alpine
- rok8s/get_vault_env:
Expand Down
2 changes: 1 addition & 1 deletion end_to_end_testing/course_files/10_test_git_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charts:
path: stable
goldilocks-10:
chart: goldilocks
version: 62e94e8412a34c2ad7e6ddf0ecb27ba054748a2e
version: 8d2e55aeaedfd3de3839babf3fb5f747ff17cbd9
repository:
git: https://github.com/FairwindsOps/charts
path: stable
Expand Down