diff --git a/README.md b/README.md index dadf7c6..61e6842 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ the container image. You can use digester to deploy container images by digest. Alternatively, you can download the latest version using these commands: ```sh - VERSION=v0.1.15 + VERSION=v0.1.16 curl -Lo digester "https://github.com/google/k8s-digester/releases/download/${VERSION}/digester_$(uname -s)_$(uname -m)" chmod +x digester ``` @@ -106,7 +106,7 @@ The digester webhook requires Kubernetes v1.16 or later. 2. Install the digester webhook in your Kubernetes cluster: ```sh - VERSION=v0.1.15 + VERSION=v0.1.16 kubectl apply -k "https://github.com/google/k8s-digester.git/manifests/?ref=${VERSION}" ``` diff --git a/docs/authentication.md b/docs/authentication.md index 3647509..6741346 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -109,7 +109,7 @@ and you do not need a credential helper, you can run digester in a container. Mount your Docker config file in the container using the `--mount` flag: ```sh -VERSION=v0.1.15 +VERSION=v0.1.16 kpt fn eval [manifest directory] \ --as-current-user \ --env DOCKER_CONFIG=/.docker \ @@ -135,7 +135,7 @@ OFFLINE=false kpt fn eval [manifest directory] --exec ./digester If you want to run the KRM function in a container, mount your kubeconfig file: ```sh -VERSION=v0.1.15 +VERSION=v0.1.16 kpt fn eval [manifest directory] \ --as-current-user \ --env KUBECONFIG=/.kube/config \ diff --git a/manifests/README.md b/manifests/README.md index baabaa4..729e27d 100644 --- a/manifests/README.md +++ b/manifests/README.md @@ -34,7 +34,7 @@ If you use a private GKE cluster, see additional steps for 2. Apply this package: ```sh - VERSION=v0.1.15 + VERSION=v0.1.16 kustomize build "https://github.com/google/k8s-digester.git/manifests?ref=$VERSION" | kubectl apply -f - ``` @@ -52,7 +52,7 @@ If you use a private GKE cluster, see additional steps for 3. Fetch this package: ```sh - VERSION=v0.1.15 + VERSION=v0.1.16 kpt pkg get "https://github.com/google/k8s-digester.git/manifests@${VERSION}" manifests ```