Skip to content

Commit

Permalink
SYS-607 updates to nexus, dhcpd-dns-pxe, data-sync, restic
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Jul 5, 2023
1 parent b07eaa2 commit b7bcda5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion images/data-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV PEERNAME= \

ARG UNISON_VERSION=2.53.3
ARG OCAML_VERSION=4.14.1-r1
ARG UNISON_SHA=9364477df4501b9c7377e2ca1a7c4b44c1f16fa7cbc12b7f5b543d08c3f0740a
ARG UNISON_SHA=aaea04fc5bc76dcfe8627683c9659ee4c194d4f992cc8aaa15bbb2820fc8de46
ARG RRSYNC_SHA=b745a37909fc10087cc9c901ad7dfda8ad8b6b493097b156b68ba33db4a5a52f

COPY src/ /root/src/
Expand Down
3 changes: 2 additions & 1 deletion images/dhcpd-dns-pxe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ ENV DHCP_BOOT=pxelinux.0 \
TFTP_SERVER=self \
TZ=UTC

RUN apk add --no-cache --update dhcp=$DHCP_VERSION dnsmasq=$DNSMASQ_VERSION
RUN apk add --no-cache --update dhcp=$DHCP_VERSION dnsmasq=$DNSMASQ_VERSION &&
mkdir -m 755 /run/dhcp && chown dhcp /run/dhcp

EXPOSE 53/udp 67/udp 69/udp
VOLUME $DHCP_LEASE_PATH $TFTP_ROOT /etc/dhcpd.d/local /etc/dnsmasq.d/local
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/nexus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools
sources:
- https://github.com/instantlinux/docker-tools
type: application
version: 0.1.6
appVersion: "3.45.1"
version: 0.1.7
appVersion: "3.56.0"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/restic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/restic/restic
type: application
version: 0.1.4
version: 0.1.5
# Remember to update restic==<ver> in values.yaml as releases are published;
# the values.yaml file is not able to reference .Chart.appVersion
appVersion: "0.13.1-r6"
appVersion: "0.15.2-r1"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/restic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deployment:
args:
- -c
- >
apk add --update restic==0.13.1-r6 tzdata &&
apk add --update restic==0.15.2-r1 tzdata &&
ln -s /usr/share/zoneinfo/$TZ /etc/localtime &&
echo $TZ > /etc/timezone &&
echo "if [ -r $HOME/.resticrc ]; then . $HOME/.resticrc; fi" \
Expand Down Expand Up @@ -92,7 +92,7 @@ volumes:
image:
repository: alpine
pullPolicy: IfNotPresent
tag: 3.16
tag: 3.18

nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit b7bcda5

Please sign in to comment.