Skip to content

Commit

Permalink
updates to 0.2.6 of qgt
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Feb 20, 2023
1 parent df3a05c commit dee98af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/quorum-k8s-hooks/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM debian:stable

ARG QGT_VERSION=0.2.3
ARG QGT_VERSION=0.2.6

RUN mkdir -p /root/.kube/ && \
echo "fd97de6b91a121428112c52e5fe04a15" > /etc/machine-id && \
apt-get update && \
apt-get install -y --no-install-recommends \
pkg-config ca-certificates apt-transport-https gnupg gnupg2 lsb-release software-properties-common jq libc6-dev make curl wget vim dnsutils unzip libsodium-dev && \
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get install -y nodejs && \
npm install -g npm@latest

Expand Down
2 changes: 1 addition & 1 deletion helm/charts/besu-genesis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ rawGenesisConfig:

image:
repository: consensys/quorum-k8s-hooks
tag: qgt-0.2.3
tag: qgt-0.2.6
pullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion helm/charts/goquorum-genesis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ rawGenesisConfig:

image:
repository: consensys/quorum-k8s-hooks
tag: qgt-0.2.3
tag: qgt-0.2.6
pullPolicy: IfNotPresent

0 comments on commit dee98af

Please sign in to comment.