move to oci.limbosolutions.com
This commit is contained in:
@@ -14,10 +14,11 @@ spec:
|
||||
labels:
|
||||
app: act-runner
|
||||
buildkit.infra.limbosolutions.com/allow-build: "true"
|
||||
chimera-www.limbosolutions.com/allow: "true"
|
||||
spec:
|
||||
containers:
|
||||
- name: act-runner
|
||||
image: git.limbosolutions.com/kb/gitea/act_runner:0.3-fatboy
|
||||
image: oci.limbosolutions.com/public/gitea-act_runner:fatboy-0.6
|
||||
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
NAMESPACE=limbosolutions-com-cicd
|
||||
kubectl kustomize deploy/app | kubectl --namespace ${NAMESPACE} apply -f -
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
NAMESPACE=limbosolutions-com-cicd
|
||||
kubectl create namespace ${NAMESPACE} || true
|
||||
Reference in New Issue
Block a user