diff --git a/README.md b/README.md index 7aa99e2..c87a883 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.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 ``` @@ -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}" ``` diff --git a/docs/authentication.md b/docs/authentication.md index 34f6833..7d50246 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.8 +VERSION=v0.1.9 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.8 +VERSION=v0.1.9 kpt fn eval [manifest directory] \ --as-current-user \ --env KUBECONFIG=/.kube/config \ diff --git a/manifests/Kustomization b/manifests/Kustomization index 91ce8af..bbecc0a 100644 --- a/manifests/Kustomization +++ b/manifests/Kustomization @@ -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 diff --git a/manifests/README.md b/manifests/README.md index 5bb8ff9..1894078 100644 --- a/manifests/README.md +++ b/manifests/README.md @@ -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 ``` diff --git a/manifests/setters.yaml b/manifests/setters.yaml index b725c1e..49d99c1 100644 --- a/manifests/setters.yaml +++ b/manifests/setters.yaml @@ -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"