Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kubernetes/apps/default/booklore/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
nginx-config:
image:
repository: ghcr.io/booklore-app/booklore
tag: v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
tag: v2.0.4@sha256:e5a6ce297a8f255f38d0b68e42c077c01d6edda009678a21b687570f09e9dc93
command: ["/bin/sh", "-c"]
args: ["envsubst '$${BOOKLORE_PORT}' < /etc/nginx/nginx.conf > /config/nginx.conf"]
env:
Expand All @@ -77,7 +77,7 @@ spec:
booklore:
image:
repository: ghcr.io/booklore-app/booklore
tag: v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
tag: v2.0.4@sha256:e5a6ce297a8f255f38d0b68e42c077c01d6edda009678a21b687570f09e9dc93
command: ["java"]
args:
- "-jar"
Expand Down Expand Up @@ -111,7 +111,7 @@ spec:
nginx:
image:
repository: ghcr.io/booklore-app/booklore
tag: v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
tag: v2.0.4@sha256:e5a6ce297a8f255f38d0b68e42c077c01d6edda009678a21b687570f09e9dc93
env:
TZ: America/Los_Angeles
command: ["nginx"]
Expand Down