From d070b5f450dec970fd37c8d661b1626178a8c235 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Mon, 10 Jul 2023 10:57:04 +0200 Subject: [PATCH] fix(helm): change default image registry to dockerhub --- charts/bpdm/Chart.yaml | 10 +++++----- charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md | 1 + charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml | 4 ++-- charts/bpdm/charts/bpdm-bridge-dummy/values.yaml | 6 +++--- charts/bpdm/charts/bpdm-gate/CHANGELOG.md | 1 + charts/bpdm/charts/bpdm-gate/Chart.yaml | 4 ++-- charts/bpdm/charts/bpdm-gate/values.yaml | 6 +++--- charts/bpdm/charts/bpdm-pool/CHANGELOG.md | 1 + charts/bpdm/charts/bpdm-pool/Chart.yaml | 4 ++-- charts/bpdm/charts/bpdm-pool/values.yaml | 6 +++--- 10 files changed, 23 insertions(+), 20 deletions(-) diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml index b9e8f794a..5aedff352 100644 --- a/charts/bpdm/Chart.yaml +++ b/charts/bpdm/Chart.yaml @@ -22,23 +22,23 @@ apiVersion: v2 name: bpdm type: application description: A Helm chart for Kubernetes that deploys the gate and pool applications -version: 3.0.2-alpha.3 -appVersion: "4.0.0-alpha.7" +version: 3.0.2-alpha.4 +appVersion: "4.0.0-alpha.8" home: https://github.com/eclipse-tractusx/bpdm sources: - https://github.com/eclipse-tractusx/bpdm dependencies: - name: bpdm-gate - version: 4.0.0-alpha.8 + version: 4.0.0-alpha.9 alias: bpdm-gate condition: bpdm-gate.enabled - name: bpdm-pool - version: 5.0.0-alpha.7 + version: 5.0.0-alpha.8 alias: bpdm-pool condition: bpdm-pool.enabled - name: bpdm-bridge-dummy - version: 1.0.1-alpha.3 + version: 1.0.1-alpha.4 alias: bpdm-bridge-dummy condition: bpdm-bridge-dummy.enabled - name: opensearch diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md b/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md index 526352c7d..1ac7deeed 100644 --- a/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), - increase to app version 4.0.0 - add missing license headers to ingress templates +- change default registry for image to dockerhub ### Added diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml index 4ad6d762d..b3377188a 100644 --- a/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml +++ b/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-bridge-dummy -appVersion: "4.0.0-alpha.7" -version: 1.0.1-alpha.3 +appVersion: "4.0.0-alpha.8" +version: 1.0.1-alpha.4 description: A Helm chart for deploying the BPDM bridge dummy service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/values.yaml b/charts/bpdm/charts/bpdm-bridge-dummy/values.yaml index 73e6afa69..96dc61e90 100644 --- a/charts/bpdm/charts/bpdm-bridge-dummy/values.yaml +++ b/charts/bpdm/charts/bpdm-bridge-dummy/values.yaml @@ -24,8 +24,8 @@ fullnameOverride: replicaCount: 1 image: - registry: ghcr.io - repository: catenax-ng/tx-bpdm/bridge-dummy + registry: docker.io + repository: tractusx/bpdm-bridge-dummy pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -108,7 +108,7 @@ startupProbe: path: "/actuator/health/readiness" port: 8083 scheme: HTTP - initialDelaySeconds: 10 + initialDelaySeconds: 60 failureThreshold: 20 periodSeconds: 15 diff --git a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md index 526352c7d..1ac7deeed 100644 --- a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), - increase to app version 4.0.0 - add missing license headers to ingress templates +- change default registry for image to dockerhub ### Added diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml index 6bc0aa7b0..cf59a5015 100644 --- a/charts/bpdm/charts/bpdm-gate/Chart.yaml +++ b/charts/bpdm/charts/bpdm-gate/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-gate -appVersion: "4.0.0-alpha.7" -version: 4.0.0-alpha.8 +appVersion: "4.0.0-alpha.8" +version: 4.0.0-alpha.9 description: A Helm chart for deploying the BPDM gate service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-gate/values.yaml b/charts/bpdm/charts/bpdm-gate/values.yaml index 49b0b6210..75b13a59d 100644 --- a/charts/bpdm/charts/bpdm-gate/values.yaml +++ b/charts/bpdm/charts/bpdm-gate/values.yaml @@ -24,8 +24,8 @@ fullnameOverride: replicaCount: 1 image: - registry: ghcr.io - repository: catenax-ng/tx-bpdm/gate + registry: docker.io + repository: tractusx/bpdm-gate pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -108,7 +108,7 @@ startupProbe: path: "/actuator/health/readiness" port: 8081 scheme: HTTP - initialDelaySeconds: 10 + initialDelaySeconds: 60 failureThreshold: 20 periodSeconds: 15 diff --git a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md index abe309ca0..72f19e17a 100644 --- a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), - increase to app version 4.0.0 - add missing license headers to ingress templates +- change default registry for image to dockerhub ## [4.3.0] - 2023-03-17 diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml index 095a01126..3b5105ecf 100644 --- a/charts/bpdm/charts/bpdm-pool/Chart.yaml +++ b/charts/bpdm/charts/bpdm-pool/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 type: application name: bpdm-pool -appVersion: "4.0.0-alpha.7" -version: 5.0.0-alpha.7 +appVersion: "4.0.0-alpha.8" +version: 5.0.0-alpha.8 description: A Helm chart for deploying the BPDM pool service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-pool/values.yaml b/charts/bpdm/charts/bpdm-pool/values.yaml index 83ae3d20d..ddcd9ef0d 100644 --- a/charts/bpdm/charts/bpdm-pool/values.yaml +++ b/charts/bpdm/charts/bpdm-pool/values.yaml @@ -24,8 +24,8 @@ fullnameOverride: replicaCount: 1 image: - registry: ghcr.io - repository: catenax-ng/tx-bpdm/pool + registry: docker.io + repository: tractusx/bpdm-pool pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -109,7 +109,7 @@ startupProbe: path: "/actuator/health/readiness" port: 8080 scheme: HTTP - initialDelaySeconds: 10 + initialDelaySeconds: 60 failureThreshold: 20 periodSeconds: 15