This commit is contained in:
2024-05-05 15:36:00 +02:00
parent e1b6ab9fd4
commit fb6fd7d405
3 changed files with 14 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ data "kustomization_overlay" "data" {
patch = <<-EOF
- op: replace
path: /spec/params/1/default
value: https://okd.${var.domain_name}
value: https://gramo.${var.domain_name}
EOF
}
patches {
@@ -107,7 +107,7 @@ data "kustomization_overlay" "data" {
patch = <<-EOF
- op: replace
path: /spec/params/1/default
value: https://okd.${var.domain_name}
value: https://gramo.${var.domain_name}
EOF
}
}

View File

@@ -13,8 +13,8 @@ spec:
default: docker.io
description: The url of the current artifactory
type: string
- name: okd-url
default: https://okd.media.rennes.home
- name: gramo-url
default: https://gramo.media.rennes.home
type: string
- name: project-name
description: The name of the current project
@@ -46,7 +46,7 @@ spec:
- name: SHA
value: $(params.git-revision)
- name: TARGET_URL
value: "$(params.okd-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
value: "$(params.gramo-url)/workflow/tekton/PipelineRun/$(context.pipelineRun.namespace)/view/$(context.pipelineRun.name)"
- name: DESCRIPTION
value: "auto-ci-push"
- name: STATE
@@ -62,7 +62,7 @@ spec:
- name: SHA
value: $(params.git-revision)
- name: TARGET_URL
value: "$(params.okd-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
value: "$(params.gramo-url)/workflow/tekton/PipelineRun/$(context.pipelineRun.namespace)/view/$(context.pipelineRun.name)"
- name: DESCRIPTION
value: "auto-ci-push"
- name: STATE
@@ -78,7 +78,7 @@ spec:
- name: SHA
value: $(params.git-revision)
- name: TARGET_URL
value: "$(params.okd-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
value: "$(params.gramo-url)/workflow/tekton/PipelineRun/$(context.pipelineRun.namespace)/view/$(context.pipelineRun.name)"
- name: DESCRIPTION
value: "auto-ci-push"
- name: STATE
@@ -94,7 +94,7 @@ spec:
- name: SHA
value: $(params.git-revision)
- name: TARGET_URL
value: "$(params.okd-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
value: "$(params.gramo-url)/workflow/tekton/PipelineRun/$(context.pipelineRun.namespace)/view/$(context.pipelineRun.name)"
- name: DESCRIPTION
value: "auto-ci-push"
- name: STATE

View File

@@ -13,8 +13,8 @@ spec:
default: docker.io
description: The url of the current artifactory
type: string
- name: okd-url
default: https://okd.media.rennes.home
- name: gramo-url
default: https://gramo.media.rennes.home
type: string
- name: project-name
description: The name of the current project
@@ -43,7 +43,7 @@ spec:
- name: SHA
value: $(params.git-revision)
- name: TARGET_URL
value: "$(params.okd-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
value: "$(params.gramo-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
- name: DESCRIPTION
value: "auto-ci-tag"
- name: STATE
@@ -59,7 +59,7 @@ spec:
- name: SHA
value: $(params.git-revision)
- name: TARGET_URL
value: "$(params.okd-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
value: "$(params.gramo-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
- name: DESCRIPTION
value: "auto-ci-tag"
- name: STATE
@@ -75,7 +75,7 @@ spec:
- name: SHA
value: $(params.git-revision)
- name: TARGET_URL
value: "$(params.okd-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
value: "$(params.gramo-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
- name: DESCRIPTION
value: "auto-ci-tag"
- name: STATE
@@ -91,7 +91,7 @@ spec:
- name: SHA
value: $(params.git-revision)
- name: TARGET_URL
value: "$(params.okd-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
value: "$(params.gramo-url)/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)"
- name: DESCRIPTION
value: "auto-ci-tag"
- name: STATE