diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index ddcd7a713..a38ec85e4 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -218,7 +218,7 @@ resources: sources: - ref: ${image_tag} url: https://github.com/mesosphere/kommander - - container_image: docker.io/mesosphere/kommander:15.1.3 + - container_image: docker.io/mesosphere/kommander:15.1.4 sources: - ref: v${image_tag} url: https://github.com/mesosphere/kommander-ui diff --git a/services/kommander-ui/15.1.3/defaults/cm.yaml b/services/kommander-ui/15.1.4/defaults/cm.yaml similarity index 94% rename from services/kommander-ui/15.1.3/defaults/cm.yaml rename to services/kommander-ui/15.1.4/defaults/cm.yaml index d0f52abd4..1e7fad7d0 100644 --- a/services/kommander-ui/15.1.3/defaults/cm.yaml +++ b/services/kommander-ui/15.1.4/defaults/cm.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: kommander-ui-15.1.3-d2iq-defaults + name: kommander-ui-15.1.4-d2iq-defaults namespace: ${releaseNamespace} data: values.yaml: | diff --git a/services/kommander-ui/15.1.3/defaults/kustomization.yaml b/services/kommander-ui/15.1.4/defaults/kustomization.yaml similarity index 100% rename from services/kommander-ui/15.1.3/defaults/kustomization.yaml rename to services/kommander-ui/15.1.4/defaults/kustomization.yaml diff --git a/services/kommander-ui/15.1.3/kommander-ui.yaml b/services/kommander-ui/15.1.4/kommander-ui.yaml similarity index 90% rename from services/kommander-ui/15.1.3/kommander-ui.yaml rename to services/kommander-ui/15.1.4/kommander-ui.yaml index 54b2a5966..cfc805c72 100644 --- a/services/kommander-ui/15.1.3/kommander-ui.yaml +++ b/services/kommander-ui/15.1.4/kommander-ui.yaml @@ -15,7 +15,7 @@ spec: kind: HelmRepository name: kommander-ui namespace: kommander-flux - version: 15.1.3 + version: 15.1.4 interval: 15s install: crds: CreateReplace @@ -27,7 +27,7 @@ spec: retries: 30 valuesFrom: - kind: ConfigMap - name: kommander-ui-15.1.3-d2iq-defaults + name: kommander-ui-15.1.4-d2iq-defaults - kind: ConfigMap name: kommander-ui-overrides optional: true diff --git a/services/kommander-ui/15.1.3/kustomization.yaml b/services/kommander-ui/15.1.4/kustomization.yaml similarity index 100% rename from services/kommander-ui/15.1.3/kustomization.yaml rename to services/kommander-ui/15.1.4/kustomization.yaml