Releases: authzed/spicedb-kubeapi-proxy
Releases · authzed/spicedb-kubeapi-proxy
v0.1.2
Full Changelog: v0.1.1...v0.1.2
Note
Deploy manifests are still in alpha and may change in the future.
They install cert-manager manually and don't yet provide a simple
way to get kubectl access to the proxy. We're working on it!
Check out the scripts in magefiles
to see the steps required to connect.
Install with kubectl
kubectl apply --server-side -f https://github.com/authzed/spicedb-kubeapi-proxy/releases/download/v0.1.2/bundle.yaml
Include or modify this release in your own kustomize
bundle
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/authzed/spicedb-kubeapi-proxy/deploy?ref=v0.1.2
images:
- name: authzed/spicedb-kubeapi-proxy:dev
newName: ghcr.io/authzed/spicedb-kubeapi-proxy
newTag: v0.1.2
Install with kustomizer
release manifests can be found at oci://ghcr.io/authzed/spicedb-kubeapi-proxy-manifests:v0.1.2
and can be installed or inspected with kustomizer:
kustomizer apply inventory spicedb-kubeapi-proxy --artifact oci://ghcr.io/authzed/spicedb-kubeapi-proxy-manifests:v0.1.2
Docker Images
This release's image is available at:
ghcr.io/authzed/spicedb-kubeapi-proxy:v0.1.2