Skip to content

Commit

Permalink
chore: Align helm charts versions (#85)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-12625
Change-Id: Idbbfcc4b9a64a1ae927b9cd3f90cebfdd07a1e66
  • Loading branch information
MykolaMarusenko committed Sep 21, 2023
1 parent 15239de commit 55b2a34
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
18 changes: 9 additions & 9 deletions deploy-templates/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
dependencies:
- name: keycloak-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 1.17.0
version: 1.18.0
- name: codebase-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 2.17.0
version: 2.18.0
- name: edp-component-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 0.13.0
- name: edp-headlamp
repository: https://epam.github.io/edp-helm-charts/stable
version: 0.8.0
version: 0.9.0
- name: edp-tekton
repository: https://epam.github.io/edp-helm-charts/stable
version: 0.6.0
version: 0.7.0
- name: cd-pipeline-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 2.15.0
version: 2.16.0
- name: nexus-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 2.16.0
version: 2.17.0
- name: sonar-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 2.14.1
- name: gerrit-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 2.16.0
digest: sha256:aae51545916fd6245a3b1eb96cb00ea5636b060664f82c8b0ea434aa2f5c9843
generated: "2023-09-16T17:27:46.165898+03:00"
version: 2.17.0
digest: sha256:6eddf1a51c4a80b51c4dba042b069c82a2c96049994589377bcdc9af6b9b3176
generated: "2023-09-21T22:51:15.099361+03:00"
38 changes: 19 additions & 19 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ sources:
dependencies:
- name: keycloak-operator
repository: "@epamedp"
version: "1.17.0"
version: "1.18.0"
condition: keycloak-operator.enabled

- name: codebase-operator
repository: "@epamedp"
version: "2.17.0"
version: "2.18.0"
condition: codebase-operator.enabled

- name: edp-component-operator
Expand All @@ -38,22 +38,22 @@ dependencies:

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

- name: edp-tekton
repository: "@epamedp"
version: "0.6.0"
version: "0.7.0"
condition: edp-tekton.enabled

- name: cd-pipeline-operator
repository: "@epamedp"
version: "2.15.0"
version: "2.16.0"
condition: cd-pipeline-operator.enabled

- name: nexus-operator
repository: "@epamedp"
version: "2.16.0"
version: "2.17.0"
condition: nexus-operator.enabled

- name: sonar-operator
Expand All @@ -63,27 +63,27 @@ dependencies:

- name: gerrit-operator
repository: "@epamedp"
version: "2.16.0"
version: "2.17.0"
condition: gerrit-operator.enabled

annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- name: keycloak-operator:1.17.0
image: epamedp/keycloak-operator:1.17.0
- name: codebase-operator:2.17.0
image: epamedp/codebase-operator:2.17.0
- name: cd-pipeline-operator:2.15.0
image: epamedp/cd-pipeline-operator:2.15.0
- name: nexus-operator:2.16.0
image: epamedp/nexus-operator:2.16.0
- name: keycloak-operator:1.18.0
image: epamedp/keycloak-operator:1.18.0
- name: codebase-operator:2.18.0
image: epamedp/codebase-operator:2.18.0
- name: cd-pipeline-operator:2.16.0
image: epamedp/cd-pipeline-operator:2.16.0
- name: nexus-operator:2.17.0
image: epamedp/nexus-operator:2.17.0
- name: sonar-operator:2.14.1
image: epamedp/sonar-operator:2.14.1
- name: gerrit-operator:2.16.0
image: epamedp/gerrit-operator:2.16.0
- name: edp-headlamp:0.8.0
image: epamedp/edp-headlamp:0.8.0
- name: gerrit-operator:2.17.0
image: epamedp/gerrit-operator:2.17.0
- name: edp-headlamp:0.9.0
image: epamedp/edp-headlamp:0.9.0
- name: postgres:9.6
image: postgres:9.6
- name: executor:v1.12.1-debug
Expand Down
16 changes: 8 additions & 8 deletions deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ A Helm chart for EDP Install

| Repository | Name | Version |
|------------|------|---------|
| @epamedp | cd-pipeline-operator | 2.15.0 |
| @epamedp | codebase-operator | 2.17.0 |
| @epamedp | cd-pipeline-operator | 2.16.0 |
| @epamedp | codebase-operator | 2.18.0 |
| @epamedp | edp-component-operator | 0.13.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 |
| @epamedp | nexus-operator | 2.16.0 |
| @epamedp | edp-headlamp | 0.9.0 |
| @epamedp | edp-tekton | 0.7.0 |
| @epamedp | gerrit-operator | 2.17.0 |
| @epamedp | keycloak-operator | 1.18.0 |
| @epamedp | nexus-operator | 2.17.0 |
| @epamedp | sonar-operator | 2.14.1 |

## Values
Expand Down Expand Up @@ -70,7 +70,7 @@ A Helm chart for EDP Install
| global.dockerRegistry.url | string | `"<AWS_ACCOUNT_ID>.dkr.ecr.<AWS_REGION>.amazonaws.com"` | Docker Registry endpoint |
| global.gitProvider | string | `"github"` | Can be gerrit, github or gitlab. By default: github |
| global.platform | string | `"kubernetes"` | platform type that can be "kubernetes" or "openshift" |
| global.version | string | `"3.5.0-SNAPSHOT"` | EDP version |
| global.version | string | `"3.5.0"` | EDP version |
| keycloak-operator.enabled | bool | `true` | |
| nexus-operator.enabled | bool | `false` | |
| oauth2_proxy.enabled | bool | `false` | Install oauth2-proxy as a part of EDP deployment. Default: false |
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.5.0-SNAPSHOT"
version: "3.5.0"
# -- platform type that can be "kubernetes" or "openshift"
platform: "kubernetes"
# -- a cluster DNS wildcard name
Expand Down

0 comments on commit 55b2a34

Please sign in to comment.