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: bump karma container image to address critical CVEs #1770

Merged
merged 4 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
- container_image: docker.io/mesosphere/karma:v0.88-d2iq-server-name
- container_image: docker.io/mhrabovcin/karma:v0.88-d2iq-server-name.1
mhrabovcin marked this conversation as resolved.
Show resolved Hide resolved
sources:
- license_path: LICENSE
ref: ${image_tag%-d2iq-server-name}
ref: ${image_tag%-d2iq-server-name.1}
url: https://github.com/prymitive/karma
- container_image: docker.io/mesosphere/kommander2-appmanagement-config-api:${kommander}
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: karma-2.0.2-d2iq-defaults
name: karma-2.0.3-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -10,8 +10,8 @@ data:
image:
# TODO(https://jira.d2iq.com/browse/D2IQ-78091)
# switch back to upstream
repository: mesosphere/karma
tag: v0.88-d2iq-server-name
repository: mhrabovcin/karma
mhrabovcin marked this conversation as resolved.
Show resolved Hide resolved
tag: v0.88-d2iq-server-name.1

service:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: 2.0.2
version: 2.0.3
interval: 15s
install:
crds: CreateReplace
Expand All @@ -27,7 +27,7 @@ spec:
releaseName: karma
valuesFrom:
- kind: ConfigMap
name: karma-2.0.2-d2iq-defaults
name: karma-2.0.3-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -83,7 +83,7 @@ data:
dashboardLink: "/dkp/kommander/monitoring/karma"
docsLink: "https://github.com/prymitive/karma"
# We override karma image:
# https://github.com/mesosphere/kommander-applications/blob/main/services/karma/2.0.2/defaults/cm.yaml#L14
# https://github.com/mesosphere/kommander-applications/blob/main/services/karma/2.0.3/defaults/cm.yaml#L14
version: "0.88"
---
apiVersion: cert-manager.io/v1
Expand Down
Loading