diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index 3714c6b82..77959ef47 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -196,7 +196,7 @@ resources: sources: - ref: ${image_tag} url: https://github.com/mesosphere/kommander - - container_image: docker.io/mesosphere/kommander:17.35.0 + - container_image: docker.io/mesosphere/kommander:17.35.1 sources: - ref: v${image_tag} url: https://github.com/mesosphere/kommander-ui diff --git a/services/kommander-ui/17.35.0/defaults/cm.yaml b/services/kommander-ui/17.35.1/defaults/cm.yaml similarity index 95% rename from services/kommander-ui/17.35.0/defaults/cm.yaml rename to services/kommander-ui/17.35.1/defaults/cm.yaml index 11aa580fa..a30fb444c 100644 --- a/services/kommander-ui/17.35.0/defaults/cm.yaml +++ b/services/kommander-ui/17.35.1/defaults/cm.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: kommander-ui-17.35.0-d2iq-defaults + name: kommander-ui-17.35.1-d2iq-defaults namespace: ${releaseNamespace} data: values.yaml: | diff --git a/services/kommander-ui/17.35.0/defaults/kustomization.yaml b/services/kommander-ui/17.35.1/defaults/kustomization.yaml similarity index 100% rename from services/kommander-ui/17.35.0/defaults/kustomization.yaml rename to services/kommander-ui/17.35.1/defaults/kustomization.yaml diff --git a/services/kommander-ui/17.35.0/kommander-ui.yaml b/services/kommander-ui/17.35.1/kommander-ui.yaml similarity index 90% rename from services/kommander-ui/17.35.0/kommander-ui.yaml rename to services/kommander-ui/17.35.1/kommander-ui.yaml index c94dfe664..929d7639f 100644 --- a/services/kommander-ui/17.35.0/kommander-ui.yaml +++ b/services/kommander-ui/17.35.1/kommander-ui.yaml @@ -15,7 +15,7 @@ spec: kind: HelmRepository name: kommander-ui namespace: kommander-flux - version: 17.35.0 + version: 17.35.1 interval: 15s install: crds: CreateReplace @@ -27,7 +27,7 @@ spec: retries: 30 valuesFrom: - kind: ConfigMap - name: kommander-ui-17.35.0-d2iq-defaults + name: kommander-ui-17.35.1-d2iq-defaults - kind: ConfigMap name: kommander-ui-overrides optional: true diff --git a/services/kommander-ui/17.35.0/kustomization.yaml b/services/kommander-ui/17.35.1/kustomization.yaml similarity index 100% rename from services/kommander-ui/17.35.0/kustomization.yaml rename to services/kommander-ui/17.35.1/kustomization.yaml