Skip to content

Commit

Permalink
Bump images of console views for modularisation of service-catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Feb 5, 2019
1 parent e21c9d0 commit 6f9a4ea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion resources/core/charts/console/templates/deployment.yaml
Expand Up @@ -19,7 +19,8 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.global.containerRegistry.path }}/console:{{ .Values.image.tag }}"
# image: "{{ .Values.global.containerRegistry.path }}/console:{{ .Values.image.tag }}"
image: eu.gcr.io/kyma-project/pr/console:PR-538
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: {{ .Values.service.internalPort }}
Expand Down
Expand Up @@ -19,7 +19,8 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.global.containerRegistry.path }}/{{ .Chart.Name }}:{{ .Chart.AppVersion }}"
# image: "{{ .Values.global.containerRegistry.path }}/{{ .Chart.Name }}:{{ .Chart.AppVersion }}"
image: eu.gcr.io/kyma-project/pr/content-ui:PR-538
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: {{ .Values.service.internalPort }}
Expand Down
Expand Up @@ -19,7 +19,8 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.global.containerRegistry.path }}/brokers-ui:{{ .Chart.AppVersion }}"
# image: "{{ .Values.global.containerRegistry.path }}/brokers-ui:{{ .Chart.AppVersion }}"
image: eu.gcr.io/kyma-project/pr/brokers-ui:PR-538
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: {{ .Values.service.internalPort }}
Expand Down
Expand Up @@ -19,7 +19,8 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.global.containerRegistry.path }}/catalog-ui:{{ .Chart.AppVersion }}"
# image: "{{ .Values.global.containerRegistry.path }}/catalog-ui:{{ .Chart.AppVersion }}"
image: eu.gcr.io/kyma-project/pr/catalog-ui:PR-538
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: {{ .Values.service.internalPort }}
Expand Down
Expand Up @@ -19,7 +19,8 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.global.containerRegistry.path }}/instances-ui:{{ .Chart.AppVersion }}"
# image: "{{ .Values.global.containerRegistry.path }}/instances-ui:{{ .Chart.AppVersion }}"
image: eu.gcr.io/kyma-project/pr/instances-ui:PR-538
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: {{ .Values.service.internalPort }}
Expand Down

0 comments on commit 6f9a4ea

Please sign in to comment.