Skip to content

Commit

Permalink
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Sep 16, 2024
2 parents 04fa74a + c56dcd8 commit 8d088ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/minio-mirror/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
containers:
- name: minio-client
# renovate: datasource=github-releases depName=minio/minio versioning="regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
image: quay.io/minio/minio:RELEASE.2024-09-09T16-59-28Z
image: quay.io/minio/minio:RELEASE.2024-09-13T20-26-02Z
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion apps/minio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
type: RuntimeDefault
containers:
# renovate: datasource=github-releases depName=minio/minio versioning="regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
- image: "quay.io/minio/minio:RELEASE.2024-09-09T16-59-28Z"
- image: "quay.io/minio/minio:RELEASE.2024-09-13T20-26-02Z"
imagePullPolicy: IfNotPresent
name: minio
command:
Expand Down
2 changes: 1 addition & 1 deletion apps/renovatebot/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
seccompProfile:
type: "RuntimeDefault"
containers:
- image: "renovate/renovate:37.440.7"
- image: "renovate/renovate:38.80.0"
name: "renovate"
env:
- name: "RENOVATE_BASE_DIR"
Expand Down
4 changes: 2 additions & 2 deletions apps/stirling-pdf/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
type: "RuntimeDefault"
initContainers:
- name: "tesseract"
image: "frooodle/s-pdf:0.28.3"
image: "frooodle/s-pdf:0.29.0"
command:
- "sh"
- "-c"
Expand All @@ -54,7 +54,7 @@ spec:
- mountPath: "/usr/share/tessdata"
name: "tessdata"
containers:
- image: "frooodle/s-pdf:0.28.3"
- image: "frooodle/s-pdf:0.29.0"
name: "stirling-pdf"
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion apps/vcr/yt-dlp-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
type: RuntimeDefault
containers:
- name: yt-dlp
image: ghcr.io/soerenschneider/yt-dlp:2024.7.1
image: ghcr.io/soerenschneider/yt-dlp:2024.8.6
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 65535
Expand Down

0 comments on commit 8d088ab

Please sign in to comment.