You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not expose development values to kc package bundle (#1111)
Structure the config values to have a clear separation of values
Update dev-deploy.sh to use these config values
Signed-off-by: Praveen Rewar <[email protected]>
Copy file name to clipboardExpand all lines: docs/dev.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ things up.
39
39
40
40
#### Non-minikube environment
41
41
42
-
1. Change the [push_images property](https://github.com/carvel-dev/kapp-controller/blob/develop/config/values.yml#L10) to true
43
-
2. Change the [image_repo property](https://github.com/carvel-dev/kapp-controller/blob/develop/config/values.yml#L12) to the location to push the kapp-controller image
42
+
1. Change the [push_images property](https://github.com/carvel-dev/kapp-controller/blob/develop/config-dev/values-schema.yml#L8) to true
43
+
2. Change the [image_repo property](https://github.com/carvel-dev/kapp-controller/blob/develop/config-dev/values-schema.yml#L12) to the location to push the kapp-controller image
44
44
3. Run `./hack/deploy.sh`
45
45
46
46
*Note:* As above, while iterating you may prefer to run
@@ -170,15 +170,15 @@ to the date of the original release. For example:
170
170
#### Release development process
171
171
172
172
If you are making changes to the release process and want to test the process, it is recommended
173
-
to work on a fork of kapp-controller instead of against the repository in the vmware-tanzu organization.
173
+
to work on a fork of kapp-controller instead of against the repository in the carvel-dev organization.
174
174
175
175
To do this, you can start by forking this repository.
176
176
177
177
Next, head to the `Actions` tab of the fork you are using and enable GitHub Actions to run
178
178
against this fork (i.e. By default, Actions do not run against forked repositories).
179
179
180
-
Change the [`config-release/values.yml`](../config-release/values.yml) to point to your forked repository by changing
181
-
`image_repo: ghcr.io/vmware-tanzu/carvel-kapp-controller` to `image_repo: ghcr.io/<YOUR GitHub USERNAME>/carvel-kapp-controller`.
180
+
Change the [`config-release/values-schema.yml`](../config-release/values-schema.yml) to point to your forked repository by changing
181
+
`image_repo: ghcr.io/carvel-dev/kapp-controller` to `image_repo: ghcr.io/<YOUR GitHub USERNAME>/kapp-controller`.
182
182
183
183
After these steps have been carried out, you can trigger the release process by pushing a tag
0 commit comments