Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jarojasm95 committed May 15, 2024
1 parent f68ab48 commit 00fe159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aladdin"
version = "1.27.13.1"
version = "1.27.13.2"
description = ""
authors = ["Fivestars <dev@fivestars.com>"]
include = [
Expand Down
6 changes: 3 additions & 3 deletions scripts/infra_k8s_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ set -eu -o pipefail
# To force the script to do the full check, use the parameter '--force'

#- from : https://github.com/rancher/k3d/releases
VERSION_K3D="4.4.4"
VERSION_K3D="4.4.8"
#- from : https://github.com/kubernetes/kubernetes/releases
VERSION_KUBECTL="1.19.7"
VERSION_KUBECTL="1.27.13"
#- from : https://github.com/kubernetes/helm/releases
VERSION_HELM="3.8.2"
VERSION_HELM="3.12.0"


# This script is meant to check and test the necessary tools for using the infra tools.
Expand Down

0 comments on commit 00fe159

Please sign in to comment.