Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/zerovec-derive-0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 13, 2024
2 parents 35f5e30 + 1d7b927 commit 5e7c586
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/fuel-core-nats.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ FROM ubuntu:22.04 as run
ARG IP=0.0.0.0
ARG PORT=4000
ARG P2P_PORT=30333
ARG DB_PATH=./mnt/db/
ARG DB_PATH=/mnt/db/
ARG POA_INSTANT=false
ARG RELAYER_LOG_PAGE_SIZE=2000
ARG SERVICE_NAME="NATS Publisher Node"
Expand All @@ -68,7 +68,7 @@ ENV RELAYER_V2_LISTENING_CONTRACTS=
ENV RELAYER_DA_DEPLOY_HEIGHT=
ENV NATS_URL=

WORKDIR /root/
WORKDIR /usr/src

RUN apt-get update -y \
&& apt-get install -y --no-install-recommends ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion helm/fuel-core-nats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.2.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 6 additions & 0 deletions helm/fuel-core-nats/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ spec:
serviceAccountName: {{ include "fuel-core-nats.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
{{- with .Values.initContainers }}
initContainers:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand All @@ -54,6 +58,8 @@ spec:
envFrom:
- configMapRef:
name: {{ .Release.Name }}
- secretRef:
name: {{ .Release.Name }}
volumes:
- name: fueldrop-allocation-config
configMap:
Expand Down
2 changes: 1 addition & 1 deletion helm/fuel-core-nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/fuellabs/fuel-core-nats
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "9d944ae"
tag: "7e14a2a"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 5e7c586

Please sign in to comment.