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 98b02a8 commit d31ecaa
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 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.6
appVersion: "v0.0.6"
version: 0.0.7
appVersion: "v0.0.7"

home: https://github.com/kaasops/etcd-defrag-controller
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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={{ default 40 .Values.checkInterval }}"
- "--maxfragmented={{ default 40 .Values.maxFragmented }}"
- "--checkinterval={{ default 10 .Values.checkInterval }}"
volumeMounts:
- mountPath: /etc/ssl/etcd/ssl
Expand Down
27 changes: 20 additions & 7 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.7
created: "2024-08-28T13:58:50.354249+03:00"
description: A Helm chart to install etcd defrag controller
digest: 7f6cb1fef3650595c913370caa0cfeb238e87d2633403e9f71ecf05568732032
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.7.tgz
version: 0.0.7
- apiVersion: v2
appVersion: v0.0.6
created: "2024-08-28T11:54:07.951353+03:00"
created: "2024-08-28T13:58:50.354164+03:00"
description: A Helm chart to install etcd defrag controller
digest: 7eb50e47fe1eb5d63bc4687199589013a3d7d89e8603ceb41f9c3c706fb4e296
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -16,7 +29,7 @@ entries:
version: 0.0.6
- apiVersion: v2
appVersion: v0.0.5
created: "2024-08-28T11:54:07.951263+03:00"
created: "2024-08-28T13:58:50.353965+03:00"
description: A Helm chart to install etcd defrag controller
digest: 6ac9f80ce4e843096af0da94d07692d73cdb85160170a11f71a5e538e9581d30
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -29,7 +42,7 @@ entries:
version: 0.0.5
- apiVersion: v2
appVersion: v0.0.4
created: "2024-08-28T11:54:07.951039+03:00"
created: "2024-08-28T13:58:50.353743+03:00"
description: A Helm chart to install etcd defrag controller
digest: 812f9141cf014c327a8ab927dc4e2739bc11573959c42ebe4d0a985c4aa98377
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -42,7 +55,7 @@ entries:
version: 0.0.4
- apiVersion: v2
appVersion: v0.0.3
created: "2024-08-28T11:54:07.950825+03:00"
created: "2024-08-28T13:58:50.353405+03:00"
description: A Helm chart to install etcd defrag controller
digest: cc55f9c036e91b701622b95f498965cc938c30aefd7da23eb883242886ea1912
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -55,7 +68,7 @@ entries:
version: 0.0.3
- apiVersion: v2
appVersion: v0.0.2
created: "2024-08-28T11:54:07.950608+03:00"
created: "2024-08-28T13:58:50.353184+03:00"
description: A Helm chart to install etcd defrag controller
digest: dc9e51104acd617568ba247d45c34ff32b258964e5700a1277604795ea00e60d
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -68,7 +81,7 @@ entries:
version: 0.0.2
- apiVersion: v2
appVersion: v0.0.1
created: "2024-08-28T11:54:07.950313+03:00"
created: "2024-08-28T13:58:50.352962+03:00"
description: A Helm chart to install etcd defrag controller
digest: 4a0c32850669adb1ac2d7ad3940da2e0faf4eb3ad773887f97e2180fc2baffe4
home: https://github.com/kaasops/etcd-defrag-controller
Expand All @@ -79,4 +92,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-28T11:54:07.949646+03:00"
generated: "2024-08-28T13:58:50.352285+03:00"
Binary file added helm/packages/etcd-defrag-controller-0.0.7.tgz
Binary file not shown.

0 comments on commit d31ecaa

Please sign in to comment.