mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-04-05 10:17:42 +00:00
Compare commits
3 Commits
copilot/cr
...
helm-v0.1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
738ca3d7a5 | ||
|
|
fd01b11063 | ||
|
|
8fdc53e870 |
18
.github/workflows/e2e.yml
vendored
18
.github/workflows/e2e.yml
vendored
@@ -3,9 +3,25 @@ name: e2e
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "*" ]
|
branches: [ "*" ]
|
||||||
|
paths:
|
||||||
|
- 'api/*'
|
||||||
|
- 'controllers/*'
|
||||||
|
- 'e2e/*'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'go.*'
|
||||||
|
- 'main.go'
|
||||||
|
- 'Makefile'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "*" ]
|
branches: [ "*" ]
|
||||||
|
paths:
|
||||||
|
- 'api/*'
|
||||||
|
- 'controllers/*'
|
||||||
|
- 'e2e/*'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'go.*'
|
||||||
|
- 'main.go'
|
||||||
|
- 'Makefile'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
kind:
|
kind:
|
||||||
name: Kubernetes
|
name: Kubernetes
|
||||||
|
|||||||
2
.github/workflows/helm.yml
vendored
2
.github/workflows/helm.yml
vendored
@@ -3,10 +3,12 @@ name: Helm Chart
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "*" ]
|
branches: [ "*" ]
|
||||||
|
tags: [ "helm-v*" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "*" ]
|
branches: [ "*" ]
|
||||||
create:
|
create:
|
||||||
branches: [ "*" ]
|
branches: [ "*" ]
|
||||||
|
tags: [ "helm-v*" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
@@ -1411,7 +1411,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
image: quay.io/clastix/capsule:v0.1.0
|
image: quay.io/clastix/capsule:v0.1.1-rc0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: manager
|
name: manager
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ kind: Kustomization
|
|||||||
images:
|
images:
|
||||||
- name: controller
|
- name: controller
|
||||||
newName: quay.io/clastix/capsule
|
newName: quay.io/clastix/capsule
|
||||||
newTag: v0.1.0
|
newTag: v0.1.1-rc0
|
||||||
|
|||||||
Reference in New Issue
Block a user