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 Oct 29, 2024
1 parent 11dfcd5 commit aefb691
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:c67c650d080d00fba85683b8b13a2751c6097d0d9fea6c1e5ee74f6af39ca900

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:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3 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:5b44a5ab8ab467854f2bf7b835a32f850f32eb414b749fbf7ed506b139cd8d6b
WORKDIR /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf
RUN rm -rf ./*
Expand Down

0 comments on commit aefb691

Please sign in to comment.