Skip to content

Commit

Permalink
chore: Align helm charts versions (#49)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-12254
Related: epam/edp-headlamp#23
Change-Id: I729715eca005591a8246971c0cbc5e9ae472425f
  • Loading branch information
MykolaMarusenko committed Aug 28, 2023
1 parent 6966c63 commit ff645df
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions deploy-templates/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
version: 0.13.0
- name: edp-headlamp
repository: https://epam.github.io/edp-helm-charts/stable
version: 0.7.0
version: 0.8.0
- name: edp-tekton
repository: https://epam.github.io/edp-helm-charts/stable
version: 0.6.0
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: gerrit-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 2.16.0
digest: sha256:745112351a2252fbaed5df97b11c6a2216e5537696c40838eef560595a781a3d
generated: "2023-08-18T16:46:24.780611+03:00"
digest: sha256:aae51545916fd6245a3b1eb96cb00ea5636b060664f82c8b0ea434aa2f5c9843
generated: "2023-08-28T18:39:08.053965+03:00"
6 changes: 3 additions & 3 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:

- name: edp-headlamp
repository: "@epamedp"
version: "0.7.0"
version: "0.8.0"
condition: edp-headlamp.enabled

- name: edp-tekton
Expand Down Expand Up @@ -82,8 +82,8 @@ annotations:
image: epamedp/sonar-operator:2.14.1
- name: gerrit-operator:2.16.0
image: epamedp/gerrit-operator:2.16.0
- name: edp-headlamp:0.7.0
image: epamedp/edp-headlamp:0.7.0
- name: edp-headlamp:0.8.0
image: epamedp/edp-headlamp:0.8.0
- name: postgres:9.6
image: postgres:9.6
- name: executor:v1.12.1-debug
Expand Down
4 changes: 2 additions & 2 deletions deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A Helm chart for EDP Install
| @epamedp | cd-pipeline-operator | 2.15.0 |
| @epamedp | codebase-operator | 2.17.0 |
| @epamedp | edp-component-operator | 0.13.0 |
| @epamedp | edp-headlamp | 0.7.0 |
| @epamedp | edp-headlamp | 0.8.0 |
| @epamedp | edp-tekton | 0.6.0 |
| @epamedp | gerrit-operator | 2.16.0 |
| @epamedp | keycloak-operator | 1.17.0 |
Expand Down Expand Up @@ -76,7 +76,7 @@ A Helm chart for EDP Install
| global.nexusUrl | string | `""` | Optional parameter. Link to use custom nexus. Format: http://<service-name>.<nexus-namespace>:8081 or http://<ip-address>:<port> |
| global.platform | string | `"kubernetes"` | platform type that can be "kubernetes" or "openshift" |
| global.sonarUrl | string | `""` | Optional parameter. Link to use custom sonarqube. Format: http://<service-name>.<sonarqube-namespace>:9000 or http://<ip-address>:9000 |
| global.version | string | `"3.4.0"` | EDP version |
| global.version | string | `"3.4.1"` | EDP version |
| global.webConsole.url | string | `"https://xxxxxxxxxxxxxxxxxxxx.sk1.eu-central-1.eks.amazonaws.com"` | URL to OpenShift/Kubernetes Web console |
| kaniko.existingDockerConfig | string | `nil` | Existing secret which contains docker-config, if not defined then 'kaniko-docker-config' will be created with default value: { "credStore": "ecr-login"} |
| kaniko.initKanikoContainer.extraEnvVars | list | `[]` | Array with extra environment variables to add to the init-kaniko container |
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

global:
# -- EDP version
version: "3.4.0"
version: "3.4.1"
# -- namespace or a project name (in case of OpenShift)
edpName: "stub-namespace"
# -- platform type that can be "kubernetes" or "openshift"
Expand Down

0 comments on commit ff645df

Please sign in to comment.