mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 17:09:45 +00:00
Compare commits
2 commits
d89e14172b
...
401366001b
| Author | SHA1 | Date | |
|---|---|---|---|
| 401366001b | |||
| 614528f216 |
1 changed files with 2 additions and 2 deletions
4
flux.yml
4
flux.yml
|
|
@ -102,7 +102,7 @@ spec:
|
|||
# There are no ":latest" images for flux. Find the most recent
|
||||
# release or image version at https://hub.docker.com/r/fluxcd/flux/tags
|
||||
# and replace the tag here.
|
||||
image: docker.io/fluxcd/flux:1.17.1
|
||||
image: docker.io/fluxcd/flux:1.18.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
|
|
@ -178,7 +178,7 @@ spec:
|
|||
# Replace the following URL to change the Git repository used by Flux.
|
||||
# HTTP basic auth credentials can be supplied using environment variables:
|
||||
# https://$(GIT_AUTHUSER):$(GIT_AUTHKEY)@github.com/user/repository.git
|
||||
- --git-url=git@gitea.shoup.io:ShoupTech/flux.git
|
||||
- --git-url=git@gitlab.com:shouptech/flux.git
|
||||
- --git-branch=master
|
||||
- --git-path=namespaces,workloads
|
||||
- --git-label=flux
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue