Skip to content

Commit

Permalink
Merge pull request #473 from stakater-lab/update-pipeline
Browse files Browse the repository at this point in the history
Update pipeline
  • Loading branch information
ayeshasiddiqa161 committed Oct 18, 2023
2 parents d326dd7 + deda356 commit f221c31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .tekton/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
- name: helm_registry
value: >-
https://nexus-helm-stakater-nexus.ROUTE_SUBDOMAIN/repository/helm-charts/
- name: organization
value: stakater-lab
- name: tenant
value: psg
pipelineSpec:
params:
- name: repo_url
Expand Down Expand Up @@ -103,7 +107,7 @@ spec:
- name: DEPLOYMENT_FILES_PATH
value: deploy
- name: NAMESPACE
value: TENANT-build
value: $(params.tenant)-build
workspaces:
- name: source
workspace: source
Expand Down
7 changes: 5 additions & 2 deletions .tekton/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ spec:
value: >-
https://nexus-helm-stakater-nexus.ROUTE_SUBDOMAIN/repository/helm-charts/
- name: organization
value: DESTINATION_ORG
value: stakater-lab
- name: tenant
value: psg
pipelineSpec:
params:
- name: repo_url
Expand All @@ -53,6 +55,7 @@ spec:
- name: pull_request_number
- name: organization
- name: git_branch
- name: tenant

workspaces:
- name: source
Expand Down Expand Up @@ -142,7 +145,7 @@ spec:
- name: DEPLOYMENT_FILES_PATH
value: deploy
- name: NAMESPACE
value: TENANT-build
value: $(params.tenant)-build
workspaces:
- name: source
workspace: source
Expand Down

0 comments on commit f221c31

Please sign in to comment.