Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 10685b1 commit 867d1aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/burrito/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ hermitcrab:
image:
pullPolicy: Always
repository: sealio/hermitcrab
tag: main
tag: main@sha256:ca8eb5846c8d1c2f77c9f4d42ad4713ea07403ecb1f5b7b127ca3e2e177c3496
# -- Hermitcrab environment variables
env:
- name: SERVER_TLS_CERT_FILE
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
images:
- name: ghcr.io/padok-team/burrito
newName: ghcr.io/padok-team/burrito
newTag: main
newTag: main@sha256:e2281f54771ee5fcfcb674d3fafef7a4d842cfddf4e59034034c8d63e95d868f

resources:
- ./controllers
Expand Down
4 changes: 2 additions & 2 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20 AS build
FROM node:20@sha256:a7a3b7ec6de4b11bb2d673b31de9d28c6da09c557ee65453672c8e4f754c23fc AS build
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
Expand All @@ -7,7 +7,7 @@ ARG API_BASE_URL
ENV VITE_API_BASE_URL=$API_BASE_URL
RUN yarn build

FROM nginx:stable-alpine
FROM nginx:stable-alpine@sha256:d6f8c6b38edf2b7c6619718ad7a00caa4ed4741d12ce12550333a28d2b52dc89
WORKDIR /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf
RUN rm -rf ./*
Expand Down

0 comments on commit 867d1aa

Please sign in to comment.