-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #289 from openinfradev/release
[WIP] 20231107 release to main
- Loading branch information
Showing
15 changed files
with
566 additions
and
79 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
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
resources: | ||
- resources.yaml | ||
|
||
transformers: | ||
- site-values.yaml |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
apiVersion: helm.fluxcd.io/v1 | ||
kind: HelmRelease | ||
metadata: | ||
labels: | ||
name: opa-gatekeeper | ||
name: opa-gatekeeper | ||
spec: | ||
chart: | ||
type: helmrepo | ||
repository: https://harbor.taco-cat.xyz/chartrepo/tks | ||
name: gatekeeper | ||
version: 3.13.0 | ||
origin: https://open-policy-agent.github.io/gatekeeper/charts | ||
helmVersion: v3 | ||
releaseName: opa-gatekeeper | ||
targetNamespace: gatekeeper-system | ||
values: | ||
enableDeleteOperations: true | ||
--- | ||
apiVersion: helm.fluxcd.io/v1 | ||
kind: HelmRelease | ||
metadata: | ||
labels: | ||
name: policy-resources | ||
name: policy-resources | ||
spec: | ||
chart: | ||
type: helmrepo | ||
repository: https://harbor.taco-cat.xyz/chartrepo/tks | ||
name: policy-resources | ||
version: 1.0.0 | ||
origin: https://openinfradev.github.io/helm-charts/policy-resources | ||
helmVersion: v3 | ||
releaseName: policy-resources | ||
targetNamespace: gatekeeper-system | ||
values: {} |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
apiVersion: openinfradev.github.com/v1 | ||
kind: HelmValuesTransformer | ||
metadata: | ||
name: site | ||
|
||
global: | ||
# Specify nodes to install workload | ||
nodeSelector: | ||
taco-lma: enabled | ||
# Specify cluster name. It is useful in multi-cluster env. | ||
clusterName: cluster.local | ||
# Storageclass to install persistant | ||
storageClassName: taco-storage | ||
|
||
charts: | ||
- name: opa-gatekeeper | ||
override: | ||
postUpgrade.nodeSelector: $(nodeSelector) | ||
postInstall.nodeSelector: $(nodeSelector) | ||
preUninstall.nodeSelector: $(nodeSelector) | ||
controllerManager.nodeSelector: $(nodeSelector) | ||
audit.nodeSelector: $(nodeSelector) | ||
crds.nodeSelector: $(nodeSelector) | ||
|
||
enableDeleteOperations: true | ||
|
||
- name: policy-resources |
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
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
resources: | ||
- resources.yaml | ||
|
||
transformers: | ||
- site-values.yaml |
Oops, something went wrong.