Skip to content

Commit

Permalink
feat: bump ui to latest (#2233)
Browse files Browse the repository at this point in the history
* feat: bump ui to 11.8.0

* build: Updated licenses.d2iq.yaml

---------

Co-authored-by: d2iq-mergebot <ci-mergebot@d2iq.com>
  • Loading branch information
mesosphere-ci and d2iq-mergebot committed May 17, 2024
1 parent 6420b1a commit 434e71d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kommander
- container_image: docker.io/mesosphere/kommander:11.7.0
- container_image: docker.io/mesosphere/kommander:11.8.0
sources:
- ref: v${image_tag}
url: https://github.com/mesosphere/kommander-ui
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kommander-ui-11.7.0-d2iq-defaults
name: kommander-ui-11.8.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
kind: HelmRepository
name: kommander-ui
namespace: kommander-flux
version: 11.7.0
version: 11.8.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -27,5 +27,5 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: kommander-ui-11.7.0-d2iq-defaults
name: kommander-ui-11.8.0-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit 434e71d

Please sign in to comment.