UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 72da62e2 authored by RENOVATE_BOT's avatar RENOVATE_BOT Committed by Greg M
Browse files

Authservice Renovate Update

parent 0ef884b8
No related branches found
No related tags found
1 merge request!232Authservice Renovate Update
......@@ -2,6 +2,12 @@
---
## [1.0.2-bb.0] - 2024-09-11
### Changed
- redis updated from 19.5.0 to 20.0.1
- ironbank/bitnami/redis updated from 7.2.5 to 7.4.0
- ironbank/istio-ecosystem/authservice updated from 1.0.1 to 1.0.2
## [1.0.1-bb.5] - 2024-08-23
### Updated
......
<!-- 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.1-bb.5](https://img.shields.io/badge/Version-1.0.1--bb.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square)
![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)
A Helm chart for Kubernetes
......@@ -59,7 +59,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.1-ubi9"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"1.0.2-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 | `""` | |
......@@ -110,8 +110,8 @@ helm install authservice chart/
| affinity | object | `{}` | |
| config | object | `{"logLevel":"trace"}` | Name of the secret to source authservices `config.json` from, created outside of helm chart TODO: Create this as part of the helmchart? |
| selector | object | `{"key":"protect","value":"keycloak"}` | Label to determine what workloads (pods/deployments) should be protected by authservice. |
| redis | object | `{"enabled":false,"image":{"tag":"7.2.4"}}` | Conditional for enabling Redis Subchart |
| redis.image | object | `{"tag":"7.2.4"}` | Values passthrough for redis Subchart |
| redis | object | `{"enabled":false,"image":{"tag":"7.4.0"}}` | Conditional for enabling Redis Subchart |
| redis.image | object | `{"tag":"7.4.0"}` | Values passthrough for redis Subchart |
| redis-bb.auth.enabled | bool | `false` | |
| redis-bb.istio.redis.enabled | bool | `false` | |
| redis-bb.image.pullSecrets[0] | string | `"private-registry"` | |
......
dependencies:
- name: redis
repository: oci://registry1.dso.mil/bigbang
version: 19.5.0-bb.0
digest: sha256:42fc0a9521d909c5500419e1d35e422ce514eccc0d23368a69356efe1ada5e92
generated: "2024-05-28T13:03:37.137647-04:00"
version: 20.0.1-bb.1
digest: sha256:96694c57f7b962aed9fb514a3abc0dfd12c7bbc7d9d97a5d6a514c4714e3c63e
generated: "2024-09-16T13:31:02.554756-04: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.1-bb.5
version: 1.0.2-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.1
appVersion: 1.0.2
dependencies:
- name: redis
version: 19.5.0-bb.0
version: 20.0.1-bb.1
repository: "oci://registry1.dso.mil/bigbang"
condition: redis.enabled
alias: redis-bb
......@@ -31,12 +31,12 @@ sources:
- https://github.com/istio-ecosystem/authservice
annotations:
bigbang.dev/applicationVersions: |
- Authservice: 1.0.1
- Authservice: 1.0.2
helm.sh/images: |
- name: authservice
image: registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.1-ubi9
image: registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.2-ubi9
- name: redis
condition: redis.enabled
image: registry1.dso.mil/ironbank/bitnami/redis:7.2.5
image: registry1.dso.mil/ironbank/bitnami/redis:7.4.0
bigbang.dev/upstreamReleaseNotesMarkdown: |
- [Find upstream chart's release notes and CHANGELOG here](https://github.com/istio-ecosystem/authservice/releases)
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.1-ubi9"
tag: "1.0.2-ubi9"
imagePullSecrets: []
# -- Issuer and jwks URIs if not using Keycloak
......@@ -245,7 +245,7 @@ redis:
enabled: false
# -- Values passthrough for redis Subchart
image:
tag: 7.2.4
tag: 7.4.0
# https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/redis/-/blob/main/chart/values.yaml
redis-bb:
......
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