Skip to content

Commit 9dc7462

Browse files
authored
Pin to kubernetes~=32.0.1 to fix Ansible k8s modules (#348)
1 parent f5abe51 commit 9dc7462

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

deploy/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ k8s_aws_load_balancer_type: nlb
9797
# ----------------------------------------------------------------------------
9898

9999
# New Relic Account: forwardjustice-team@caktusgroup.com
100-
k8s_newrelic_chart_version: "6.0.1"
100+
k8s_newrelic_chart_version: "6.0.10"
101101
k8s_newrelic_logging_enabled: true
102102
k8s_newrelic_license_key: !vault |
103103
$ANSIBLE_VAULT;1.1;AES256

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dev = [
8484
"invoke-kubesae>=0.1.0",
8585
"ipython>=8.32.0",
8686
"isort>=6.0.0",
87-
"kubernetes==32.0.0",
87+
"kubernetes==32.*",
8888
"kubernetes-validate~=1.32.0",
8989
"openshift>=0.13.2",
9090
"pre-commit>=4.1.0",

0 commit comments

Comments
 (0)