Skip to content
Merged
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
4 changes: 2 additions & 2 deletions kubernetes/apps/default/stash/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
install-python-deps:
image:
repository: ghcr.io/home-operations/stash
tag: 0.30.1@sha256:27d901751302236407f544bf45bd02c1b19eb33ee0a3e45333018ecfc28496d1
tag: 0.31.0@sha256:2e04fb3fe054b95a8b2f11076145a6532015290b1042db4431ba5807e6a09893
env:
HOME: /tmp
PIP_DISABLE_PIP_VERSION_CHECK: "1"
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:
app:
image:
repository: ghcr.io/home-operations/stash
tag: 0.30.1@sha256:27d901751302236407f544bf45bd02c1b19eb33ee0a3e45333018ecfc28496d1
tag: 0.31.0@sha256:2e04fb3fe054b95a8b2f11076145a6532015290b1042db4431ba5807e6a09893
env:
PATH: /config/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
STASH_CONFIG_FILE: /config/config.yml
Expand Down