Skip to content

Commit

Permalink
fix: polaris, nova, pluto CVE fix (#2404)
Browse files Browse the repository at this point in the history
* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix

* fix: polaris, nova, pluto CVE fix
  • Loading branch information
SandhyaRavi2403 authored Jul 22, 2024
1 parent 8245728 commit d3d3489
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -423,20 +423,20 @@ resources:
- license_path: COPYING
ref: ${image_tag}
url: https://github.com/ceph/ceph
- container_image: quay.io/fairwinds/nova:3.4.0
- container_image: ghcr.io/mesosphere/dkp-container-images/quay.io/fairwinds/nova:3.4.0-d2iq.0
sources:
- license_path: LICENSE
ref: ${image_tag}
ref: ${image_tag%-d2iq.0}
url: https://github.com/FairwindsOps/nova
- container_image: quay.io/fairwinds/pluto:v5.10.6
- container_image: ghcr.io/mesosphere/dkp-container-images/quay.io/fairwinds/pluto:v5.10.6-d2iq.0
sources:
- license_path: LICENSE
ref: ${image_tag}
ref: ${image_tag%-d2iq.0}
url: https://github.com/FairwindsOps/pluto
- container_image: quay.io/fairwinds/polaris:7.0.2
- container_image: ghcr.io/mesosphere/dkp-container-images/quay.io/fairwinds/polaris:7.0.2-d2iq.0
sources:
- license_path: LICENSE
ref: ${image_tag}
ref: ${image_tag%-d2iq.0}
url: https://github.com/FairwindsOps/polaris
- container_image: quay.io/jetstack/cert-manager-cainjector:v1.14.7
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dkp-insights-1.1.2-d2iq-defaults
name: dkp-insights-1.1.2-d2iq.0-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -420,8 +420,8 @@ data:
helmRepositoryURLs: []
image:
pullPolicy: IfNotPresent
repository: quay.io/fairwinds/nova
tag: 3.4.0
repository: ghcr.io/mesosphere/dkp-container-images/quay.io/fairwinds/nova
tag: 3.4.0-d2iq.0
resources:
limits:
cpu: 100m
Expand All @@ -444,8 +444,8 @@ data:
enabled: true
image:
pullPolicy: IfNotPresent
repository: quay.io/fairwinds/pluto
tag: v5.10.6
repository: ghcr.io/mesosphere/dkp-container-images/quay.io/fairwinds/pluto
tag: v5.10.6-d2iq.0
resources:
limits:
cpu: 100m
Expand Down Expand Up @@ -499,8 +499,8 @@ data:
enabled: true
image:
pullPolicy: IfNotPresent
repository: quay.io/fairwinds/polaris
tag: 7.0.2
repository: ghcr.io/mesosphere/dkp-container-images/quay.io/fairwinds/polaris
tag: 7.0.2-d2iq.0
resources:
limits:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
force: false
interval: 6h
path: ./services/dkp-insights/1.1.2/helmrelease
path: ./services/dkp-insights/1.1.2-d2iq.0/helmrelease
postBuild:
substitute:
releaseNamespace: ${releaseNamespace}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ spec:
strategy: uninstall
valuesFrom:
- kind: ConfigMap
name: dkp-insights-1.1.2-d2iq-defaults
name: dkp-insights-1.1.2-d2iq.0-defaults

0 comments on commit d3d3489

Please sign in to comment.