-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
24 lines (18 loc) · 742 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# the values in this file are used when the
# building the image/helm chart for release.
# the final image will be REGISTRY/REPO/PROJECT_NAME:RELEASE_VERSION
# the version number of the release that will be use
# to tag the images and helm chart.
# This will get set automatically in the github release action
# but if your building on yuour own it should be set.
RELEASE_VERSION=0.1.0
# the name used for the docker images and helm release
PROJECT_NAME=php5-site
# This is used to name the images and is ususally your
# Docker/Github hub username.
REPO=jgz
# the container registry. if left blank then most
# systems assume docker.io
REGISTRY=ghcr.io
# ths gets used in the helm chart to set the default host
PROJECT_HOST=example.com