Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion helmfile.d/lists/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ images:
curatorCronjob: ghcr.io/elastisys/bitnami/elasticsearch-curator:5.8.4-debian-10-r235
exporter: quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.0
rclone:
image: ghcr.io/elastisys/rclone-sync:1.70.3
image: ghcr.io/elastisys/rclone-sync:1.72.0
tekton:
controller: ghcr.io/tektoncd/pipeline/controller-10a3e32792f33651396d02b6855a6e36:v1.1.0@sha256:72ba947187317aee83b8b6ba510b17375bede4ce062e366cd0162515e0f7d5f2
thanos:
Expand Down
2 changes: 1 addition & 1 deletion images/rclone-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:rolling as download
RUN apt-get update && apt-get install -y curl unzip

# Install rclone
ENV RCLONE_VERSION="v1.70.3"
ENV RCLONE_VERSION="v1.72.0"
RUN curl -O https://downloads.rclone.org/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-linux-amd64.zip && \
unzip rclone-${RCLONE_VERSION}-linux-amd64.zip && \
cd rclone-*-linux-amd64 && \
Expand Down
16 changes: 8 additions & 8 deletions sbom/sbom.cdx.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:dee53793-5504-411f-a0a9-8dbf29ede326",
"serialNumber": "urn:uuid:b57a8c32-510d-4a08-849f-5c786f5c0372",
"version": 1,
"metadata": {
"timestamp": "2025-11-18T14:47:46Z",
"timestamp": "2025-11-28T14:39:31Z",
"lifecycles": [
{
"phase": "build"
Expand Down Expand Up @@ -3270,15 +3270,15 @@
"purl": "pkg:oci/elastisys/[email protected]?repository_url=ghcr.io"
},
{
"bom-ref": "pkg:oci/elastisys/rclone-sync@1.70.3?repository_url=ghcr.io",
"bom-ref": "pkg:oci/elastisys/rclone-sync@1.72.0?repository_url=ghcr.io",
"type": "container",
"supplier": {
"name": "elastisys"
},
"name": "ghcr.io/elastisys/rclone-sync",
"version": "1.70.3",
"cpe": "cpe:2.3:a:elastisys:rclone-sync:1.70.3:*:*:*:*:*:*:*",
"purl": "pkg:oci/elastisys/rclone-sync@1.70.3?repository_url=ghcr.io"
"version": "1.72.0",
"cpe": "cpe:2.3:a:elastisys:rclone-sync:1.72.0:*:*:*:*:*:*:*",
"purl": "pkg:oci/elastisys/rclone-sync@1.72.0?repository_url=ghcr.io"
},
{
"bom-ref": "pkg:oci/elastisys/[email protected]?repository_url=ghcr.io",
Expand Down Expand Up @@ -5071,7 +5071,7 @@
"ref": "pkg:helm/[email protected]",
"dependsOn": [
"pkg:oci/elastisys/[email protected]?repository_url=ghcr.io",
"pkg:oci/elastisys/rclone-sync@1.70.3?repository_url=ghcr.io"
"pkg:oci/elastisys/rclone-sync@1.72.0?repository_url=ghcr.io"
]
},
{
Expand Down Expand Up @@ -5321,7 +5321,7 @@
"dependsOn": []
},
{
"ref": "pkg:oci/elastisys/rclone-sync@1.70.3?repository_url=ghcr.io",
"ref": "pkg:oci/elastisys/rclone-sync@1.72.0?repository_url=ghcr.io",
"dependsOn": []
},
{
Expand Down