Skip to content
Closed
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
29 changes: 29 additions & 0 deletions keycloak/helm/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# Examples directory (optional - remove if you want to include examples in package)
examples/
# Documentation
README.md
CONTRIBUTING.md

41 changes: 41 additions & 0 deletions keycloak/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
apiVersion: v2
name: keycloak
description: Red Hat Build of Keycloak deployment using the Keycloak Operator with realm and user management
type: application
version: 0.1.0
appVersion: "25.0"

keywords:
- keycloak
- authentication
- oidc
- oauth2
- sso
- identity
- security

home: https://github.com/rh-ai-quickstart/ai-architecture-charts
sources:
- https://github.com/rh-ai-quickstart/ai-architecture-charts
- https://www.keycloak.org/

maintainers:
- name: Red Hat AI Quickstart Team
email: ai-quickstart@redhat.com

icon: https://www.keycloak.org/resources/images/keycloak_logo_480x108.png

annotations:
category: Security
licenses: Apache-2.0
operatorRequired: "true"
operatorName: "keycloak-operator"
operatorCRDs: "keycloaks.k8s.keycloak.org,keycloakrealmimports.k8s.keycloak.org"

# Dependencies (if using pgvector as database)
# dependencies:
# - name: pgvector
# version: ">=0.1.0"
# repository: "https://rh-ai-quickstart.github.io/ai-architecture-charts"
# condition: database.enabled

Loading