Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit d910080

Browse files
authored
bump spire to latest 1.5.x version (#286)
1 parent f5822c7 commit d910080

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

docs/content/about/tech-specs.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ The following tables list the software versions NGINX Service Mesh supports and
3434
{{% table %}}
3535
| NGINX Service Mesh | NGINX Plus (sidecar) | SPIRE | NATS |
3636
|--------------------|----------------------|---------|-----------------------|
37-
| v1.7.0+ | R28 | 1.5.4 | nats:2.9-alpine |
37+
| v2.0.0+ | R28 | 1.5.6 | nats:2.9-alpine |
38+
| v1.7.0 | R28 | 1.5.4 | nats:2.9-alpine |
3839
| v1.6.0 | R27 | 1.4.4 | nats:2.9.3-alpine3.16 |
3940
{{% /table %}}
4041

@@ -53,9 +54,9 @@ NGINX Service Mesh also pulls the following publicly-accessible third-party cont
5354
{{% table %}}
5455
| Component | Image path(s) | Version tag |
5556
|------------|------------------------------------------------------------------------|-------------|
56-
| SPIRE | gcr.io/spiffe-io/spire-server | 1.5.4 |
57-
| | gcr.io/spiffe-io/k8s-workload-registrar | 1.5.4 |
58-
| | gcr.io/spiffe-io/spire-agent | 1.5.4 |
57+
| SPIRE | gcr.io/spiffe-io/spire-server | 1.5.6 |
58+
| | gcr.io/spiffe-io/k8s-workload-registrar | 1.5.6 |
59+
| | gcr.io/spiffe-io/spire-agent | 1.5.6 |
5960
| | curlimages/curl | latest |
6061
| | ubuntu (OpenShift only) | 22.04 |
6162
| | ghcr.io/spiffe/spiffe-csi-driver (OpenShift only) | 0.2.1 |

docs/content/guides/private-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Using the `--registry-password` flag can expose your plain text password on the
3737

3838
See this [list]( {{< ref "/about/tech-specs.md#images" >}} ) for the images you need to copy to your private registry. The image names and tags must remain the same.
3939

40-
`gcr.io/spiffe-io/spire-agent:1.5.4` would become `your-registry/spire-agent:1.5.4`
40+
`gcr.io/spiffe-io/spire-agent:1.5.6` would become `your-registry/spire-agent:1.5.6`
4141

4242
`nats:2.9-alpine` would become `your-registry/nats:2.9-alpine`
4343

helm-chart/templates/spire-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
done
7979
containers:
8080
- name: spire-agent
81-
image: {{ include "spire.image-server" . }}/spire-agent:1.5.4
81+
image: {{ include "spire.image-server" . }}/spire-agent:1.5.6
8282
imagePullPolicy: {{ .Values.registry.imagePullPolicy }}
8383
args:
8484
- -config

helm-chart/templates/spire-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ spec:
216216
shareProcessNamespace: true
217217
containers:
218218
- name: spire-server
219-
image: {{ include "spire.image-server" . }}/spire-server:1.5.4
219+
image: {{ include "spire.image-server" . }}/spire-server:1.5.6
220220
imagePullPolicy: {{ .Values.registry.imagePullPolicy }}
221221
args:
222222
- -config
@@ -263,7 +263,7 @@ spec:
263263
initialDelaySeconds: 5
264264
periodSeconds: 5
265265
- name: k8s-workload-registrar
266-
image: {{ include "spire.image-server" . }}/k8s-workload-registrar:1.5.4
266+
image: {{ include "spire.image-server" . }}/k8s-workload-registrar:1.5.6
267267
imagePullPolicy: {{ .Values.registry.imagePullPolicy }}
268268
args:
269269
- -config

0 commit comments

Comments
 (0)