UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e79bf796 authored by Jacob Kershaw's avatar Jacob Kershaw
Browse files

Merge branch 'kiali-label-updates' into 'main'

Kiali label updates

See merge request !214
parents 2d5f0f12 447e054c
No related branches found
Tags 0.29.0-bb.1
1 merge request!214Kiali label updates
Pipeline #3781251 passed
......@@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [0.29.0-bb.1] - 2024-12-04
### Changed
- Updated minio-instance from 6.0.4-bb.2 -> 6.0.4-bb.3
- Updated gluon to 0.5.12
- Added missing label for app.kubernetes.io/version
## [0.29.0-bb.0] - 2024-11-12
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# vault
![Version: 0.29.0-bb.0](https://img.shields.io/badge/Version-0.29.0--bb.0-informational?style=flat-square) ![AppVersion: 1.18.1](https://img.shields.io/badge/AppVersion-1.18.1-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 0.29.0-bb.1](https://img.shields.io/badge/Version-0.29.0--bb.1-informational?style=flat-square) ![AppVersion: 1.18.1](https://img.shields.io/badge/AppVersion-1.18.1-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
Official HashiCorp Vault Chart
## Upstream References
- <https://www.vaultproject.io>
* <https://github.com/hashicorp/vault>
* <https://github.com/hashicorp/vault-helm>
* <https://github.com/hashicorp/vault-k8s>
* <https://github.com/hashicorp/vault-csi-provider>
- <https://github.com/hashicorp/vault>
- <https://github.com/hashicorp/vault-helm>
- <https://github.com/hashicorp/vault-k8s>
- <https://github.com/hashicorp/vault-csi-provider>
## Upstream Release Notes
......
dependencies:
- name: minio-instance
repository: oci://registry1.dso.mil/bigbang
version: 6.0.4-bb.2
version: 6.0.4-bb.3
- name: gluon
repository: oci://registry1.dso.mil/bigbang
version: 0.5.10
digest: sha256:4d61124e0cab3daca9e84bd1dc170ce942394539817aa40d52f7556cb66a38ec
generated: "2024-11-09T07:15:40.659963896Z"
version: 0.5.12
digest: sha256:b6eb8c18df10da0146d037ce426a5916a0f62f3c046f3a8aa0cda17ac3fe1026
generated: "2024-12-04T07:27:06.99039-06:00"
apiVersion: v2
name: vault
version: '0.29.0-bb.0'
version: '0.29.0-bb.1'
appVersion: 1.18.1
kubeVersion: ">= 1.20.0-0"
description: Official HashiCorp Vault Chart
......@@ -23,12 +23,12 @@ sources:
- https://github.com/hashicorp/vault-csi-provider
dependencies:
- name: minio-instance
version: 6.0.4-bb.2
version: 6.0.4-bb.3
alias: minio
condition: minio.enabled
repository: oci://registry1.dso.mil/bigbang
- name: gluon
version: "0.5.10"
version: "0.5.12"
repository: oci://registry1.dso.mil/bigbang
annotations:
bigbang.dev/maintenanceTrack: bb_integrated
......
File deleted
File added
File deleted
File deleted
File added
......@@ -14,6 +14,7 @@ metadata:
app.kubernetes.io/name: {{ include "vault.name" . }}-csi-provider
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- if .Values.csi.daemonSet.extraLabels -}}
{{- toYaml .Values.csi.daemonSet.extraLabels | nindent 4 -}}
{{- end -}}
......@@ -34,6 +35,7 @@ spec:
labels:
app.kubernetes.io/name: {{ template "vault.name" . }}-csi-provider
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- if .Values.csi.pod.extraLabels -}}
{{- tpl (toYaml .Values.csi.pod.extraLabels | nindent 8) . -}}
{{- end -}}
......
......@@ -15,6 +15,7 @@ metadata:
app.kubernetes.io/name: {{ include "vault.name" . }}-agent-injector
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
component: webhook
spec:
replicas: {{ .Values.injector.replicas }}
......@@ -29,6 +30,7 @@ spec:
labels:
app.kubernetes.io/name: {{ template "vault.name" . }}-agent-injector
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
component: webhook
{{- if .Values.injector.extraLabels -}}
{{- tpl (toYaml .Values.injector.extraLabels | nindent 8) . -}}
......
......@@ -17,6 +17,7 @@ metadata:
app.kubernetes.io/name: {{ include "vault.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- template "vault.statefulSet.annotations" . }}
spec:
serviceName: {{ template "vault.fullname" . }}-internal
......@@ -38,6 +39,7 @@ spec:
helm.sh/chart: {{ template "vault.chart" . }}
app.kubernetes.io/name: {{ template "vault.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
component: server
{{- if .Values.server.extraLabels -}}
{{- tpl (toYaml .Values.server.extraLabels | nindent 8) . -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment