Skip to content

Commit

Permalink
Luigified Console (#1991)
Browse files Browse the repository at this point in the history
Luigified Console
  • Loading branch information
kwiatekus committed Jan 8, 2019
1 parent e9e635e commit 764746f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
Binary file modified docs/console/docs/assets/cmf-admin-section.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/console/docs/assets/mf-one-namespace.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/core/charts/console/values.yaml
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
tag: 'fb88b3f0'
tag: '35238a98'
pullPolicy: IfNotPresent
service:
name: nginx
Expand Down
2 changes: 1 addition & 1 deletion resources/core/charts/docs/charts/content-ui/Chart.yaml
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
name: content-ui
description: Documentation UI embedded in the Console
version: 0.1.0
appVersion: 320f992d
appVersion: 35238a98
Expand Up @@ -4,7 +4,7 @@
replicaCount: 1
image:
name: lambda
tag: b03a38ab
tag: 35238a98
pullPolicy: IfNotPresent
service:
name: nginx
Expand Down
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
name: brokers-ui
description: Service Broker UI for Kyma Console
version: 0.1.0
appVersion: 0.1.252
appVersion: 35238a98
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
name: catalog-ui
description: Catalog Service UI for Kyma Console
version: 0.1.0
appVersion: 2db15681
appVersion: 35238a98
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
name: instances-ui
description: Catalog Service Instances UI embedded in the Console
version: 0.1.0
appVersion: d7163c08
appVersion: 35238a98
2 changes: 1 addition & 1 deletion resources/core/templates/tests/test-ui-acceptance.yaml
Expand Up @@ -10,7 +10,7 @@ spec:
hostNetwork: true
containers:
- name: "test-{{ template "fullname" . }}-ui-acceptance"
image: {{ .Values.global.containerRegistry.path }}/ui-tests:2db15681
image: {{ .Values.global.containerRegistry.path }}/ui-tests:35238a98
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 764746f

Please sign in to comment.