Skip to content

Commit 732d33e

Browse files
author
Andrew Suderman
authored
update versions (#5)
1 parent 01c2beb commit 732d33e

4 files changed

+12
-15
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ ENV TMPDIR=/tmp
55
ENV TZ=Etc/GMT
66
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
77

8-
ENV VAULT_VERSION="1.6.3"
9-
ENV TERRAFORM_VERSION="0.13.6"
10-
118
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
129
&& apt-get upgrade -y \
1310
&& apt-get install -y -qq \

tool-versions

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
helm 3.5.2
1+
helm 3.7.1
22
k6 0.27.1
3-
kops v1.17.2
4-
kube-capacity 0.3.3
5-
kubectl 1.19.2
6-
linkerd 2.9.4
7-
nova 2.2.0
8-
pluto 3.5.2
9-
rbac-lookup 0.6.1
3+
kops v1.21.1
4+
kube-capacity 0.4.0
5+
kubectl 1.22.4
6+
linkerd 2.11.1
7+
nova 2.3.4
8+
pluto 5.1.0
9+
rbac-lookup 0.7.1
1010
shellcheck 0.7.0
11-
terraform 0.13.6
12-
vault 1.6.3
11+
terraform 1.0.11
12+
vault 1.9.0
1313
yq 3.4.1

utility-deploy-privileged.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
hostNetwork: true
1818
containers:
1919
- name: utilities
20-
image: quay.io/sudermanjr/utilities:latest
20+
image: quay.io/sudermanjr/utilities:2.0
2121
# Just spin & wait forever
2222
command: [ "/bin/bash", "-c", "--" ]
2323
args: [ "while true; do sleep 30; done;" ]

utility-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: utilities
19-
image: quay.io/sudermanjr/utilities:latest
19+
image: quay.io/sudermanjr/utilities:2.0
2020
# Just spin & wait forever
2121
command: [ "/bin/bash", "-c", "--" ]
2222
args: [ "while true; do sleep 30; done;" ]

0 commit comments

Comments
 (0)