Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm chart for upstream Keycloak Operator and instance. #57

Closed
wants to merge 32 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
07a4797
Helm chart for upstream Keycloak Operator and instance.
jtudelag Jun 23, 2020
0ce6d9f
Update chart version
jayfray12 Jul 29, 2020
e8a896e
Fix for Issue #71
jayfray12 Jul 29, 2020
dfa08b9
Merge pull request #73 from jayfray12/master
eformat Aug 3, 2020
dde98ff
🙈 FIX - repository namespace changes for CoP Org 🙊 (#74)
springdo Aug 4, 2020
d646980
🐭 FIX - New org names etc 🏰 (#76)
springdo Aug 4, 2020
785c6fe
🐯 FIX - broken readme link 🐯 (#77)
springdo Aug 4, 2020
bced709
🐻‍❄️bump prom operator version to latest 🐻‍❄️ (#80)
eformat Aug 5, 2020
bc7d0d7
🧪 ADD - Collection of charts used in UJ as docs for others to see 🏂
springdo Aug 5, 2020
10024b4
Merge pull request #81 from springdo/feature/charts-we-like
garethahealy Aug 5, 2020
0851825
Added conftest to ci (#83)
garethahealy Aug 5, 2020
c02aab6
🐪 switch to agent naming 🐪
eformat Aug 10, 2020
2e88987
🦔 agent rename 🦔
eformat Aug 10, 2020
788e4c1
Merge pull request #84 from eformat/feature/jenkins-agent-rename-1
ckavili Aug 10, 2020
1abb28c
Adding certs directory to volumeMounts
Aug 17, 2020
5fe3590
messing with permissions on container
Aug 17, 2020
141dcd6
removing chown since openshift does not need to chown 999:999
Aug 17, 2020
505213a
Merge branch 'master' into fix/sonarqube-initContainers
Aug 17, 2020
b460ff0
bump the chart version to 0.0.7
Aug 19, 2020
1bab26c
Merge pull request #86 from paulbarfuss/fix/sonarqube-initContainers
garethahealy Aug 20, 2020
99acc1a
Changes helm repo to point to correct location & version bump
caracan Aug 25, 2020
087bb83
Merge pull request #89 from caracan/fix-argo-chart-location
garethahealy Aug 25, 2020
8a592ef
🦏 updated nexus to latest 3.27 image 🦏 (#91)
eformat Sep 18, 2020
c1df164
☔️ Jenkins agents rename + erlang,graalvm & rust agents (#93) ⛈
pabrahamsson Sep 28, 2020
b77f12f
🐯 UPDATE - Add link to other helm charts I found in CoP this morning 🦁
springdo Oct 7, 2020
5d315f6
🐙 UPDATE - charts we like with ref to sealed-secrets 🐨
springdo Oct 7, 2020
791f63f
🐙 UPDATE - charts we like with ref to sealed-secrets 🐨
springdo Oct 7, 2020
0c71990
Merge pull request #95 from redhat-cop/sealed-secrts
ckavili Oct 7, 2020
7f977c0
Merge pull request #94 from redhat-cop/readme-update
ckavili Oct 7, 2020
12e8730
Adds SMTP relay server (maildev)
jtudelag Oct 9, 2020
e29e41c
Merge branch 'keycloak-operator' of https://github.com/jtudelag/helm-…
jtudelag Oct 9, 2020
2e16e80
Adds the test
jtudelag Oct 13, 2020
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
Prev Previous commit
Next Next commit
🐙 UPDATE - charts we like with ref to sealed-secrets 🐨
  • Loading branch information
springdo committed Oct 7, 2020
commit 5d315f652c8e3b6faae7d39526cbe1a759a4c789
13 changes: 13 additions & 0 deletions charts-we-like.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
## 🧰 OpenShift Ready Charts 🧰
This collection of charts we've used in the past that runs on OpenShift. Here are some examples and the values used to run on OpenShift:

#### 🗣 Sealed Secrets
![Sealed Secrets](https://github.com/helm/charts/tree/master/stable/sealed-secrets) allows you to encrypt your K8s Secret into a SealedSecret, which is safe to store - even to a public repository.... Example Values file for OpenShift:
```yaml
nameOverride: sealed-secrets
fullnameOverride: sealed-secrets
# namespace must exist
namespace: labs-ci-cd
# Dont touch the security context values, deployment will fail in OpenShift otherwise.
securityContext:
runAsUser: ""
fsGroup: ""
```

#### 🗣 Mattermost
![Mattermost](https://github.com/mattermost/mattermost-helm/tree/master/charts/mattermost-team-edition) is an OpenSource Chat Application. Example Values file for OpenShift: