Skip to content

Commit

Permalink
Updated minikube to 1.25.2 (#87)
Browse files Browse the repository at this point in the history
Keeping up with the latest changes.
  • Loading branch information
freemanjp authored Feb 27, 2022
1 parent b9213ac commit a8e074e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ are shown below):

```yaml
# Minikube version number
minikube_version: '1.25.1'
minikube_version: '1.25.2'

# Directory to store files downloaded for Minikube
minikube_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Minikube version number
minikube_version: '1.25.1'
minikube_version: '1.25.2'

# Directory to store files downloaded for Minikube
minikube_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"

0 comments on commit a8e074e

Please sign in to comment.