UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8d1723d1 authored by Jimmy Bourque's avatar Jimmy Bourque
Browse files

Merge branch 'renovate/ironbank' into 'main'

Authservice Renovate Update to 1.0.3

See merge request !244
parents d4967ec9 dc51ac76
No related branches found
Tags 1.0.3-bb.0
1 merge request!244Authservice Renovate Update to 1.0.3
Pipeline #3755689 passed
......@@ -2,6 +2,11 @@
---
## [1.0.3-bb.0] - 2024-11-20
### Changed
- ironbank/istio-ecosystem/authservice updated from 1.0.2 to 1.0.3
- Update Redis chart to 20.2.1-bb.4
## [1.0.2-bb.2] - 2024-11-04
### Changed
- redis updated from 20.0.1-bb.1 to 20.2.1-bb.3
......
<!-- 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.2](https://img.shields.io/badge/Version-1.0.2--bb.2-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.3-bb.0](https://img.shields.io/badge/Version-1.0.3--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square)
A Helm chart for Kubernetes
## Upstream References
* <https://github.com/istio-ecosystem/authservice>
- <https://github.com/istio-ecosystem/authservice>
## Upstream Release Notes
* [Find upstream chart's release notes and CHANGELOG here](https://github.com/istio-ecosystem/authservice/releases)
- [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/)
- [Application Overview](docs/overview.md)
- [Other Documentation](docs/)
## Pre-Requisites
* Kubernetes Cluster deployed
* Kubernetes config installed in `~/.kube/config`
* Helm installed
- Kubernetes Cluster deployed
- Kubernetes config installed in `~/.kube/config`
- Helm installed
Install Helm
......@@ -30,8 +30,8 @@ https://helm.sh/docs/intro/install/
## Deployment
* Clone down the repository
* cd into directory
- Clone down the repository
- cd into directory
```bash
helm install authservice chart/
......@@ -61,7 +61,7 @@ helm install authservice chart/
| networkPolicies.additionalPolicies | list | `[]` | |
| image.repository | string | `"registry1.dso.mil/ironbank/istio-ecosystem/authservice"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"1.0.2-ubi9"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"1.0.3-ubi9"` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | |
| issuer_uri | string | `""` | Issuer and jwks URIs if not using Keycloak |
| jwks_uri | string | `""` | |
......
dependencies:
- name: redis
repository: oci://registry1.dso.mil/bigbang
version: 20.2.1-bb.3
digest: sha256:d90ee9a52f2550a79705acf9cb60269f8b6c53b7ceed3689733646813581cec6
generated: "2024-11-04T14:04:08.932967-06:00"
version: 20.2.1-bb.4
digest: sha256:9bb1286170852a78747f928dd6457a5039e460897d18025b2903cb5169ac1b44
generated: "2024-11-18T16:04:31.14306-05:00"
......@@ -15,15 +15,15 @@ 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.2
version: 1.0.3-bb.0
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.0.2
appVersion: 1.0.3
dependencies:
- name: redis
version: 20.2.1-bb.3
version: 20.2.1-bb.4
repository: "oci://registry1.dso.mil/bigbang"
condition: redis.enabled
alias: redis-bb
......@@ -31,10 +31,10 @@ sources:
- https://github.com/istio-ecosystem/authservice
annotations:
bigbang.dev/applicationVersions: |
- Authservice: 1.0.2
- Authservice: 1.0.3
helm.sh/images: |
- name: authservice
image: registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.2-ubi9
image: registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.3-ubi9
- name: redis
condition: redis.enabled
image: registry1.dso.mil/ironbank/bitnami/redis:7.4.1
......
File deleted
File added
......@@ -58,7 +58,7 @@ image:
repository: registry1.dso.mil/ironbank/istio-ecosystem/authservice
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: "1.0.2-ubi9"
tag: "1.0.3-ubi9"
imagePullSecrets: []
# -- Issuer and jwks URIs if not using Keycloak
......
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