From e4b08433ddf8316680e4961927edf09774f8f846 Mon Sep 17 00:00:00 2001 From: Mykola Marusenko Date: Mon, 19 Feb 2024 21:24:09 +0200 Subject: [PATCH] chore: Remove 'edp' from helm chart name (#122) Change-Id: If245a05a9c80cc32a38a75f82e422b5c5c331ec6 --- charts/pipelines-library/README.md | 4 ++-- charts/pipelines-library/values.yaml | 4 ++-- tests/e2e/gerrit/02-assert.yaml | 4 ++-- tests/e2e/github/02-assert.yaml | 4 ++-- tests/e2e/gitlab/02-assert.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/pipelines-library/README.md b/charts/pipelines-library/README.md index 5cc8e8c7..32385dec 100644 --- a/charts/pipelines-library/README.md +++ b/charts/pipelines-library/README.md @@ -80,7 +80,7 @@ Follows [Tekton Interceptor](https://tekton.dev/vault/triggers-main/clusterinter | dashboard.ingress.annotations | object | `{}` | Annotations for Ingress resource | | dashboard.ingress.enabled | bool | `true` | Enable external endpoint access. Default Ingress/Route host pattern: tekton-{{ .Release.Namespace }}.{{ .Values.global.dnsWildCard }} | | dashboard.ingress.tls | list | `[]` | Uncomment it to enable tekton-dashboard OIDC on EKS cluster nginx.ingress.kubernetes.io/auth-signin: 'https:///oauth2/start?rd=https://$host$request_uri' nginx.ingress.kubernetes.io/auth-url: 'http://oauth2-proxy..svc.cluster.local:8080/oauth2/auth' | -| dashboard.nameOverride | string | `"edp-tekton-dashboard"` | | +| dashboard.nameOverride | string | `"tekton-dashboard"` | | | dashboard.openshift_proxy | object | `{"enabled":false,"image":{"repository":"quay.io/openshift/origin-oauth-proxy","tag":"4.9.0"},"resources":{"limits":{"cpu":"60m","memory":"70Mi"},"requests":{"cpu":"50m","memory":"40Mi"}}}` | For EKS scenario - uncomment dashboard.ingress.annotations block | | dashboard.openshift_proxy.enabled | bool | `false` | Enable oauth-proxy to include authorization layer on tekton-dashboard. Default: false | | dashboard.openshift_proxy.image.repository | string | `"quay.io/openshift/origin-oauth-proxy"` | oauth-proxy image repository | @@ -109,7 +109,7 @@ Follows [Tekton Interceptor](https://tekton.dev/vault/triggers-main/clusterinter | interceptor.image.repository | string | `"epamedp/edp-tekton"` | | | interceptor.image.tag | string | `nil` | Overrides the image tag whose default is the chart appVersion. | | interceptor.imagePullSecrets | list | `[]` | | -| interceptor.nameOverride | string | `"edp-tekton-interceptor"` | | +| interceptor.nameOverride | string | `"tekton-interceptor"` | | | interceptor.podAnnotations | object | `{}` | | | interceptor.podSecurityContext | object | `{}` | | | interceptor.resources | object | `{"limits":{"cpu":"70m","memory":"60Mi"},"requests":{"cpu":"50m","memory":"40Mi"}}` | The resource limits and requests for the Tekton Interceptor | diff --git a/charts/pipelines-library/values.yaml b/charts/pipelines-library/values.yaml index 1b7f956a..f506bb7f 100644 --- a/charts/pipelines-library/values.yaml +++ b/charts/pipelines-library/values.yaml @@ -136,7 +136,7 @@ interceptor: # -- Deploy EDP interceptor as a part of pipeline library when true. Default: true enabled: true - nameOverride: "edp-tekton-interceptor" + nameOverride: "tekton-interceptor" image: repository: epamedp/edp-tekton @@ -296,7 +296,7 @@ dashboard: # -- Namespace where cluster tekton triggers deployed. Default: tekton-pipelines triggersNamespace: "tekton-pipelines" - nameOverride: "edp-tekton-dashboard" + nameOverride: "tekton-dashboard" # -- Define mode for Tekton Dashboard. Enable/disaable capability to create/modify/remove Tekton objects via Tekton Dashboard. Default: false readOnly: false diff --git a/tests/e2e/gerrit/02-assert.yaml b/tests/e2e/gerrit/02-assert.yaml index 42db2c28..cd15b951 100644 --- a/tests/e2e/gerrit/02-assert.yaml +++ b/tests/e2e/gerrit/02-assert.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: edp-tekton-dashboard + name: tekton-dashboard status: readyReplicas: 1 @@ -9,7 +9,7 @@ status: apiVersion: apps/v1 kind: Deployment metadata: - name: edp-tekton-interceptor + name: tekton-interceptor status: readyReplicas: 1 diff --git a/tests/e2e/github/02-assert.yaml b/tests/e2e/github/02-assert.yaml index 42db2c28..cd15b951 100644 --- a/tests/e2e/github/02-assert.yaml +++ b/tests/e2e/github/02-assert.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: edp-tekton-dashboard + name: tekton-dashboard status: readyReplicas: 1 @@ -9,7 +9,7 @@ status: apiVersion: apps/v1 kind: Deployment metadata: - name: edp-tekton-interceptor + name: tekton-interceptor status: readyReplicas: 1 diff --git a/tests/e2e/gitlab/02-assert.yaml b/tests/e2e/gitlab/02-assert.yaml index 42db2c28..cd15b951 100644 --- a/tests/e2e/gitlab/02-assert.yaml +++ b/tests/e2e/gitlab/02-assert.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: edp-tekton-dashboard + name: tekton-dashboard status: readyReplicas: 1 @@ -9,7 +9,7 @@ status: apiVersion: apps/v1 kind: Deployment metadata: - name: edp-tekton-interceptor + name: tekton-interceptor status: readyReplicas: 1