From 35c99f54f2daf7951e0fb3fdb1409166b4b9b92c Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 16 Apr 2021 01:04:02 +0000 Subject: [PATCH] Update gcr.io/spark-operator/spark-py Docker tag to v2.4.5 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index c1c0a78..d81416a 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/spark-operator/spark-py" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.4.4" +- "v2.4.5" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://spark.apache.org/docs/latest/index.html" # Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Apache Software Foundation" - org.opencontainers.image.version: "2.4.4" + org.opencontainers.image.version: "v2.4.5" # Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "apache,python,data processing,large scale,hadoop,kubeflow" # This value can be "opensource" or "commercial" -- GitLab