From 120f7686de5ddda4321a612a0970f59f3cdb3442 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Tue, 29 Jun 2021 13:09:35 +0100 Subject: [PATCH] chore: rename repo, pipeline --- pipeline/PersistentVolumeCDCI.yaml | 4 ++-- pipeline/pipe-resource.yaml | 8 ++++---- pipeline/pipeline-run.yaml | 10 +++++----- pipeline/pipeline.yaml | 10 +++++----- pipeline/task.yaml | 2 +- pipeline/up.sh | 2 +- repo-config.yaml | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/pipeline/PersistentVolumeCDCI.yaml b/pipeline/PersistentVolumeCDCI.yaml index e1ff4a1..1b2ca31 100644 --- a/pipeline/PersistentVolumeCDCI.yaml +++ b/pipeline/PersistentVolumeCDCI.yaml @@ -1,7 +1,7 @@ kind: PersistentVolume apiVersion: v1 metadata: - name: cdci-wordpress-fpm-pvc-volume + name: cdci-wordpress-7-fpm-pvc-volume namespace: cdci-librecloud-online labels: type: local @@ -18,7 +18,7 @@ spec: kind: PersistentVolumeClaim apiVersion: v1 metadata: - name: cdci-wordpress-fpm-pvc + name: cdci-wordpress-7-fpm-pvc namespace: cdci-librecloud-online spec: storageClassName: manual diff --git a/pipeline/pipe-resource.yaml b/pipeline/pipe-resource.yaml index 1bdb383..ba26ef1 100644 --- a/pipeline/pipe-resource.yaml +++ b/pipeline/pipe-resource.yaml @@ -1,18 +1,18 @@ apiVersion: tekton.dev/v1alpha1 kind: PipelineResource metadata: - name: librecloud-wordpress-fpm-img + name: librecloud-wordpress-7-fpm-img namespace: cdci-librecloud-online spec: type: image params: - name: url - value: termas.librecloud.online/termas_librecloud/wordpress-fpm:7.4 + value: termas.librecloud.online/termas_librecloud/wordpress-7-fpm:7.4 --- apiVersion: tekton.dev/v1alpha1 kind: PipelineResource metadata: - name: librecloud-wordpress-fpm-git + name: librecloud-wordpress-7-fpm-git namespace: cdci-librecloud-online spec: type: git @@ -20,5 +20,5 @@ spec: - name: revision value: master - name: url - value: https://rlung.librecloud.online/Termas_LibreCloud/wordpress-fpm.git + value: https://rlung.librecloud.online/Termas_LibreCloud/wordpress-7-fpm.git diff --git a/pipeline/pipeline-run.yaml b/pipeline/pipeline-run.yaml index 804576c..fcbf4d4 100644 --- a/pipeline/pipeline-run.yaml +++ b/pipeline/pipeline-run.yaml @@ -1,22 +1,22 @@ apiVersion: tekton.dev/v1alpha1 kind: PipelineRun metadata: - name: cdci-wordpress-fpm + name: cdci-wordpress-7-fpm namespace: cdci-librecloud-online spec: serviceAccountName: build-bot pipelineRef: - name: cdci-wordpress-fpm + name: cdci-wordpress-7-fpm # podTemplate: #volumes: #- name: cdci-volume # #emptyDir: {} # persistentVolumeClaim: - # claimName: cdci-wordpress-fpm-pvc + # claimName: cdci-wordpress-7-fpm-pvc resources: - name: source-repo resourceRef: - name: librecloud-wordpress-fpm-git + name: librecloud-wordpress-7-fpm-git - name: target-image resourceRef: - name: librecloud-wordpress-fpm-img + name: librecloud-wordpress-7-fpm-img diff --git a/pipeline/pipeline.yaml b/pipeline/pipeline.yaml index 8c68b9b..6005a90 100644 --- a/pipeline/pipeline.yaml +++ b/pipeline/pipeline.yaml @@ -1,7 +1,7 @@ apiVersion: tekton.dev/v1alpha1 kind: Pipeline metadata: - name: cdci-wordpress-fpm + name: cdci-wordpress-7-fpm namespace: cdci-librecloud-online spec: #serviceAccount: build-bot @@ -9,15 +9,15 @@ spec: - name: source-repo type: git #resourceRef: - # name: librecloud-wordpress-fpm-git + # name: librecloud-wordpress-7-fpm-git - name: target-image type: image #resourceRef: - # name: librecloud-wordpress-fpm-img + # name: librecloud-wordpress-7-fpm-img tasks: - - name: build-wordpress-fpm-img + - name: build-wordpress-7-fpm-img taskRef: - name: wordpress-fpm-build-image-from-git-source + name: wordpress-7-fpm-build-image-from-git-source params: - name: pathToDockerFile value: /workspace/source/src diff --git a/pipeline/task.yaml b/pipeline/task.yaml index 7fb25da..f9ca6bc 100644 --- a/pipeline/task.yaml +++ b/pipeline/task.yaml @@ -1,7 +1,7 @@ apiVersion: tekton.dev/v1alpha1 kind: Task metadata: - name: wordpress-fpm-build-image-from-git-source + name: wordpress-7-fpm-build-image-from-git-source namespace: cdci-librecloud-online spec: #serviceAccount: build-bot diff --git a/pipeline/up.sh b/pipeline/up.sh index 99d157f..b3c7975 100755 --- a/pipeline/up.sh +++ b/pipeline/up.sh @@ -1,7 +1,7 @@ #/bin/bash FOLLOW_UP="yes" NS_DOMAIN="cdci-librecloud-online" -PIPELINE_NAME="cdci-wordpress-fpm" +PIPELINE_NAME="cdci-wordpress-7-fpm" [ "$1" == "-s" ] && FOLLOW_UP="" is_running=`kubectl get pods -n $NS_DOMAIN | grep $PIPELINE_NAME 2>/dev/null` if [ -n "$is_running" ] ; then diff --git a/repo-config.yaml b/repo-config.yaml index c725076..830599c 100644 --- a/repo-config.yaml +++ b/repo-config.yaml @@ -6,10 +6,10 @@ Active: true Repo: https://github.com/docker-library/wordpress.git Source: wordpress/php8.0/fpm-alpine -TargetGit: ssh://git@rlung.librecloud.online:32225/Termas.LibreCloud.online/wordpress-fpm.git +#TargetGit: ssh://git@rlung.librecloud.online:32225/Termas.LibreCloud.online/wordpress-fpm7.git # Name - Version, etc -Name: wordpress-fpm +Name: wordpress-7-fpm Version: 7.4 # To get latest