-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reconcilerTemplate metadata spec (#157)
- Loading branch information
Showing
8 changed files
with
161 additions
and
1,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
## Release process | ||
|
||
### Controller release | ||
1. Merge all pr's to master which need to be part of the new release | ||
2. Create pr to master and bump the kustomization base | ||
3. Push a tag following semantic versioning prefixed by 'v'. Do not create a github release, this is done automatically. | ||
4. Create a new pr and add the following changes: | ||
1. Bump chart version | ||
2. Bump charts app version | ||
|
||
### Helm chart change only | ||
1. Bump the helm chart version in the pr | ||
2. Push a tag following semantic versioning prefixed by 'v'. Do not create a github release, this is done automatically. | ||
3. Wait until all artifacts are published. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,34 @@ | ||
domain: doodle.com | ||
repo: github.com/DoodleScheduling/keycloak-controller | ||
layout: | ||
- go.kubebuilder.io/v3 | ||
projectName: keycloak-controller | ||
repo: github.com/doodlescheduling/keycloak-controller | ||
resources: | ||
- group: keycloak.infra.doodle.com | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: true | ||
domain: doodle.com | ||
group: keycloak.infra.doodle.com | ||
kind: KeycloakRealm | ||
path: github.com/doodlescheduling/keycloak-controller/api/v1beta1 | ||
version: v1beta1 | ||
- group: keycloak.infra.doodle.com | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: true | ||
domain: doodle.com | ||
group: keycloak.infra.doodle.com | ||
kind: KeycloakClient | ||
path: github.com/doodlescheduling/keycloak-controller/api/v1beta1 | ||
version: v1beta1 | ||
- group: keycloak.infra.doodle.com | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: true | ||
domain: doodle.com | ||
group: keycloak.infra.doodle.com | ||
kind: KeycloakUser | ||
path: github.com/doodlescheduling/keycloak-controller/api/v1beta1 | ||
version: v1beta1 | ||
version: "2" | ||
version: "3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.