Skip to content

Releases: philips-labs/helm-charts

spire-0.7.1

Choose a tag to compare

@github-actions github-actions released this 22 Nov 10:02
d2ec33b

A Helm chart for deploying spire-server and spire-agent.

⚠️ Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server.
⚠️ Minimum Spire version is v1.0.2.

To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM.

docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh

Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml

spec:
   containers:
     - command:
          - kube-apiserver
          - --api-audiences=api,spire-server
          - --service-account-issuer=api,spire-agent
          - --service-account-key-file=/run/config/pki/sa.pub
          - --service-account-signing-key-file=/run/config/pki/sa.key

What's Changed

Full Changelog: spire-0.7.0...spire-0.7.1

spire-0.7.0

Choose a tag to compare

@github-actions github-actions released this 15 Nov 13:09
740aa00

A Helm chart for deploying spire-server and spire-agent. > ⚠️ Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server. > ⚠️ Minimum Spire version is v1.0.2. To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM. bash docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml yaml spec: containers: - command: - kube-apiserver - --api-audiences=api,spire-server - --service-account-issuer=api,spire-agent - --service-account-key-file=/run/config/pki/sa.pub - --service-account-signing-key-file=/run/config/pki/sa.key

What's Changed

Full Changelog: spire-0.6.3...spire-0.7.0

spire-0.6.3

Choose a tag to compare

@github-actions github-actions released this 15 Nov 10:57

A Helm chart for deploying spire-server and spire-agent. > ⚠️ Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server. > ⚠️ Minimum Spire version is v1.0.2. To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM. bash docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml yaml spec: containers: - command: - kube-apiserver - --api-audiences=api,spire-server - --service-account-issuer=api,spire-agent - --service-account-key-file=/run/config/pki/sa.pub - --service-account-signing-key-file=/run/config/pki/sa.key

What's Changed

Full Changelog: spire-0.6.2...spire-0.6.3

spire-client-example-0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 14:00
e940626

A Helm chart for deploying a spire workload as example.

spire-0.6.2

Choose a tag to compare

@github-actions github-actions released this 14 Nov 17:50
0f84633

A Helm chart for deploying spire-server and spire-agent. > ⚠️ Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server. > ⚠️ Minimum Spire version is v1.0.2. To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM. bash docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml yaml spec: containers: - command: - kube-apiserver - --api-audiences=api,spire-server - --service-account-issuer=api,spire-agent - --service-account-key-file=/run/config/pki/sa.pub - --service-account-signing-key-file=/run/config/pki/sa.key

Full Changelog: spire-client-example-0.3.0...spire-0.6.2

spire-0.6.1

Choose a tag to compare

@github-actions github-actions released this 14 Nov 12:49
8d0421f

A Helm chart for deploying spire-server and spire-agent. > ⚠️ Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server. > ⚠️ Minimum Spire version is v1.0.2. To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM. bash docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml yaml spec: containers: - command: - kube-apiserver - --api-audiences=api,spire-server - --service-account-issuer=api,spire-agent - --service-account-key-file=/run/config/pki/sa.pub - --service-account-signing-key-file=/run/config/pki/sa.key

What's Changed

Full Changelog: spire-0.6.0...spire-0.6.1

spire-0.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Nov 13:32
9718190

A Helm chart for deploying spire-server and spire-agent. > ⚠️ Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server. > ⚠️ Minimum Spire version is v1.0.2. To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM. bash docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml yaml spec: containers: - command: - kube-apiserver - --api-audiences=api,spire-server - --service-account-issuer=api,spire-agent - --service-account-key-file=/run/config/pki/sa.pub - --service-account-signing-key-file=/run/config/pki/sa.key

Full Changelog: spire-0.5.6...spire-0.6.0

spire-0.5.6

Choose a tag to compare

@github-actions github-actions released this 06 Nov 12:22
911598c

A Helm chart for deploying spire-server and spire-agent. > ⚠️ Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server. > ⚠️ Minimum Spire version is v1.0.2. To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM. bash docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml yaml spec: containers: - command: - kube-apiserver - --api-audiences=api,spire-server - --service-account-issuer=api,spire-agent - --service-account-key-file=/run/config/pki/sa.pub - --service-account-signing-key-file=/run/config/pki/sa.key

Full Changelog: spire-0.5.5...spire-0.5.6

spire-0.5.5

Choose a tag to compare

@github-actions github-actions released this 03 Nov 15:42
4e92788

A Helm chart for deploying spire-server and spire-agent. > ⚠️ Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server. > ⚠️ Minimum Spire version is v1.0.2. To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM. bash docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml yaml spec: containers: - command: - kube-apiserver - --api-audiences=api,spire-server - --service-account-issuer=api,spire-agent - --service-account-key-file=/run/config/pki/sa.pub - --service-account-signing-key-file=/run/config/pki/sa.key

Full Changelog: spire-0.5.4...spire-0.5.5

spire-0.5.4

Choose a tag to compare

@github-actions github-actions released this 03 Nov 12:29
161152c

A Helm chart for deploying spire-server and spire-agent. > ⚠️ Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server. > ⚠️ Minimum Spire version is v1.0.2. To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM. bash docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml yaml spec: containers: - command: - kube-apiserver - --api-audiences=api,spire-server - --service-account-issuer=api,spire-agent - --service-account-key-file=/run/config/pki/sa.pub - --service-account-signing-key-file=/run/config/pki/sa.key

Full Changelog: spire-0.5.3...spire-0.5.4