Skip to content

Commit

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

* chore: bump license yaml

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: York Chen <[email protected]>
  • Loading branch information
3 people authored Dec 21, 2024
1 parent 2aba996 commit 33d3bf1
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 @@ -203,7 +203,7 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kommander
- container_image: docker.io/mesosphere/kommander:15.23.16
- container_image: docker.io/mesosphere/kommander:15.23.17
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-15.23.16-d2iq-defaults
name: kommander-ui-15.23.17-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: 15.23.16
version: 15.23.17
interval: 15s
install:
crds: CreateReplace
Expand All @@ -27,7 +27,7 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: kommander-ui-15.23.16-d2iq-defaults
name: kommander-ui-15.23.17-d2iq-defaults
- kind: ConfigMap
name: kommander-ui-overrides
optional: true
Expand Down

0 comments on commit 33d3bf1

Please sign in to comment.