Skip to content

Commit

Permalink
Merge pull request #592 from kubescape/bump
Browse files Browse the repository at this point in the history
bump versions
  • Loading branch information
matthyx authored Jan 14, 2025
2 parents b31889e + 4c6d0be commit 191c136
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ all capabilities:
value: https://foo:bar@baz:1234
- name: no_proxy
value: kubescape,kubevuln,node-agent,operator,otel-collector,kubernetes.default.svc.*,127.0.0.1,*.foo,bar.baz
image: quay.io/kubescape/kubevuln:v0.3.52
image: quay.io/kubescape/kubevuln:v0.3.53
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2458,7 +2458,7 @@ all capabilities:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/kubescape/node-agent:v0.2.210
image: quay.io/kubescape/node-agent:v0.2.222
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -4634,7 +4634,7 @@ all capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/storage:v0.0.148
image: quay.io/kubescape/storage:v0.0.149
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -7219,7 +7219,7 @@ default capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/kubevuln:v0.3.52
image: quay.io/kubescape/kubevuln:v0.3.53
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -7666,7 +7666,7 @@ default capabilities:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/kubescape/node-agent:v0.2.210
image: quay.io/kubescape/node-agent:v0.2.222
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -9360,7 +9360,7 @@ default capabilities:
value: otel-collector:4317
- name: DISABLE_VIRTUAL_CRDS
value: "true"
image: quay.io/kubescape/storage:v0.0.148
image: quay.io/kubescape/storage:v0.0.149
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -11450,7 +11450,7 @@ disable otel:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/kubevuln:v0.3.52
image: quay.io/kubescape/kubevuln:v0.3.53
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -11830,7 +11830,7 @@ disable otel:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/kubescape/node-agent:v0.2.210
image: quay.io/kubescape/node-agent:v0.2.222
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -13270,7 +13270,7 @@ disable otel:
value: otel-collector:4317
- name: DISABLE_VIRTUAL_CRDS
value: "true"
image: quay.io/kubescape/storage:v0.0.148
image: quay.io/kubescape/storage:v0.0.149
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -15023,7 +15023,7 @@ minimal capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/kubevuln:v0.3.52
image: quay.io/kubescape/kubevuln:v0.3.53
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -15399,7 +15399,7 @@ minimal capabilities:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/kubescape/node-agent:v0.2.210
image: quay.io/kubescape/node-agent:v0.2.222
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16604,7 +16604,7 @@ minimal capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/storage:v0.0.148
image: quay.io/kubescape/storage:v0.0.149
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down
6 changes: 3 additions & 3 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ kubevuln:
image:
# -- source code: https://github.com/kubescape/kubevuln
repository: quay.io/kubescape/kubevuln
tag: v0.3.52
tag: v0.3.53
pullPolicy: IfNotPresent

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

# cleanup interval is a duration string
Expand All @@ -439,7 +439,7 @@ nodeAgent:
image:
# -- source code: https://github.com/kubescape/node-agent
repository: quay.io/kubescape/node-agent
tag: v0.2.210
tag: v0.2.222
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit 191c136

Please sign in to comment.