Skip to content

Commit 1bc8ed5

Browse files
authored
fix(chart): remove invalid crd from chart (#3)
1 parent 97cbe64 commit 1bc8ed5

File tree

3 files changed

+4
-147
lines changed

3 files changed

+4
-147
lines changed

chart/k8sgrowthbook-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
appVersion: v0.0.2
3-
description: Kubernetes controller for managing growthbook
3+
description: Kubernetes controller for managing growthbook
44
home: https://github.com/DoodleScheduling/k8sgrowthbook-controller
55
maintainers:
66
- name: devops
@@ -15,4 +15,4 @@ keywords:
1515
name: k8sgrowthbook-controller
1616
sources:
1717
- https://github.com/DoodleScheduling/k8sgrowthbook-controller
18-
version: 0.0.2
18+
version: 0.0.3

chart/k8sgrowthbook-controller/crds/proxy.infra.doodle.com_requestclones.yaml

Lines changed: 0 additions & 143 deletions
This file was deleted.

chart/k8sgrowthbook-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ securityContext:
8888
drop: ["all"]
8989
readOnlyRootFilesystem: true
9090

91-
podSecurityContext:
91+
podSecurityContext:
9292
runAsGroup: 10000
9393
runAsNonRoot: true
9494
runAsUser: 10000
@@ -146,5 +146,5 @@ kubeRBACProxy:
146146
# requests:
147147
# cpu: 5m
148148
# memory: 64Mi
149-
149+
150150
tolerations: []

0 commit comments

Comments
 (0)