Skip to content

Latest commit

 

History

History
 
 

gitea

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Zarf Git Server

This package contains the Zarf Git Server to enable more advanced gitops-based deployments. See the git-data example for more on how Zarf handles git repositories.

Image Values

The default setup for this package is to use a rootless image, specified in the gitea helm values. Because the gitea helm chart does its own appending of -rootless to the image tag, based on the rootless helm value, users don't need to supply the full image tag when overriding the default gitea image. Instead you need to use the GITEA_SERVER_VERSION, either in the zarf-config.toml or with --set.

Make sure, though, that the x.x.x-rootless tag does exist for Zarf to find.

$ zarf package create . --set GITEA_IMAGE="custom.enterprise.corp/ironbank/opensource/gitea" \
  --set GITEA_SERVER_VERSION="v1.19.3"