File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout Repo
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Run Hadolint Action
16
- uses : jbergstroem/hadolint-gh-action@v1.11.0
16
+ uses : jbergstroem/hadolint-gh-action@v1.12.2
17
17
with :
18
18
dockerfile : ./Dockerfile
19
19
config_file : linting-configs/.hadolint.yaml
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout Repo
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
# .shellcheckrc is read from the current dir
31
31
- name : Copy Config to Parent Level Directory
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Checkout Repo
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
47
47
# The latest ansible/ansible-lint-action removed the
48
48
# ability to specify configs from other dirs
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get upgrade -y \
9
9
&& update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
10
10
11
11
FROM baseline AS tool_builder
12
- ARG kubectl_version=1.30.10
12
+ ARG kubectl_version=1.31.7
13
13
14
14
WORKDIR /build
15
15
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
13
13
| ~ | docker | >=25.0.3 |
14
14
| ~ | git | any |
15
15
| ~ | rsync | any |
16
- | ~ | kubectl | 1.29 - 1.31 |
16
+ | ~ | kubectl | 1.30 - 1.32 |
17
17
| ~ | Helm | 3.16.2 |
18
18
| pip3 | ansible | 10.5.0 |
19
19
| pip3 | openshift | 0.13.2 |
20
- | pip3 | kubernetes | 29 .0.0 |
20
+ | pip3 | kubernetes | 32 .0.1 |
21
21
| pip3 | dnspython | 2.7.0 |
22
22
| pip3 | docker | 7.1.0 |
23
- | pip3 | urllib3 | 2.2.3 |
23
+ | pip3 | urllib3 | 2.3.0 |
24
24
| ansible-galaxy | community.docker | 3.13.0 |
25
25
| ansible-galaxy | ansible.utils | 5.1.2 |
26
26
| ansible-galaxy | kubernetes.core | 5.0.0 |
@@ -49,7 +49,7 @@ As described in the [Docker Installation](./DockerUsage.md) section add addition
49
49
``` bash
50
50
# Override kubectl version
51
51
docker build \
52
- --build-arg kubectl_version=1.30.6 \
52
+ --build-arg kubectl_version=1.31.7 \
53
53
-t viya4-deployment .
54
54
```
55
55
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
2
2
openshift == 0.13.2 # 0.13.1 # 0.12.0
3
- kubernetes == 29 .0.0 # 27.2.0 # 26.1.0 # 12.0.1
3
+ kubernetes ~= 32 .0.1 # 27.2.0 # 26.1.0 # 12.0.1
4
4
dnspython == 2.7.0 # 2.6.1 # 2.3.0 # 2.1.0
5
5
docker == 7.1.0 # 7.0.0 # 5.0.3
6
- urllib3 == 2.2.3 # 1.26.18
6
+ urllib3 ~= 2.3.0 # 1.26.18
7
7
wheel >= 0.44.0 # 0.38.1
8
8
setuptools >= 75.1.0 # 65.5.1
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ CERT_MANAGER_CONFIG:
25
25
METRICS_SERVER_ENABLED : true
26
26
METRICS_SERVER_NAME : metrics-server
27
27
METRICS_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
30
30
METRICS_SERVER_CONFIG :
31
31
apiService :
32
32
create : true
@@ -178,7 +178,7 @@ CLUSTER_AUTOSCALER_NAME: cluster-autoscaler
178
178
CLUSTER_AUTOSCALER_NAMESPACE : kube-system
179
179
CLUSTER_AUTOSCALER_CHART_NAME : cluster-autoscaler
180
180
CLUSTER_AUTOSCALER_CHART_URL : https://kubernetes.github.io/autoscaler
181
- CLUSTER_AUTOSCALER_CHART_VERSION : 9.36.0
181
+ CLUSTER_AUTOSCALER_CHART_VERSION : 9.46.6
182
182
CLUSTER_AUTOSCALER_ACCOUNT : null
183
183
CLUSTER_AUTOSCALER_LOCATION : us-east-1
184
184
CLUSTER_AUTOSCALER_CONFIG :
You can’t perform that action at this time.
0 commit comments