Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.61 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.61 KB

Build image

You can manually build the Docker image with the following command:

docker buildx build . -t muehlemannpopp/gke-deploy-tools:latest \
       --build-arg KUSTOMIZE_VERSION=5.5.0 \
       --build-arg SOPS_VERSION=3.9.3 \
       --build-arg HELM_VERSION=3.16.4

Push image

docker tag muehlemannpopp/gke-deploy-tools:latest \
       muehlemannpopp/gke-deploy-tools:505.0.0
docker push muehlemannpopp/gke-deploy-tools:505.0.0
docker push muehlemannpopp/gke-deploy-tools:latest

Dependency versions

dependency version last updated digest
google-cloud 505.0.0-alpine 2025-01-07T18:16:30.639228Z sha256:aa09cac314aef6ba8feea5a9548c2a2c1816726a9b0867dbdf2c64bc8ffeebf4
kustomize 5.5.0 2024-10-09T13:17:14Z
sops 3.9.3 2024-12-31T12:54:35Z
Helm 3.16.4 2024-12-16T18:53:38Z

Google Cloud SDK

The latest base image version can be checked here:

https://hub.docker.com/r/google/cloud-sdk/tags

Kustomize

The latest kustomize version can be checked here:

https://github.com/kubernetes-sigs/kustomize/releases

Sops

The latest sops version can be checked here:

https://github.com/getsops/sops/releases

Helm

The latest Helm version can be checked here:

https://github.com/helm/helm/releases