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,8 +3,24 @@ 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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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