Skip to content

Commit

Permalink
Update version in docs to v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2023
1 parent 400181d commit d7c54fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
VERSION=v0.1.13
curl -Lo digester "https://github.com/google/k8s-digester/releases/download/${VERSION}/digester_$(uname -s)_$(uname -m)"
chmod +x digester
```
Expand Down Expand Up @@ -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.12
VERSION=v0.1.13
kubectl apply -k "https://github.com/google/k8s-digester.git/manifests/?ref=${VERSION}"
```

Expand Down
4 changes: 2 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
VERSION=v0.1.13
kpt fn eval [manifest directory] \
--as-current-user \
--env DOCKER_CONFIG=/.docker \
Expand All @@ -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.12
VERSION=v0.1.13
kpt fn eval [manifest directory] \
--as-current-user \
--env KUBECONFIG=/.kube/config \
Expand Down
4 changes: 2 additions & 2 deletions manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you use a private GKE cluster, see additional steps for
2. Apply this package:

```sh
VERSION=v0.1.12
VERSION=v0.1.13
kustomize build "https://github.com/google/k8s-digester.git/manifests?ref=$VERSION" | kubectl apply -f -
```

Expand All @@ -52,7 +52,7 @@ If you use a private GKE cluster, see additional steps for
3. Fetch this package:

```sh
VERSION=v0.1.12
VERSION=v0.1.13
kpt pkg get "https://github.com/google/k8s-digester.git/manifests@${VERSION}" manifests
```

Expand Down

0 comments on commit d7c54fa

Please sign in to comment.