Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/charts/hydra-maester/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
# renovate: image=docker.io/oryd/hydra-maester
appVersion: "v0.0.38"
appVersion: "v0.0.39"
description: A Helm chart for Kubernetes
name: hydra-maester
icon: https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-hydra.svg
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/hydra-maester/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hydra-maester

![Version: 0.58.0](https://img.shields.io/badge/Version-0.58.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.38](https://img.shields.io/badge/AppVersion-v0.0.38-informational?style=flat-square)
![Version: 0.58.0](https://img.shields.io/badge/Version-0.58.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.39](https://img.shields.io/badge/AppVersion-v0.0.39-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down Expand Up @@ -57,7 +57,7 @@ A Helm chart for Kubernetes
| global.podMetadata.labels | object | `{}` | Extra pod level labels |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"oryd/hydra-maester"` | Ory Hydra-maester image |
| image.tag | string | `"v0.0.38"` | Ory Hydra-maester version |
| image.tag | string | `"v0.0.39"` | Ory Hydra-maester version |
| imagePullSecrets | list | `[]` | Image pull secrets |
| pdb.enabled | bool | `false` | |
| pdb.spec.maxUnavailable | string | `""` | |
Expand Down
6 changes: 5 additions & 1 deletion helm/charts/hydra-maester/crds/crd-oauth2clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.19.0
name: oauth2clients.hydra.ory.sh
spec:
group: hydra.ory.sh
Expand Down Expand Up @@ -315,6 +315,10 @@ spec:
pattern: "[0-9]+(ns|us|ms|s|m|h)"
type: string
type: object
logoUri:
type: string
description: LogoURI is the URL for the client's logo
pattern: (^$|^https?://.*)
required:
- grantTypes
- secretName
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/hydra-maester/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ image:
# -- Ory Hydra-maester image
repository: oryd/hydra-maester
# -- Ory Hydra-maester version
tag: v0.0.38
tag: v0.0.39
# -- Image pull policy
pullPolicy: IfNotPresent

Expand Down
Loading