diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index cbdd4f399..0cb739cc3 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -273,7 +273,7 @@ resources: sources: - ref: ${image_tag} url: https://github.com/mesosphere/kommander - - container_image: docker.io/mesosphere/kommander:12.3.0 + - container_image: docker.io/mesosphere/kommander:12.6.0 sources: - ref: v${image_tag} url: https://github.com/mesosphere/kommander-ui diff --git a/services/kommander-ui/12.3.0/defaults/cm.yaml b/services/kommander-ui/12.6.0/defaults/cm.yaml similarity index 94% rename from services/kommander-ui/12.3.0/defaults/cm.yaml rename to services/kommander-ui/12.6.0/defaults/cm.yaml index cdb894cb6..5ec3221f0 100644 --- a/services/kommander-ui/12.3.0/defaults/cm.yaml +++ b/services/kommander-ui/12.6.0/defaults/cm.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: kommander-ui-12.3.0-d2iq-defaults + name: kommander-ui-12.6.0-d2iq-defaults namespace: ${releaseNamespace} data: values.yaml: | diff --git a/services/kommander-ui/12.3.0/defaults/kustomization.yaml b/services/kommander-ui/12.6.0/defaults/kustomization.yaml similarity index 100% rename from services/kommander-ui/12.3.0/defaults/kustomization.yaml rename to services/kommander-ui/12.6.0/defaults/kustomization.yaml diff --git a/services/kommander-ui/12.3.0/kommander-ui.yaml b/services/kommander-ui/12.6.0/kommander-ui.yaml similarity index 90% rename from services/kommander-ui/12.3.0/kommander-ui.yaml rename to services/kommander-ui/12.6.0/kommander-ui.yaml index 81b5c32d2..c20b88904 100644 --- a/services/kommander-ui/12.3.0/kommander-ui.yaml +++ b/services/kommander-ui/12.6.0/kommander-ui.yaml @@ -15,7 +15,7 @@ spec: kind: HelmRepository name: kommander-ui namespace: kommander-flux - version: 12.3.0 + version: 12.6.0 interval: 15s install: crds: CreateReplace @@ -27,7 +27,7 @@ spec: retries: 30 valuesFrom: - kind: ConfigMap - name: kommander-ui-12.3.0-d2iq-defaults + name: kommander-ui-12.6.0-d2iq-defaults - kind: ConfigMap name: kommander-ui-overrides optional: true diff --git a/services/kommander-ui/12.3.0/kustomization.yaml b/services/kommander-ui/12.6.0/kustomization.yaml similarity index 100% rename from services/kommander-ui/12.3.0/kustomization.yaml rename to services/kommander-ui/12.6.0/kustomization.yaml