UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 83624ee0 authored by Stephen Galamb's avatar Stephen Galamb
Browse files

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

Kiali label update

See merge request !246
parents 124b1ea3 9f530be6
No related branches found
Tags 1.0.2-bb.1
1 merge request!246Kiali label update
Pipeline #3716786 passed
......@@ -2,6 +2,10 @@
---
## [1.0.2-bb.1] - 2024-11-04
### Changed
- Updated pod labels to use authservice.labels so version will be included
## [1.0.2-bb.0] - 2024-09-11
### Changed
- redis updated from 19.5.0 to 20.0.1
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# authservice
![Version: 1.0.2-bb.0](https://img.shields.io/badge/Version-1.0.2--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.2](https://img.shields.io/badge/AppVersion-1.0.2-informational?style=flat-square)
![Version: 1.0.2-bb.1](https://img.shields.io/badge/Version-1.0.2--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.2](https://img.shields.io/badge/AppVersion-1.0.2-informational?style=flat-square)
A Helm chart for Kubernetes
......@@ -9,11 +9,12 @@ A Helm chart for Kubernetes
* <https://github.com/istio-ecosystem/authservice>
### Upstream Release Notes
## Upstream Release Notes
* [Find upstream chart's release notes and CHANGELOG here](https://github.com/istio-ecosystem/authservice/releases)
## Learn More
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)
......@@ -31,6 +32,7 @@ https://helm.sh/docs/intro/install/
* Clone down the repository
* cd into directory
```bash
helm install authservice chart/
```
......
......@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2-bb.0
version: 1.0.2-bb.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
......
......@@ -20,7 +20,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "authservice.selectorLabels" . | nindent 8 }}
{{- include "authservice.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- tpl (toYaml . | nindent 8) $ }}
{{- end }}
......
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