Skip to content

Commit

Permalink
bump kapp-controller (0.25.0 --> 0.27.0)
Browse files Browse the repository at this point in the history
changeset:

	https://github.com/vmware-tanzu/carvel-kapp-controller/releases/tag/v0.26.0

	- Bump kapp to v0.42.0 which allowed to further speed up
	  reconciliation of package repositories

 	https://github.com/vmware-tanzu/carvel-kapp-controller/releases/tag/v0.27.0

	- Set default syncPeriod to 10min for PackageRepository and
	  PackageInstall CRs
	- Previously it was 30s for PackageInstalls and 5min for
	  PackageRepositories
	- Updated k8s.io/api-server to eliminate package repository
	  reconciliation problems on GKE (#377)
	- Bump kapp to v0.41.0 which allowed to speed up reconciliation of
	  package repositories

Signed-off-by: Ciro S. Costa <ciroscosta@vmware.com>
  • Loading branch information
Ciro S. Costa committed Oct 6, 2021
1 parent 64b0fde commit 891add0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion examples/source-to-knative-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ kubectl create clusterrolebinding default-admin \
--clusterrole=cluster-admin \
--serviceaccount=default:default

KAPP_CONTROLLER_VERSION=0.27.0

kapp deploy --yes -a kapp-controller \
-f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v0.25.0/release.yml
-f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v$KAPP_CONTROLLER_VERSION/release.yml
```

- [knative-serving], for being the runtime of the application we want to deploy.
Expand Down
2 changes: 1 addition & 1 deletion hack/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ readonly REGISTRY_CONTAINER_NAME=cartographer-registry
readonly KUBERNETES_CONTAINER_NAME=cartographer-control-plane

readonly CERT_MANAGER_VERSION=1.5.3
readonly KAPP_CONTROLLER_VERSION=0.25.0
readonly KAPP_CONTROLLER_VERSION=0.27.0
readonly KNATIVE_SERVING_VERSION=0.25.0
readonly KPACK_VERSION=0.3.1
readonly SECRETGEN_CONTROLLER_VERSION=0.5.0
Expand Down
4 changes: 3 additions & 1 deletion site/content/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,10 @@ In case you don't (i.e., you see _"packageinstalls.packaging.carvel.dev" not
found_), proceed with installing it.

```bash
KAPP_CONTROLLER_VERSION=0.27.0

kapp deploy --yes -a kapp-controller \
-f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v0.25.0/release.yml
-f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v$KAPP_CONTROLLER_VERSION/release.yml
```
```console
Target cluster 'https://127.0.0.1:39993' (nodes: cartographer-control-plane)
Expand Down
4 changes: 3 additions & 1 deletion site/content/docs/v0.0.6/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,10 @@ In case you don't (i.e., you see _"packageinstalls.packaging.carvel.dev" not
found_), proceed with installing it.

```bash
KAPP_CONTROLLER_VERSION=0.27.0

kapp deploy --yes -a kapp-controller \
-f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v0.25.0/release.yml
-f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v$KAPP_CONTROLLER_VERSION/release.yml
```
```console
Target cluster 'https://127.0.0.1:39993' (nodes: cartographer-control-plane)
Expand Down

0 comments on commit 891add0

Please sign in to comment.