Skip to content

Commit

Permalink
Merge pull request #363 from fidelity/kubectl-cache-dir
Browse files Browse the repository at this point in the history
feat: change default kubectl cache dir
  • Loading branch information
michael12312 authored Feb 8, 2023
2 parents 5492745 + b18243d commit 1f7d1bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.26
v0.3.27
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
description: A Helm chart for kraan controller
name: kraan-controller
type: application
appVersion: v0.3.26
version: v0.3.26
appVersion: v0.3.27
version: v0.3.27
2 changes: 2 additions & 0 deletions chart/templates/kraan/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
fieldPath: metadata.namespace
- name: DATA_PATH
value: /controller/data
- name: KUBECACHEDIR
value: /tmp/kube
ports:
- containerPort: 9440
name: healthz
Expand Down

0 comments on commit 1f7d1bd

Please sign in to comment.