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(container): update image docker.io/owncloud/ocis ( 7.0.0 → 7.0.1 ) #5114

Merged
merged 1 commit into from
Feb 7, 2025
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/main/apps/self-hosted/ocis/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
init-config:
image:
repository: docker.io/owncloud/ocis
tag: 7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
tag: 7.0.1@sha256:da1225f97f43e7ada2c52844ed48bdbbdbe7b877f09199e096a8c41ae0a78cfc
command:
- /bin/sh
- -c
Expand All @@ -49,7 +49,7 @@ spec:
ocis:
image:
repository: docker.io/owncloud/ocis
tag: 7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
tag: 7.0.1@sha256:da1225f97f43e7ada2c52844ed48bdbbdbe7b877f09199e096a8c41ae0a78cfc
env:
DEMO_USERS: false
OCIS_LOG_COLOR: true
Expand Down