udpate: all fluxcd ci flow config
This commit is contained in:
parent
5e7a5fe5bc
commit
d0bb0de9d4
2
.github/workflows/flux-cli-image.yaml
vendored
2
.github/workflows/flux-cli-image.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
build_file: fluxcd/flux-cli.Dockerfile
|
||||
build_file: oci/fluxcd/flux-cli.Dockerfile
|
||||
image: public/fluxcd/flux-cli
|
||||
tag: v0.31.3
|
||||
cache: true
|
||||
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
build_file: fluxcd/flux-helm-controller.Dockerfile
|
||||
build_file: oci/fluxcd/flux-helm-controller.Dockerfile
|
||||
image: public/fluxcd/helm-controller
|
||||
tag: v0.22.1
|
||||
cache: true
|
||||
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
build_file: fluxcd/flux-image-automation-controller.Dockerfile
|
||||
build_file: oci/fluxcd/flux-image-automation-controller.Dockerfile
|
||||
image: public/fluxcd/image-automation-controller
|
||||
tag: v0.23.4
|
||||
cache: true
|
||||
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
build_file: fluxcd/flux-image-reflector-controller.Dockerfile
|
||||
build_file: oci/fluxcd/flux-image-reflector-controller.Dockerfile
|
||||
image: public/fluxcd/image-reflector-controller
|
||||
tag: v0.19.2
|
||||
cache: true
|
||||
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
build_file: fluxcd/flux-kustomize-controller.Dockerfile
|
||||
build_file: oci/fluxcd/flux-kustomize-controller.Dockerfile
|
||||
image: public/fluxcd/kustomize-controller
|
||||
tag: v0.26.2
|
||||
cache: true
|
||||
|
||||
@ -21,8 +21,8 @@ jobs:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
build_file: fluxcd/flux-notification-controller.Dockerfile
|
||||
image: k8s/fluxcd/notification-controller
|
||||
build_file: oci/fluxcd/flux-notification-controller.Dockerfile
|
||||
image: public/fluxcd/notification-controller
|
||||
tag: v0.24.0
|
||||
cache: true
|
||||
cache_registry: cache
|
||||
|
||||
@ -21,8 +21,8 @@ jobs:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
build_file: fluxcd/flux-source-controller.Dockerfile
|
||||
image: k8s/fluxcd/source-controller
|
||||
build_file: oci/fluxcd/flux-source-controller.Dockerfile
|
||||
image: public/fluxcd/source-controller
|
||||
tag: v0.25.9
|
||||
cache: true
|
||||
cache_registry: cache
|
||||
|
||||
Loading…
Reference in New Issue
Block a user