Compare commits

...

3 Commits

Author SHA1 Message Date
Gonzalo Gabriel Jiménez Fuentes
738ca3d7a5 ci: limit e2e tests to specific paths 2021-09-23 15:33:29 +02:00
Gonzalo Gabriel Jiménez Fuentes
fd01b11063 chore: adding auto-generated code 2021-09-23 15:03:34 +02:00
Gonzalo Gabriel Jiménez Fuentes
8fdc53e870 ci: allowing tag creation as trigger to push helm chart 2021-09-23 15:03:20 +02:00
4 changed files with 21 additions and 3 deletions

View File

@@ -3,9 +3,25 @@ name: e2e
on:
push:
branches: [ "*" ]
paths:
- 'api/*'
- 'controllers/*'
- 'e2e/*'
- 'Dockerfile'
- 'go.*'
- 'main.go'
- 'Makefile'
pull_request:
branches: [ "*" ]
paths:
- 'api/*'
- 'controllers/*'
- 'e2e/*'
- 'Dockerfile'
- 'go.*'
- 'main.go'
- 'Makefile'
jobs:
kind:
name: Kubernetes

View File

@@ -3,10 +3,12 @@ name: Helm Chart
on:
push:
branches: [ "*" ]
tags: [ "helm-v*" ]
pull_request:
branches: [ "*" ]
create:
branches: [ "*" ]
tags: [ "helm-v*" ]
jobs:
lint:

View File

@@ -1411,7 +1411,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/clastix/capsule:v0.1.0
image: quay.io/clastix/capsule:v0.1.1-rc0
imagePullPolicy: IfNotPresent
name: manager
ports:

View File

@@ -7,4 +7,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/clastix/capsule
newTag: v0.1.0
newTag: v0.1.1-rc0