Skip to content

Commit

Permalink
⚡ Run the manifests --dump and helm-chart commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Apr 19, 2023
1 parent aa9109d commit 90e6e99
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "39.6"
appVersion: "39.7"
description: The API Traffic Analyzer for Kubernetes
home: https://kubeshark.co
keywords:
Expand All @@ -22,4 +22,4 @@ name: kubeshark
sources:
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
type: application
version: "39.6"
version: "39.7"
4 changes: 4 additions & 0 deletions helm-chart/templates/04-hub-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ spec:
value: '{{ .Values.tap.storagelimit }}'
- name: LICENSE
value: '{{ .Values.license }}'
- name: SCRIPTING_ENV
value: '{}'
- name: SCRIPTING_SCRIPTS
value: '[]'
image: '{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.tag }}'
imagePullPolicy: '{{ .Values.tap.docker.imagePullPolicy }}'
name: kubeshark-hub
Expand Down
4 changes: 4 additions & 0 deletions manifests/04-hub-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
- name: STORAGE_LIMIT
value: 200MB
- name: LICENSE
- name: SCRIPTING_ENV
value: '{}'
- name: SCRIPTING_SCRIPTS
value: '[]'
image: docker.io/kubeshark/hub:latest
imagePullPolicy: Always
name: kubeshark-hub
Expand Down

0 comments on commit 90e6e99

Please sign in to comment.