Skip to content

Commit

Permalink
chore: Align helm charts versions (#110)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-12770
Change-Id: I87dea62d299055c08d380b8804f7ca27ce6cba5c
  • Loading branch information
MykolaMarusenko committed Nov 3, 2023
1 parent 77408c3 commit 0930334
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions deploy-templates/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: codebase-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 2.18.0
version: 2.20.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.9.0
version: 0.11.0
- name: edp-tekton
repository: https://epam.github.io/edp-helm-charts/stable
version: 0.7.0
version: 0.9.0
- name: cd-pipeline-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 2.16.0
version: 2.17.0
- name: gerrit-operator
repository: https://epam.github.io/edp-helm-charts/stable
version: 2.17.0
digest: sha256:b20562a4b72149be07a631103ee1e0a6e16d8d1ef05d3786616309ada27e98dd
generated: "2023-10-31T11:47:47.732701+02:00"
version: 2.18.0
digest: sha256:016080ec69d6aa315740b73dbdd7fdc71f3fd3c382e7b8eff0dc914ac219f9bc
generated: "2023-11-03T20:34:13.578526+02:00"
10 changes: 5 additions & 5 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sources:
dependencies:
- name: codebase-operator
repository: "@epamedp"
version: "2.18.0"
version: "2.20.0"
condition: codebase-operator.enabled

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

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

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

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

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

annotations:
Expand Down
12 changes: 6 additions & 6 deletions deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ A Helm chart for EDP Install

| Repository | Name | Version |
|------------|------|---------|
| @epamedp | cd-pipeline-operator | 2.16.0 |
| @epamedp | codebase-operator | 2.18.0 |
| @epamedp | cd-pipeline-operator | 2.17.0 |
| @epamedp | codebase-operator | 2.20.0 |
| @epamedp | edp-component-operator | 0.13.0 |
| @epamedp | edp-headlamp | 0.9.0 |
| @epamedp | edp-tekton | 0.7.0 |
| @epamedp | gerrit-operator | 2.17.0 |
| @epamedp | edp-headlamp | 0.11.0 |
| @epamedp | edp-tekton | 0.9.0 |
| @epamedp | gerrit-operator | 2.18.0 |

## Values

Expand Down Expand Up @@ -64,7 +64,7 @@ A Helm chart for EDP Install
| global.dockerRegistry.url | string | `""` | |
| 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.6.0-SNAPSHOT"` | EDP version |
| global.version | string | `"3.6.0"` | EDP version |
| oauth2_proxy.enabled | bool | `false` | Install oauth2-proxy as a part of EDP deployment. Default: false |
| oauth2_proxy.existingSecret.secretKey | string | `"cookie-secret"` | Secret key which stores cookie-secret |
| oauth2_proxy.existingSecret.secretName | string | `"oauth2-proxy-cookie-secret"` | Secret name which stores cookie-secret |
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.6.0-SNAPSHOT"
version: "3.6.0"
# -- platform type that can be "kubernetes" or "openshift"
platform: "kubernetes"
# -- a cluster DNS wildcard name
Expand Down

0 comments on commit 0930334

Please sign in to comment.