Skip to content

Commit

Permalink
fix(helm): change default image registry to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoprow committed Jul 10, 2023
1 parent 9a0aaa7 commit d070b5f
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 20 deletions.
10 changes: 5 additions & 5 deletions charts/bpdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-bridge-dummy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -108,7 +108,7 @@ startupProbe:
path: "/actuator/health/readiness"
port: 8083
scheme: HTTP
initialDelaySeconds: 10
initialDelaySeconds: 60
failureThreshold: 20
periodSeconds: 15

Expand Down
1 change: 1 addition & 0 deletions charts/bpdm/charts/bpdm-gate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-gate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-gate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -108,7 +108,7 @@ startupProbe:
path: "/actuator/health/readiness"
port: 8081
scheme: HTTP
initialDelaySeconds: 10
initialDelaySeconds: 60
failureThreshold: 20
periodSeconds: 15

Expand Down
1 change: 1 addition & 0 deletions charts/bpdm/charts/bpdm-pool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions charts/bpdm/charts/bpdm-pool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -109,7 +109,7 @@ startupProbe:
path: "/actuator/health/readiness"
port: 8080
scheme: HTTP
initialDelaySeconds: 10
initialDelaySeconds: 60
failureThreshold: 20
periodSeconds: 15

Expand Down

0 comments on commit d070b5f

Please sign in to comment.