File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get upgrade -y \
99 && update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
1010
1111FROM baseline AS tool_builder
12- ARG kubectl_version=1.30.10
12+ ARG kubectl_version=1.31.7
1313
1414WORKDIR /build
1515
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ The following list details our dependencies and versions (~ indicates multiple p
1313| ~ | docker | >=25.0.3 |
1414| ~ | git | any |
1515| ~ | rsync | any |
16- | ~ | kubectl | 1.29 - 1.31 |
16+ | ~ | kubectl | 1.30 - 1.32 |
1717| ~ | Helm | 3.16.2 |
1818| pip3 | ansible | 10.5.0 |
1919| pip3 | openshift | 0.13.2 |
20- | pip3 | kubernetes | 29 .0.0 |
20+ | pip3 | kubernetes | 32 .0.1 |
2121| pip3 | dnspython | 2.7.0 |
2222| pip3 | docker | 7.1.0 |
23- | pip3 | urllib3 | 2.2.3 |
23+ | pip3 | urllib3 | 2.3.0 |
2424| ansible-galaxy | community.docker | 3.13.0 |
2525| ansible-galaxy | ansible.utils | 5.1.2 |
2626| ansible-galaxy | kubernetes.core | 5.0.0 |
@@ -49,7 +49,7 @@ As described in the [Docker Installation](./DockerUsage.md) section add addition
4949``` bash
5050# Override kubectl version
5151docker build \
52- --build-arg kubectl_version=1.30.6 \
52+ --build-arg kubectl_version=1.31.7 \
5353 -t viya4-deployment .
5454```
5555
Original file line number Diff line number Diff line change 1- ansible = =10.5.0 # 9.6.0 # 9.2.0 # 9.1.0 # 8.6.0 # 2.10.7
1+ ansible ~ =10.5.0 # 9.6.0 # 9.2.0 # 9.1.0 # 8.6.0 # 2.10.7
22openshift == 0.13.2 # 0.13.1 # 0.12.0
3- kubernetes = =32.0.1 # 27.2.0 # 26.1.0 # 12.0.1
3+ kubernetes ~ =32.0.1 # 27.2.0 # 26.1.0 # 12.0.1
44dnspython == 2.7.0 # 2.6.1 # 2.3.0 # 2.1.0
55docker == 7.1.0 # 7.0.0 # 5.0.3
6- urllib3 = =2.3.0 # 1.26.18
6+ urllib3 ~ =2.3.0 # 1.26.18
77wheel >= 0.44.0 # 0.38.1
88setuptools >= 75.1.0 # 65.5.1
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ CERT_MANAGER_CONFIG:
2525METRICS_SERVER_ENABLED : true
2626METRICS_SERVER_NAME : metrics-server
2727METRICS_SERVER_CHART_NAME : metrics-server
28- METRICS_SERVER_CHART_URL : https://charts.bitnami.com/bitnami /
29- METRICS_SERVER_CHART_VERSION : 6.6.5
28+ METRICS_SERVER_CHART_URL : https://kubernetes-sigs.github.io/metrics-server /
29+ METRICS_SERVER_CHART_VERSION : 3.12.2
3030METRICS_SERVER_CONFIG :
3131 apiService :
3232 create : true
@@ -178,7 +178,7 @@ CLUSTER_AUTOSCALER_NAME: cluster-autoscaler
178178CLUSTER_AUTOSCALER_NAMESPACE : kube-system
179179CLUSTER_AUTOSCALER_CHART_NAME : cluster-autoscaler
180180CLUSTER_AUTOSCALER_CHART_URL : https://kubernetes.github.io/autoscaler
181- CLUSTER_AUTOSCALER_CHART_VERSION : 9.36.0
181+ CLUSTER_AUTOSCALER_CHART_VERSION : 9.46.6
182182CLUSTER_AUTOSCALER_ACCOUNT : null
183183CLUSTER_AUTOSCALER_LOCATION : us-east-1
184184CLUSTER_AUTOSCALER_CONFIG :
You can’t perform that action at this time.
0 commit comments