Updated to new URLs

This commit is contained in:
Marcus Noble 2020-05-02 21:17:00 +01:00
parent dfc6f23eba
commit 5da3b51817
7 changed files with 10 additions and 10 deletions

View File

@ -6,6 +6,6 @@ metadata:
annotations: annotations:
kube-1password: kgpbumszi4stqgyzg4kqrttxam kube-1password: kgpbumszi4stqgyzg4kqrttxam
kube-1password/vault: Kubernetes kube-1password/vault: Kubernetes
tekton.dev/docker-0: https://docker.cloud.cluster.fun/averagemarcus tekton.dev/docker-0: https://docker.cluster.fun/averagemarcus
type: Opaque type: Opaque

View File

@ -18,5 +18,5 @@ metadata:
annotations: annotations:
kube-1password: 3jgo56jlsrdxilf2vdp5zsw6lq kube-1password: 3jgo56jlsrdxilf2vdp5zsw6lq
kube-1password/vault: Kubernetes kube-1password/vault: Kubernetes
tekton.dev/git-0: https://git.cloud.cluster.fun tekton.dev/git-0: https://git.cluster.fun
type: Opaque type: Opaque

View File

@ -16,13 +16,13 @@ kubectl apply --recursive -f ./
### gitea-pr-state ### gitea-pr-state
`docker pull docker.cloud.cluster.fun/averagemarcus/gitea-pr-state:latest` `docker pull docker.cluster.fun/averagemarcus/gitea-pr-state:latest`
> Sets the state of a commit in Gitea. This is used to set the CI status to pending or success on the PR. > Sets the state of a commit in Gitea. This is used to set the CI status to pending or success on the PR.
### ci-builder ### ci-builder
`docker pull docker.cloud.cluster.fun/averagemarcus/ci-builder:latest` `docker pull docker.cluster.fun/averagemarcus/ci-builder:latest`
> Used as a general-purpose Docker image with many common build tools included. This is used for running `make test` and `make build` without needing specific CI images for each project. > Used as a general-purpose Docker image with many common build tools included. This is used for running `make test` and `make build` without needing specific CI images for each project.

View File

@ -17,11 +17,11 @@ spec:
- name: dockerregistry - name: dockerregistry
type: string type: string
description: The Docker registry to push images to description: The Docker registry to push images to
default: docker.cloud.cluster.fun/private default: docker.cluster.fun/private
- name: publicdockerregistry - name: publicdockerregistry
type: string type: string
description: The Docker registry to push images to description: The Docker registry to push images to
default: docker.cloud.cluster.fun/averagemarcus default: docker.cluster.fun/averagemarcus
- name: imagetag - name: imagetag
type: string type: string
description: The Docker image tag description: The Docker image tag

View File

@ -13,11 +13,11 @@ spec:
- name: dockerregistry - name: dockerregistry
type: string type: string
description: The Docker registry to push images to description: The Docker registry to push images to
default: docker.cloud.cluster.fun/private default: docker.cluster.fun/private
- name: publicdockerregistry - name: publicdockerregistry
type: string type: string
description: The Docker registry to push images to description: The Docker registry to push images to
default: docker.cloud.cluster.fun/averagemarcus default: docker.cluster.fun/averagemarcus
- name: imagetag - name: imagetag
type: string type: string
description: The Docker image tag description: The Docker image tag

View File

@ -14,6 +14,6 @@ spec:
steps: steps:
- name: make - name: make
workingDir: /workspace/src workingDir: /workspace/src
image: docker.cloud.cluster.fun/averagemarcus/ci-builder:latest image: docker.cluster.fun/averagemarcus/ci-builder:latest
script: | script: |
make --dry-run -t $(params.TARGET) &> /dev/null && make $(params.TARGET) || echo "No '$(params.TARGET)' target found, skipping" make --dry-run -t $(params.TARGET) &> /dev/null && make $(params.TARGET) || echo "No '$(params.TARGET)' target found, skipping"

View File

@ -14,7 +14,7 @@ spec:
default: "pending" default: "pending"
steps: steps:
- name: pr-status-update - name: pr-status-update
image: docker.cloud.cluster.fun/averagemarcus/gitea-pr-state:latest image: docker.cluster.fun/averagemarcus/gitea-pr-state:latest
env: env:
- name: ACCESS_TOKEN - name: ACCESS_TOKEN
valueFrom: valueFrom: