Skip to content

Commit

Permalink
Update version in readme and manifest to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 2, 2022
1 parent 61e6e21 commit d73a02f
Show file tree
Hide file tree
Showing 5 changed files with 10 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.8
VERSION=v0.1.9
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.8
VERSION=v0.1.9
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.8
VERSION=v0.1.9
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.8
VERSION=v0.1.9
kpt fn eval [manifest directory] \
--as-current-user \
--env KUBECONFIG=/.kube/config \
Expand Down
4 changes: 4 additions & 0 deletions manifests/Kustomization
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ resources:
- secret.yaml
- service-account.yaml
- service.yaml
images:
- digest: sha256:a087beba0a231bab17e97ee2a79a6131bb43269b367d07b17b5fffae964f6f82
name: k8s-digester
newName: ghcr.io/google/k8s-digester:v0.1.9
2 changes: 1 addition & 1 deletion manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The digester webhook requires Kubernetes v1.16 or later.
3. Fetch this package:

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

Expand Down
2 changes: 1 addition & 1 deletion manifests/setters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
dry-run: "false"
failure-policy: Ignore
health-port: "9090"
image: ghcr.io/google/k8s-digester
image: ghcr.io/google/k8s-digester:v0.1.9@sha256:a087beba0a231bab17e97ee2a79a6131bb43269b367d07b17b5fffae964f6f82
metrics-port: "8888"
offline: "false"
port: "8443"
Expand Down

0 comments on commit d73a02f

Please sign in to comment.