Skip to content

Commit

Permalink
update helm
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhachyan committed Aug 28, 2024
1 parent eea4d0e commit 98b02a8
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 11 deletions.
4 changes: 2 additions & 2 deletions helm/charts/etcd-defrag-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: etcd-defrag-controller
description: A Helm chart to install etcd defrag controller
type: application
version: 0.0.5
appVersion: "v0.0.5"
version: 0.0.6
appVersion: "v0.0.6"

home: https://github.com/kaasops/etcd-defrag-controller
sources:
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/etcd-defrag-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ spec:
- "--cacert=$(ETCD_CERTS_PATH)/ca.pem"
- "--cert=$(ETCD_CERTS_PATH)/admin-$(K8S_NODE_NAME).pem"
- "--key=$(ETCD_CERTS_PATH)/admin-$(K8S_NODE_NAME)-key.pem"
- "--maxfragmented=20"
- "--checkinterval=10"
- "--maxfragmented={{ default 40 .Values.checkInterval }}"
- "--checkinterval={{ default 10 .Values.checkInterval }}"
volumeMounts:
- mountPath: /etc/ssl/etcd/ssl
name: etcd-certs
Expand Down
8 changes: 7 additions & 1 deletion helm/charts/etcd-defrag-controller/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
image:
repository: kaasops/etcd-defrag-controller
tag: "" # rewrites Chart.AppVersion
pullPolicy: IfNotPresent
pullPolicy: IfNotPresent

# Fragmentation check interval in hours
# checkInterval: 10

# Fragmentation percent
# maxFragmented: 40
25 changes: 19 additions & 6 deletions helm/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
apiVersion: v1
entries:
etcd-defrag-controller:
- apiVersion: v2
appVersion: v0.0.6
created: "2024-08-28T11:54:07.951353+03:00"
description: A Helm chart to install etcd defrag controller
digest: 7eb50e47fe1eb5d63bc4687199589013a3d7d89e8603ceb41f9c3c706fb4e296
home: https://github.com/kaasops/etcd-defrag-controller
name: etcd-defrag-controller
sources:
- https://github.com/kaasops/etcd-defrag-controller
type: application
urls:
- https://kaasops.github.io/etcd-defrag-controller/helm/packages/etcd-defrag-controller-0.0.6.tgz
version: 0.0.6
- apiVersion: v2
appVersion: v0.0.5
created: "2024-08-13T22:31:09.390522+03:00"
created: "2024-08-28T11:54:07.951263+03:00"
description: A Helm chart to install etcd defrag controller
digest: 6ac9f80ce4e843096af0da94d07692d73cdb85160170a11f71a5e538e9581d30
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -16,7 +29,7 @@ entries:
version: 0.0.5
- apiVersion: v2
appVersion: v0.0.4
created: "2024-08-13T22:31:09.390436+03:00"
created: "2024-08-28T11:54:07.951039+03:00"
description: A Helm chart to install etcd defrag controller
digest: 812f9141cf014c327a8ab927dc4e2739bc11573959c42ebe4d0a985c4aa98377
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -29,7 +42,7 @@ entries:
version: 0.0.4
- apiVersion: v2
appVersion: v0.0.3
created: "2024-08-13T22:31:09.390221+03:00"
created: "2024-08-28T11:54:07.950825+03:00"
description: A Helm chart to install etcd defrag controller
digest: cc55f9c036e91b701622b95f498965cc938c30aefd7da23eb883242886ea1912
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -42,7 +55,7 @@ entries:
version: 0.0.3
- apiVersion: v2
appVersion: v0.0.2
created: "2024-08-13T22:31:09.389895+03:00"
created: "2024-08-28T11:54:07.950608+03:00"
description: A Helm chart to install etcd defrag controller
digest: dc9e51104acd617568ba247d45c34ff32b258964e5700a1277604795ea00e60d
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -55,7 +68,7 @@ entries:
version: 0.0.2
- apiVersion: v2
appVersion: v0.0.1
created: "2024-08-13T22:31:09.389537+03:00"
created: "2024-08-28T11:54:07.950313+03:00"
description: A Helm chart to install etcd defrag controller
digest: 4a0c32850669adb1ac2d7ad3940da2e0faf4eb3ad773887f97e2180fc2baffe4
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -66,4 +79,4 @@ entries:
urls:
- https://kaasops.github.io/etcd-defrag-controller/helm/packages/etcd-defrag-controller-0.0.1.tgz
version: 0.0.1
generated: "2024-08-13T22:31:09.388687+03:00"
generated: "2024-08-28T11:54:07.949646+03:00"
Binary file added helm/packages/etcd-defrag-controller-0.0.6.tgz
Binary file not shown.

0 comments on commit 98b02a8

Please sign in to comment.