Skip to content

Commit

Permalink
Revert "Update kubernetes-dashboard version"
Browse files Browse the repository at this point in the history
dashboard has a limited number of versions and version of k8s can't be used for dashboard as well.
separate variable with version is required for dashboard.

This reverts commit a167729.

Closes-Bug: #1798923
Change-Id: I4c46c925fc338cd9bbf43e4fd6d01cd07eb2afb1
  • Loading branch information
Andrey-mp committed Oct 20, 2018
1 parent a167729 commit 0dccd67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbooks/roles/k8s/templates/k8s-dashboard.yaml.j2
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

# Configuration to deploy release version of the Dashboard UI compatible with
# Kubernetes 1.8.
#
# Example usage: kubectl create -f <this_file>

Expand Down Expand Up @@ -114,7 +115,7 @@ spec:
hostNetwork: true
containers:
- name: kubernetes-dashboard
image: k8s.gcr.io/kubernetes-dashboard-amd64:{{ k8s_version }}
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.3
ports:
- containerPort: 8443
protocol: TCP
Expand Down

0 comments on commit 0dccd67

Please sign in to comment.