Skip to content

Commit d73a02f

Browse files
author
github-actions
committed
Update version in readme and manifest to v0.1.9
1 parent 61e6e21 commit d73a02f

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the container image. You can use digester to deploy container images by digest.
5757
Alternatively, you can download the latest version using these commands:
5858
5959
```sh
60-
VERSION=v0.1.8
60+
VERSION=v0.1.9
6161
curl -Lo digester "https://github.com/google/k8s-digester/releases/download/${VERSION}/digester_$(uname -s)_$(uname -m)"
6262
chmod +x digester
6363
```
@@ -106,7 +106,7 @@ The digester webhook requires Kubernetes v1.16 or later.
106106
2. Install the digester webhook in your Kubernetes cluster:
107107

108108
```sh
109-
VERSION=v0.1.8
109+
VERSION=v0.1.9
110110
kubectl apply -k "https://github.com/google/k8s-digester.git/manifests/?ref=${VERSION}"
111111
```
112112

docs/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ and you do not need a credential helper, you can run digester in a container.
109109
Mount your Docker config file in the container using the `--mount` flag:
110110

111111
```sh
112-
VERSION=v0.1.8
112+
VERSION=v0.1.9
113113
kpt fn eval [manifest directory] \
114114
--as-current-user \
115115
--env DOCKER_CONFIG=/.docker \
@@ -135,7 +135,7 @@ OFFLINE=false kpt fn eval [manifest directory] --exec ./digester
135135
If you want to run the KRM function in a container, mount your kubeconfig file:
136136

137137
```sh
138-
VERSION=v0.1.8
138+
VERSION=v0.1.9
139139
kpt fn eval [manifest directory] \
140140
--as-current-user \
141141
--env KUBECONFIG=/.kube/config \

manifests/Kustomization

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ resources:
2929
- secret.yaml
3030
- service-account.yaml
3131
- service.yaml
32+
images:
33+
- digest: sha256:a087beba0a231bab17e97ee2a79a6131bb43269b367d07b17b5fffae964f6f82
34+
name: k8s-digester
35+
newName: ghcr.io/google/k8s-digester:v0.1.9

manifests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The digester webhook requires Kubernetes v1.16 or later.
2525
3. Fetch this package:
2626

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

manifests/setters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data:
66
dry-run: "false"
77
failure-policy: Ignore
88
health-port: "9090"
9-
image: ghcr.io/google/k8s-digester
9+
image: ghcr.io/google/k8s-digester:v0.1.9@sha256:a087beba0a231bab17e97ee2a79a6131bb43269b367d07b17b5fffae964f6f82
1010
metrics-port: "8888"
1111
offline: "false"
1212
port: "8443"

0 commit comments

Comments
 (0)