Skip to content

Commit 63cc41f

Browse files
committed
chore: update helm yaml files
1 parent 239121f commit 63cc41f

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

snyk-monitor-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
app.kubernetes.io/name: snyk-monitor
2020
spec:
2121
containers:
22-
- image: snyk/kubernetes-monitor:IMAGE_TAG_OVERRIDE_WHEN_PUBLISHING
22+
- image: snyk/kubernetes-monitor-private-fork:IMAGE_TAG_OVERRIDE_WHEN_PUBLISHING
2323
imagePullPolicy: Always
2424
name: snyk-monitor
2525
terminationMessagePath: /dev/termination-log

snyk-monitor/templates/deployment.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@ spec:
132132
value: {{ quote .Values.skopeo.compression.level }}
133133
- name: SNYK_WORKERS_COUNT
134134
value: {{ quote .Values.workers.count }}
135+
{{- if .Values.sysdig.enabled }}
136+
- name: SNYK_SYSDIG_ENDPOINT
137+
valueFrom:
138+
secretKeyRef:
139+
name: {{ .Values.sysdig.secretName }}
140+
key: endpoint
141+
optional: true
142+
- name: SNYK_SYSDIG_TOKEN
143+
valueFrom:
144+
secretKeyRef:
145+
name: {{ .Values.sysdig.secretName }}
146+
key: token
147+
optional: true
148+
{{- end }}
135149
{{- with .Values.envs }}
136150
{{- toYaml . | trim | nindent 10 -}}
137151
{{- end }}

snyk-monitor/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ integrationApi: ""
3030

3131
# The registry from which to pull the snyk-monitor image.
3232
image:
33-
repository: snyk/kubernetes-monitor
33+
repository: snyk/kubernetes-monitor-private-fork
3434
tag: IMAGE_TAG_OVERRIDE_WHEN_PUBLISHING
3535
pullPolicy: Always
3636

@@ -143,3 +143,7 @@ skopeo:
143143

144144
workers:
145145
count: 10
146+
sysdig:
147+
enabled: false
148+
namespace: sysdig-agent
149+
secretName: sysdig-eve-secret

snyk-operator-certified/bundle/manifests/snyk-monitor.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ metadata:
6060
description: A Kubernetes Operator for creating and managing Snyk controller instances.
6161
operators.operatorframework.io/builder: operator-sdk-v1.3.0
6262
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
63-
repository: https://github.com/docker.io/snyk/kubernetes-monitor
63+
repository: https://github.com/docker.io/snyk/kubernetes-monitor-private-fork
6464
support: Snyk Ltd.
6565
name: snyk-operator-marketplace.v1.68.2
6666
spec:

0 commit comments

Comments
 (0)