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

feat: bump ui to latest #3021

Merged
merged 40 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
394d00c
feat: bump ui to 17.15.1
d2iq-mergebot Jan 15, 2025
7550c7b
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 15, 2025
b7fd08c
feat: bump ui to 17.16.0
d2iq-mergebot Jan 17, 2025
fa4b42e
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 17, 2025
fe2e194
feat: bump ui to 17.16.1
d2iq-mergebot Jan 17, 2025
a2475de
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 17, 2025
c721146
feat: bump ui to 17.16.2
d2iq-mergebot Jan 17, 2025
c0ffee3
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 17, 2025
8cd10cd
feat: bump ui to 17.16.3
d2iq-mergebot Jan 17, 2025
4b317d5
feat: bump ui to 17.16.4
d2iq-mergebot Jan 17, 2025
3bf992e
feat: bump ui to 17.17.0
d2iq-mergebot Jan 18, 2025
63ad65f
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 18, 2025
6355c5f
feat: bump ui to 17.17.1
d2iq-mergebot Jan 21, 2025
b5f011f
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 21, 2025
116a737
feat: bump ui to 17.18.0
d2iq-mergebot Jan 21, 2025
6d4f40e
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 21, 2025
3ce69b0
feat: bump ui to 17.19.0
d2iq-mergebot Jan 21, 2025
35571c4
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 21, 2025
385ce9f
feat: bump ui to 17.19.1
d2iq-mergebot Jan 23, 2025
0e1e65f
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 23, 2025
83a4355
feat: bump ui to 17.19.2
d2iq-mergebot Jan 23, 2025
ee39869
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 23, 2025
5cf8e4f
feat: bump ui to 17.19.3
d2iq-mergebot Jan 24, 2025
ef71a4a
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 24, 2025
bd63d33
feat: bump ui to 17.20.0
d2iq-mergebot Jan 24, 2025
c1c9868
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 24, 2025
e4b8686
feat: bump ui to 17.21.0
d2iq-mergebot Jan 24, 2025
67358f3
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 24, 2025
c685c8e
feat: bump ui to 17.21.1
d2iq-mergebot Jan 24, 2025
801b6da
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 24, 2025
bc80b0f
feat: bump ui to 17.22.0
d2iq-mergebot Jan 24, 2025
e9d5253
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 24, 2025
1bafc2e
feat: bump ui to 17.22.1
d2iq-mergebot Jan 24, 2025
cf533e1
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 24, 2025
4c26cf4
feat: bump ui to 17.23.0
d2iq-mergebot Jan 25, 2025
6f94448
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 25, 2025
fb34605
feat: bump ui to 17.23.1
d2iq-mergebot Jan 25, 2025
d91b6d2
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 25, 2025
e0b6553
feat: bump ui to 17.24.0
d2iq-mergebot Jan 26, 2025
7906643
build: Updated licenses.d2iq.yaml
d2iq-mergebot Jan 26, 2025
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
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:17.15.0
- container_image: docker.io/mesosphere/kommander:17.19.2
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-17.15.0-d2iq-defaults
name: kommander-ui-17.19.2-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: 17.15.0
version: 17.19.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -27,7 +27,7 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: kommander-ui-17.15.0-d2iq-defaults
name: kommander-ui-17.19.2-d2iq-defaults
- kind: ConfigMap
name: kommander-ui-overrides
optional: true
Expand Down