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

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Feb 7, 2025

This PR contains the following updates:

Package Update Change
docker.io/owncloud/ocis patch 7.0.0 -> 7.0.1

Release Notes

owncloud/ocis (docker.io/owncloud/ocis)

v7.0.1: 7.0.1

Compare Source

Table of Contents
Changes in 7.0.1
Summary
  • Enhancement - Update Web to v11.0.7: #​10978
Details

| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| docker     | docker.io/owncloud/ocis | 7.0.0 | 7.0.1 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Feb 7, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Feb 7, 2025

--- kubernetes/main/apps/self-hosted/ocis/app Kustomization: self-hosted/ocis HelmRelease: self-hosted/ocis

+++ kubernetes/main/apps/self-hosted/ocis/app Kustomization: self-hosted/ocis HelmRelease: self-hosted/ocis

@@ -35,13 +35,13 @@

               PROXY_TLS: false
             envFrom:
             - secretRef:
                 name: ocis-secret
             image:
               repository: docker.io/owncloud/ocis
-              tag: 7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
+              tag: 7.0.1@sha256:da1225f97f43e7ada2c52844ed48bdbbdbe7b877f09199e096a8c41ae0a78cfc
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
@@ -65,13 +65,13 @@

             - /bin/sh
             - -c
             env:
               OCIS_INSECURE: true
             image:
               repository: docker.io/owncloud/ocis
-              tag: 7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
+              tag: 7.0.1@sha256:da1225f97f43e7ada2c52844ed48bdbbdbe7b877f09199e096a8c41ae0a78cfc
         pod:
           securityContext:
             fsGroup: 1000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 1000
             runAsNonRoot: true

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Feb 7, 2025

--- HelmRelease: self-hosted/ocis Deployment: self-hosted/ocis

+++ HelmRelease: self-hosted/ocis Deployment: self-hosted/ocis

@@ -49,13 +49,13 @@

         command:
         - /bin/sh
         - -c
         env:
         - name: OCIS_INSECURE
           value: 'true'
-        image: docker.io/owncloud/ocis:7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
+        image: docker.io/owncloud/ocis:7.0.1@sha256:da1225f97f43e7ada2c52844ed48bdbbdbe7b877f09199e096a8c41ae0a78cfc
         name: init-config
         volumeMounts:
         - mountPath: /etc/ocis/web.yaml
           name: config
           readOnly: true
           subPath: web.yaml
@@ -82,13 +82,13 @@

           value: https://files.zinn.ca
         - name: PROXY_TLS
           value: 'false'
         envFrom:
         - secretRef:
             name: ocis-secret
-        image: docker.io/owncloud/ocis:7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
+        image: docker.io/owncloud/ocis:7.0.1@sha256:da1225f97f43e7ada2c52844ed48bdbbdbe7b877f09199e096a8c41ae0a78cfc
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9200

@szinn szinn merged commit 657f3ed into main Feb 7, 2025
22 checks passed
@szinn szinn deleted the renovate/main-docker.io-owncloud-ocis-7.x branch February 7, 2025 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant