Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix relevancy vulnerability scans, prepare new release #577

Merged
merged 2 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ all capabilities:
value: https://foo:bar@baz:1234
- name: no_proxy
value: gateway,kubescape,kubevuln,node-agent,operator,otel-collector,kubernetes.default.svc.*,127.0.0.1,*.foo,bar.baz
image: quay.io/kubescape/kubevuln:v0.3.49
image: quay.io/amirm_armo/kubevuln:fix-relevancy
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3268,7 +3268,7 @@ all capabilities:
value: https://foo:bar@baz:1234
- name: no_proxy
value: gateway,kubescape,kubevuln,node-agent,operator,otel-collector,kubernetes.default.svc.*,127.0.0.1,*.foo,bar.baz
image: quay.io/kubescape/operator:v0.2.55
image: quay.io/amirm_armo/operator:fix-relevancy
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -4802,7 +4802,7 @@ all capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/storage:v0.0.146
image: quay.io/kubescape/storage:v0.0.148
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -7641,7 +7641,7 @@ default capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/kubevuln:v0.3.49
image: quay.io/amirm_armo/kubevuln:fix-relevancy
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -8604,7 +8604,7 @@ default capabilities:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/operator:v0.2.55
image: quay.io/amirm_armo/operator:fix-relevancy
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -9790,7 +9790,7 @@ default capabilities:
value: otel-collector:4317
- name: DISABLE_VIRTUAL_CRDS
value: "true"
image: quay.io/kubescape/storage:v0.0.146
image: quay.io/kubescape/storage:v0.0.148
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -12067,7 +12067,7 @@ disable otel:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/kubevuln:v0.3.49
image: quay.io/amirm_armo/kubevuln:fix-relevancy
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -12845,7 +12845,7 @@ disable otel:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/operator:v0.2.55
image: quay.io/amirm_armo/operator:fix-relevancy
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -13886,7 +13886,7 @@ disable otel:
value: otel-collector:4317
- name: DISABLE_VIRTUAL_CRDS
value: "true"
image: quay.io/kubescape/storage:v0.0.146
image: quay.io/kubescape/storage:v0.0.148
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -15640,7 +15640,7 @@ minimal capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/kubevuln:v0.3.49
image: quay.io/amirm_armo/kubevuln:fix-relevancy
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16411,7 +16411,7 @@ minimal capabilities:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/operator:v0.2.55
image: quay.io/amirm_armo/operator:fix-relevancy
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -17220,7 +17220,7 @@ minimal capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/storage:v0.0.146
image: quay.io/kubescape/storage:v0.0.148
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ operator:

image:
# -- source code: https://github.com/kubescape/operator
repository: quay.io/kubescape/operator
tag: v0.2.55
repository: quay.io/amirm_armo/operator
tag: fix-relevancy
pullPolicy: IfNotPresent

service:
Expand Down Expand Up @@ -326,8 +326,8 @@ kubevuln:

image:
# -- source code: https://github.com/kubescape/kubevuln
repository: quay.io/kubescape/kubevuln
tag: v0.3.49
repository: quay.io/amirm_armo/kubevuln
tag: fix-relevancy
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down Expand Up @@ -457,7 +457,7 @@ storage:
image:
# -- source code: https://github.com/kubescape/storage
repository: quay.io/kubescape/storage
tag: v0.0.146
tag: v0.0.148
pullPolicy: IfNotPresent

# cleanup interval is a duration string
Expand Down
Loading