From 300b98be0530b78357d8b6b2c235b14d29654138 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:29:00 +0200 Subject: [PATCH] chore: update dep names (#2102) Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> --- .github/renovate.json5 | 1 + charts/camunda-platform-8.2/values-latest.yaml | 2 +- charts/camunda-platform-8.2/values.yaml | 2 +- charts/camunda-platform-8.3/values-latest.yaml | 2 +- charts/camunda-platform-8.3/values.yaml | 2 +- charts/camunda-platform-8.4/values-latest.yaml | 4 ++-- charts/camunda-platform-8.4/values.yaml | 4 ++-- charts/camunda-platform-alpha/values-latest.yaml | 2 +- charts/camunda-platform-alpha/values.yaml | 2 +- charts/camunda-platform-latest/values-latest.yaml | 4 ++-- charts/camunda-platform-latest/values.yaml | 4 ++-- charts/web-modeler-postgresql/values.yaml | 4 ++-- 12 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f565c9e536..3a8b20d4bb 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -213,6 +213,7 @@ "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" } ], + "hostRules": [ { "hostType": "docker", diff --git a/charts/camunda-platform-8.2/values-latest.yaml b/charts/camunda-platform-8.2/values-latest.yaml index 21b9150bff..43dbe047ac 100644 --- a/charts/camunda-platform-8.2/values-latest.yaml +++ b/charts/camunda-platform-8.2/values-latest.yaml @@ -34,7 +34,7 @@ webModeler: # Camunda Enterprise repository. # registry.camunda.cloud/web-modeler-ee image: - # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi + # renovate: datasource=docker depName=camunda/web-modeler packageName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi tag: 8.2.16 zeebe: diff --git a/charts/camunda-platform-8.2/values.yaml b/charts/camunda-platform-8.2/values.yaml index f5f369cef0..915552ac12 100644 --- a/charts/camunda-platform-8.2/values.yaml +++ b/charts/camunda-platform-8.2/values.yaml @@ -1494,7 +1494,7 @@ webModeler: # Note: The images are not publicly available on Docker Hub, but only from Camunda's private registry. registry: registry.camunda.cloud # Image.tag can be used to set the Docker image tag for the Web Modeler images (overwrites global.image.tag) - # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi + # renovate: datasource=docker depName=camunda/web-modeler packageName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi tag: 8.2.16 # Image.pullSecrets can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod # Note: A secret will be required, if the Web Modeler images are pulled directly from Camunda's private registry. diff --git a/charts/camunda-platform-8.3/values-latest.yaml b/charts/camunda-platform-8.3/values-latest.yaml index 0eb8e979d5..036821be5e 100644 --- a/charts/camunda-platform-8.3/values-latest.yaml +++ b/charts/camunda-platform-8.3/values-latest.yaml @@ -34,7 +34,7 @@ webModeler: # Camunda Enterprise repository. # registry.camunda.cloud/web-modeler-ee image: - # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi + # renovate: datasource=docker depName=camunda/web-modeler packageName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi tag: 8.3.9 zeebe: diff --git a/charts/camunda-platform-8.3/values.yaml b/charts/camunda-platform-8.3/values.yaml index 2d096a0b8e..372d371c6f 100644 --- a/charts/camunda-platform-8.3/values.yaml +++ b/charts/camunda-platform-8.3/values.yaml @@ -1934,7 +1934,7 @@ webModeler: # Note: The images are not publicly available on Docker Hub, but only from Camunda's private registry. registry: registry.camunda.cloud ## @param webModeler.image.tag can be used to set the Docker image tag for the Web Modeler images (overwrites global.image.tag) - # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi + # renovate: datasource=docker depName=camunda/web-modeler packageName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi tag: 8.3.9 ## @param webModeler.image.pullSecrets can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod # Note: A secret will be required, if the Web Modeler images are pulled directly from Camunda's private registry. diff --git a/charts/camunda-platform-8.4/values-latest.yaml b/charts/camunda-platform-8.4/values-latest.yaml index 534062bc9a..c579a91883 100644 --- a/charts/camunda-platform-8.4/values-latest.yaml +++ b/charts/camunda-platform-8.4/values-latest.yaml @@ -12,7 +12,7 @@ console: # Camunda Enterprise repository. # registry.camunda.cloud/console image: - # renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm + # renovate: datasource=docker depName=camunda/console packageName=camunda/console lookupName=registry.camunda.cloud/console/console-sm tag: 8.4.60 connectors: @@ -41,7 +41,7 @@ webModeler: # Camunda Enterprise repository. # registry.camunda.cloud/web-modeler-ee image: - # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi + # renovate: datasource=docker depName=camunda/web-modeler packageName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi tag: 8.4.7 zeebe: diff --git a/charts/camunda-platform-8.4/values.yaml b/charts/camunda-platform-8.4/values.yaml index e07101a3d7..2a28d718a9 100644 --- a/charts/camunda-platform-8.4/values.yaml +++ b/charts/camunda-platform-8.4/values.yaml @@ -314,7 +314,7 @@ console: repository: console/console-sm ## @param console.image.tag can be set to overwrite the global tag, which should be used in that chart ## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag) - # renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm + # renovate: datasource=docker depName=camunda/console packageName=camunda/console lookupName=registry.camunda.cloud/console/console-sm tag: 8.4.60 ## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: [] @@ -2257,7 +2257,7 @@ webModeler: # Note: The images are not publicly available on Docker Hub, but only from Camunda's private registry. registry: registry.camunda.cloud ## @param webModeler.image.tag can be used to set the Docker image tag for the Web Modeler images (overwrites global.image.tag) - # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi + # renovate: datasource=docker depName=camunda/web-modeler packageName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi tag: 8.4.7 ## @param webModeler.image.pullSecrets can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod # Note: A secret will be required, if the Web Modeler images are pulled directly from Camunda's private registry. diff --git a/charts/camunda-platform-alpha/values-latest.yaml b/charts/camunda-platform-alpha/values-latest.yaml index 8c3f41541b..ecc15d312d 100644 --- a/charts/camunda-platform-alpha/values-latest.yaml +++ b/charts/camunda-platform-alpha/values-latest.yaml @@ -12,7 +12,7 @@ console: # Camunda Enterprise repository. # registry.camunda.cloud/console image: - # renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm + # renovate: datasource=docker depName=camunda/console packageName=camunda/console lookupName=registry.camunda.cloud/console/console-sm tag: latest connectors: diff --git a/charts/camunda-platform-alpha/values.yaml b/charts/camunda-platform-alpha/values.yaml index aa455537d0..48d9e080ce 100644 --- a/charts/camunda-platform-alpha/values.yaml +++ b/charts/camunda-platform-alpha/values.yaml @@ -378,7 +378,7 @@ console: ## @param console.image.repository defines which image repository to use repository: console/console-sm ## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag) - # renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm + # renovate: datasource=docker depName=camunda/console packageName=camunda/console lookupName=registry.camunda.cloud/console/console-sm tag: latest ## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: [] diff --git a/charts/camunda-platform-latest/values-latest.yaml b/charts/camunda-platform-latest/values-latest.yaml index 5a34578788..d143834457 100644 --- a/charts/camunda-platform-latest/values-latest.yaml +++ b/charts/camunda-platform-latest/values-latest.yaml @@ -12,7 +12,7 @@ console: # Camunda Enterprise repository. # registry.camunda.cloud/console image: - # renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm + # renovate: datasource=docker depName=camunda/console packageName=camunda/console lookupName=registry.camunda.cloud/console/console-sm tag: 8.5.68 connectors: @@ -41,7 +41,7 @@ webModeler: # Camunda Enterprise repository. # registry.camunda.cloud/web-modeler-ee image: - # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi + # renovate: datasource=docker depName=camunda/web-modeler packageName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi tag: 8.5.5 zeebe: diff --git a/charts/camunda-platform-latest/values.yaml b/charts/camunda-platform-latest/values.yaml index 3481fadc83..99de01a87a 100644 --- a/charts/camunda-platform-latest/values.yaml +++ b/charts/camunda-platform-latest/values.yaml @@ -368,7 +368,7 @@ console: ## @param console.image.repository defines which image repository to use repository: console/console-sm ## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag) - # renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm + # renovate: datasource=docker depName=camunda/console packageName=camunda/console lookupName=registry.camunda.cloud/console/console-sm tag: 8.5.68 ## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: [] @@ -2458,7 +2458,7 @@ webModeler: # Note: The images are not publicly available on Docker Hub, but only from Camunda's private registry. registry: registry.camunda.cloud ## @param webModeler.image.tag can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) - # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi + # renovate: datasource=docker depName=camunda/web-modeler packageName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi tag: 8.5.5 ## @param webModeler.image.pullSecrets can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod # Note: A secret will be required, if the WebModeler images are pulled directly from Camunda's private registry. diff --git a/charts/web-modeler-postgresql/values.yaml b/charts/web-modeler-postgresql/values.yaml index 42d4324520..e874612505 100644 --- a/charts/web-modeler-postgresql/values.yaml +++ b/charts/web-modeler-postgresql/values.yaml @@ -95,7 +95,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 14.12.0-debian-12-r14 + tag: 14.12.0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1205,7 +1205,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.15.0-debian-12-r33 + tag: 0.15.0 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.