Update package version for spire-ha-agent (#778)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2026-03-30 04:09:20 -07:00
committed by GitHub
parent 59de7aa314
commit 419af5c901
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: spire-ha-agent
description: A Helm chart to install the SPIRE HA agent. description: A Helm chart to install the SPIRE HA agent.
type: application type: application
version: 0.1.0 version: 0.1.0
appVersion: "0.0.13" appVersion: "0.0.17"
keywords: ["spiffe", "spire-ha-agent"] keywords: ["spiffe", "spire-ha-agent"]
home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire-ha-agent home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire-ha-agent
sources: sources:
+11 -2
View File
@@ -126,9 +126,18 @@ spec:
runAsGroup: 0 runAsGroup: 0
#{- $mainSecurityContext | toYaml | nindent 12 }} #{- $mainSecurityContext | toYaml | nindent 12 }}
env: env:
- name: SPIRE_HA_AGENT_SOCK
value: /tmp/spire-ha-agent/public/spire-agent.sock
{{- if .Values.singleSocket }} {{- if .Values.singleSocket }}
- name: SPIRE_HA_AGENT_SINGLE - name: SPIRE_HA_AGENT_SINGLE
value: enabled value: enabled
- name: SPIRE_HA_AGENT_SOCKET
value: unix:///var/run/spire/agent/sockets/a/csi.spiffe.io/admin/admin.sock
{{- else }}
- name: SPIRE_HA_AGENT_SOCKET_A
value: unix:///var/run/spire/agent/sockets/a/csi.spiffe.io/admin/admin.sock
- name: SPIRE_HA_AGENT_SOCKET_B
value: unix:///var/run/spire/agent/sockets/b/csi.spiffe.io/admin/admin.sock
{{- end }} {{- end }}
{{- if .Values.vsock }} {{- if .Values.vsock }}
- name: SPIRE_HA_AGENT_VSOCK - name: SPIRE_HA_AGENT_VSOCK
@@ -153,10 +162,10 @@ spec:
readOnly: false readOnly: false
{{- end }} {{- end }}
- name: spire-ha-admin-socket-dir-upstream-a - name: spire-ha-admin-socket-dir-upstream-a
mountPath: /var/run/spire/agent/sockets/a/private mountPath: /var/run/spire/agent/sockets/a/csi.spiffe.io/admin
{{- if not .Values.singleSocket }} {{- if not .Values.singleSocket }}
- name: spire-ha-admin-socket-dir-upstream-b - name: spire-ha-admin-socket-dir-upstream-b
mountPath: /var/run/spire/agent/sockets/b/private mountPath: /var/run/spire/agent/sockets/b/csi.spiffe.io/admin
{{- end }} {{- end }}
- name: dev - name: dev
mountPath: /dev mountPath: /dev