diff --git a/share/gitea-tekton-org/datas.tf b/share/gitea-tekton-org/datas.tf index a148dad..1f1bf86 100644 --- a/share/gitea-tekton-org/datas.tf +++ b/share/gitea-tekton-org/datas.tf @@ -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 } } diff --git a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml index 887a1e8..19d442f 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml @@ -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 diff --git a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-tag.yaml b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-tag.yaml index 4448116..199cc2c 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-tag.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-tag.yaml @@ -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