Run the manifests --dump and helm-chart commands

This commit is contained in:
M. Mert Yildiran 2023-04-19 20:30:11 +03:00
parent aa9109df12
commit 90e6e99386
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
3 changed files with 10 additions and 2 deletions

View File

@ -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"

View File

@ -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

View File

@ -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