Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(app): update ghcr.io/elfhosted/riven:rolling docker digest to 6444082 #423

Merged
merged 1 commit into from
Jun 20, 2024
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 charts/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9674,7 +9674,7 @@ riven: &app_riven
app.elfhosted.com/name: riven
image:
repository: ghcr.io/elfhosted/riven
tag: rolling@sha256:bb00a396b505d4759c8f2b05e10097fcddf561eebb21d47887a5c4fd246e4ad0
tag: rolling@sha256:6444082e94217d27495be8c1408d55d25de44ca4b37c1602d62c51558f51f673
priorityClassName: tenant-normal
controller:
annotations:
Expand Down Expand Up @@ -9753,7 +9753,7 @@ riven: &app_riven
runAsUser: 0
additionalContainers:
frontend:
image: ghcr.io/elfhosted/riven:rolling@sha256:bb00a396b505d4759c8f2b05e10097fcddf561eebb21d47887a5c4fd246e4ad0
image: ghcr.io/elfhosted/riven:rolling@sha256:6444082e94217d27495be8c1408d55d25de44ca4b37c1602d62c51558f51f673
volumeMounts:
- mountPath: /riven/data
name: config
Expand Down
Loading