-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[installer] Refactor envvars before release #13174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dad721b
to
65cbf3b
Compare
/hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've rebased this from main
and there are no conflicts from #13168 - if you can rebase this yourself then I can do the approval
Missing references:
- There are 5 references to
REG_
envvars ininstall/installer/scripts/kots-install.sh
which need updating as well REG_DOCKER_CONFIG_JSON
ininstall/kots/manifests/gitpod-installer-job.yaml
/hold
65cbf3b
to
1e19128
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this change the installer image (the kots-install.sh
file), you also need to update the image
parameter in both the gitpod-installer-job.yaml
and gitpod-installation-status.yaml
files to eu.gcr.io/gitpod-core-dev/build/installer:tar-installer-env-refactor.2
I've tested it with that image and works fine so happy to approve and hold - you can remove when updated
/hold
This PR does a cleanup on the environment variables as now they are kind-off a public contract, which means its better to be verbose and meaningful as possible. Once the release is done, it would be harder to do the same. This has the following changes: - Rename `REG` prefix to `REGISTRY` - Change `REG_INCLUSTER_STORAGE_S3_BUCKETNAME `to `REGISTRY_INCLUSTER_STORAGE_S3_BUCKET_NAME` - Change `COMPONENT_PROXY_SERVICE_SERVICETYPE` to `COMPONENT_PROXY_SERVICE_TYPE` Signed-off-by: Tarun Pothulapati <[email protected]>
1e19128
to
b7d7352
Compare
/unhold |
Description
This PR does a cleanup on the environment variables as now they are kind-off a public contract, which
means its better to be verbose and meaningful as possible. Once the release is done, it would be harder to do the same.
This has the following changes:
REG
prefix toREGISTRY
REG_INCLUSTER_STORAGE_S3_BUCKETNAME
toREGISTRY_INCLUSTER_STORAGE_S3_BUCKET_NAME
COMPONENT_PROXY_SERVICE_SERVICETYPE
toCOMPONENT_PROXY_SERVICE_TYPE
Signed-off-by: Tarun Pothulapati [email protected]
Related Issue(s)
Fixes #13151
How to test
Release Notes
Documentation
Werft options:
Valid options are
all
,workspace
,webapp
,ide