Skip to content

Commit

Permalink
Merge pull request #207 from vmware-tanzu/kapp-ctrl-bump
Browse files Browse the repository at this point in the history
bump kapp-controller (0.25.0 --> 0.27.0)
  • Loading branch information
Ciro S. Costa authored Oct 12, 2021
2 parents da32462 + 891add0 commit 33dd53f
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 @@ -100,8 +100,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.4.0
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 33dd53f

Please sign in to comment.