Skip to content

Commit

Permalink
feat: bump karma to 0.120 (#2751)
Browse files Browse the repository at this point in the history
* feat: bump karma to 0.120

* fix: license
  • Loading branch information
mhrabovcin authored Oct 17, 2024
1 parent 5c1ba63 commit c87e2cf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/git-operator
- container_image: ghcr.io/mesosphere/dkp-container-images/docker.io/mesosphere/karma:v0.88-d2iq-server-name.2-d2iq.0
- container_image: docker.io/mesosphere/karma:v0.120-ntnx-server-name
sources:
- license_path: LICENSE
ref: ${image_tag%-d2iq-server-name.2-d2iq.0}
ref: ${image_tag%-ntnx-server-name}
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.5-d2iq-defaults
name: karma-2.0.6-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: ghcr.io/mesosphere/dkp-container-images/docker.io/mesosphere/karma
tag: v0.88-d2iq-server-name.2-d2iq.0
repository: docker.io/mesosphere/karma
tag: v0.120-ntnx-server-name
service:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
releaseName: karma
valuesFrom:
- kind: ConfigMap
name: karma-2.0.5-d2iq-defaults
name: karma-2.0.6-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -83,8 +83,8 @@ 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.3/defaults/cm.yaml#L14
version: "0.88"
# https://github.com/mesosphere/kommander-applications/blob/main/services/karma/2.0.6/defaults/cm.yaml#L14
version: "0.120"
---
apiVersion: cert-manager.io/v1
kind: Certificate
Expand Down
File renamed without changes.

0 comments on commit c87e2cf

Please sign in to comment.