kb act runner - version git.limbosolutions.com/kb/gitea/act_runner:0.6-fatboy
All checks were successful
/ continuous-deploy (push) Successful in 22s
All checks were successful
/ continuous-deploy (push) Successful in 22s
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
|
"fatboy",
|
||||||
"networkpolicies",
|
"networkpolicies",
|
||||||
"poddisruptionbudgets",
|
"poddisruptionbudgets",
|
||||||
"serviceaccounts",
|
"serviceaccounts",
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
**Deploy app:**
|
**Deploy app:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./deploy/ops-scripts/apply-app.sh
|
./ops-scripts/apply-app.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
**Deploy Infra:**
|
**Deploy Infra:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./deploy/ops-scripts/apply-infra.sh
|
./ops-scripts/apply-infra.sh
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -14,10 +14,11 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: act-runner
|
app: act-runner
|
||||||
buildkit.infra.limbosolutions.com/allow-build: "true"
|
buildkit.infra.limbosolutions.com/allow-build: "true"
|
||||||
|
chimera-www.limbosolutions.com/allow: "true"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: act-runner
|
- name: act-runner
|
||||||
image: git.limbosolutions.com/kb/gitea/act_runner:0.3-fatboy
|
image: git.limbosolutions.com/kb/gitea/act_runner:0.6-fatboy
|
||||||
|
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user