add flux image-automation-controller
This commit is contained in:
parent
630b67d91e
commit
110655a538
@ -3,7 +3,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- 'dockerfiles/flux-image-automation-controller.Dockerfile'
|
||||
- 'image-automation-controller/Dockerfile'
|
||||
- '.github/workflows/flux-image-automation-controller.yaml'
|
||||
branches:
|
||||
- main
|
||||
@ -15,13 +15,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: 'Artifact: build && push fluxcd/flux-cli image'
|
||||
- name: 'Artifact: build && push fluxcd/image-automation-controller image'
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
build_file: dockerfiles/flux-helm-controller.Dockerfile
|
||||
build_file: image-automation-controller/Dockerfile
|
||||
image: k8s/fluxcd/image-automation-controller
|
||||
tag: v0.24.0
|
||||
cache: true
|
||||
|
||||
3
Readme.md
Normal file
3
Readme.md
Normal file
@ -0,0 +1,3 @@
|
||||
git clone https://github.com/fluxcd/image-automation-controller.git --branch v0.24.0 && cd image-automation-controller && git switch -c main && rm -rvf .git*
|
||||
|
||||
|
||||
1
image-automation-controller
Submodule
1
image-automation-controller
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ca012e2b71c6613ed0fee519926f6817173e398b
|
||||
Loading…
Reference in New Issue
Block a user