mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-05 20:38:50 +00:00
⚡ Run the manifests --dump
and helm-chart
commands
This commit is contained in:
parent
aa9109df12
commit
90e6e99386
@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "39.6"
|
||||
appVersion: "39.7"
|
||||
description: The API Traffic Analyzer for Kubernetes
|
||||
home: https://kubeshark.co
|
||||
keywords:
|
||||
@ -22,4 +22,4 @@ name: kubeshark
|
||||
sources:
|
||||
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
|
||||
type: application
|
||||
version: "39.6"
|
||||
version: "39.7"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user