1
0
Fork 0
mirror of https://gitlab.com/shouptech/flux.git synced 2026-02-03 19:39:43 +00:00

Compare commits

..

2 commits

Author SHA1 Message Date
401366001b
Upgrade flux to v1.18.0 2020-02-16 11:45:28 -07:00
614528f216
Change git URL 2020-02-16 11:42:31 -07:00

View file

@ -102,7 +102,7 @@ spec:
# There are no ":latest" images for flux. Find the most recent # There are no ":latest" images for flux. Find the most recent
# release or image version at https://hub.docker.com/r/fluxcd/flux/tags # release or image version at https://hub.docker.com/r/fluxcd/flux/tags
# and replace the tag here. # and replace the tag here.
image: docker.io/fluxcd/flux:1.17.1 image: docker.io/fluxcd/flux:1.18.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
requests: requests:
@ -178,7 +178,7 @@ spec:
# Replace the following URL to change the Git repository used by Flux. # Replace the following URL to change the Git repository used by Flux.
# HTTP basic auth credentials can be supplied using environment variables: # HTTP basic auth credentials can be supplied using environment variables:
# https://$(GIT_AUTHUSER):$(GIT_AUTHKEY)@github.com/user/repository.git # 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-branch=master
- --git-path=namespaces,workloads - --git-path=namespaces,workloads
- --git-label=flux - --git-label=flux